Skip to content

Commit 0f43a0c

Browse files
committed
remove admonitions
1 parent 3738550 commit 0f43a0c

File tree

4 files changed

+23
-35
lines changed

4 files changed

+23
-35
lines changed

source/reference/method/MongoDBCollection-drop.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ Parameters
5454
`Field Encryption and Queryability <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`_
5555
in the MongoDB manual for more information.
5656

57-
.. note::
58-
59-
This option is not passed to the
60-
:manual:`drop </reference/command/drop>` command. The library uses
61-
it to determine related metadata collections that should be dropped
62-
in addition to an encrypted collection.
57+
This option is not passed to the
58+
:manual:`drop </reference/command/drop>` command. The library uses
59+
it to determine related metadata collections that should be dropped
60+
in addition to an encrypted collection.
6361

6462
.. versionadded:: 1.13
6563

source/reference/method/MongoDBCollection-mapReduce.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ Parameters
9292
- :php:`MongoDB\BSON\Javascript <class.mongodb-bson-javascript>`
9393
- Follows the reduce method and modifies the output.
9494

95-
.. note::
96-
97-
Passing a Javascript instance with a scope is deprecated. Put all
98-
scope variables in the ``scope`` option of the MapReduce operation.
95+
Passing a Javascript instance with a scope is deprecated. Put all
96+
scope variables in the ``scope`` option of the MapReduce operation.
9997

10098
* - jsMode
10199
- boolean

source/reference/method/MongoDBDatabase-createCollection.txt

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,10 @@ Parameters
148148

149149
Defaults to ``1``.
150150

151-
.. note::
152-
153-
MongoDB 3.0 and later ignores the ``usePowerOf2Sizes`` flag. See
154-
:manual:`collMod </reference/command/collMod>` and
155-
:manual:`db.createCollection()
156-
</reference/method/db.createCollection>` for more information.
151+
MongoDB 3.0 and later ignores the ``usePowerOf2Sizes`` flag. See
152+
:manual:`collMod </reference/command/collMod>` and
153+
:manual:`db.createCollection()
154+
</reference/method/db.createCollection>` for more information.
157155

158156
* - indexOptionDefaults
159157
- array|object
@@ -299,27 +297,23 @@ Parameters
299297
exception of :query:`$near`, :query:`$nearSphere`,
300298
:query:`$text`, and :query:`$where`.
301299

302-
.. note::
303-
304-
- Validation occurs during updates and inserts. Existing documents
305-
do not undergo validation checks until modification.
300+
Validation occurs during updates and inserts. Existing documents
301+
do not undergo validation checks until modification.
306302

307-
- You cannot specify a validator for collections in the ``admin``,
308-
``local``, and ``config`` databases.
303+
You cannot specify a validator for collections in the ``admin``,
304+
``local``, and ``config`` databases.
309305

310-
- You cannot specify a validator for ``system.*`` collections.
306+
You cannot specify a validator for ``system.*`` collections.
311307

312308
* - viewOn
313309
- string
314310
- The name of the source collection or view from which to create the view.
315311

316-
.. note::
312+
The name is not the full namespace of the collection or view (i.e.
313+
it does not include the database name). Views must be created in the
314+
same databases as the source collection or view.
317315

318-
The name is not the full namespace of the collection or view (i.e.
319-
it does not include the database name). Views must be created in the
320-
same databases as the source collection or view.
321-
322-
.. versionadded:: 1.13
316+
.. versionadded:: 1.13
323317

324318
* - writeConcern
325319
- :php:`MongoDB\Driver\WriteConcern <class.mongodb-driver-writeconcern>`

source/reference/method/MongoDBDatabase-dropCollection.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,10 @@ Parameters
6060
`Field Encryption and Queryability <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`_
6161
in the MongoDB manual for more information.
6262

63-
.. note::
64-
65-
This option is not passed to the
66-
:manual:`drop </reference/command/drop>` command. The library uses
67-
it to determine related metadata collections that should be dropped
68-
in addition to an encrypted collection.
63+
This option is not passed to the
64+
:manual:`drop </reference/command/drop>` command. The library uses
65+
it to determine related metadata collections that should be dropped
66+
in addition to an encrypted collection.
6967

7068
.. versionadded:: 1.13
7169

0 commit comments

Comments
 (0)