Skip to content

Commit 3738550

Browse files
committed
remove nested admonitions
1 parent c05c769 commit 3738550

File tree

2 files changed

+14
-31
lines changed

2 files changed

+14
-31
lines changed

source/includes/extracts-watch-option.yaml

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ content: |
55
the maximum number of change events to return in each response from the
66
server.
77
8-
.. note::
9-
10-
Irrespective of the ``batchSize`` option, the initial ``aggregate`` command
11-
response for a change stream generally does not include any documents
12-
unless another option is used to configure its starting point (e.g.
13-
``startAfter``).
8+
Irrespective of the ``batchSize`` option, the initial ``aggregate`` command
9+
response for a change stream generally does not include any documents
10+
unless another option is used to configure its starting point (e.g.
11+
``startAfter``).
1412
---
1513
ref: watch-option-fullDocument
1614
content: |
@@ -37,9 +35,7 @@ content: |
3735
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_WHEN_AVAILABLE``
3836
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_REQUIRED``
3937
40-
.. note::
41-
42-
This is an option of the ``$changeStream`` pipeline stage.
38+
This is an option of the ``$changeStream`` pipeline stage.
4339
---
4440
ref: watch-option-fullDocumentBeforeChange
4541
content: |
@@ -57,9 +53,7 @@ content: |
5753
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_BEFORE_CHANGE_WHEN_AVAILABLE``
5854
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_BEFORE_CHANGE_REQUIRED``
5955
60-
.. note::
61-
62-
This is an option of the ``$changeStream`` pipeline stage.
56+
This is an option of the ``$changeStream`` pipeline stage.
6357
6458
.. versionadded:: 1.13
6559
---
@@ -77,9 +71,7 @@ content: |
7771
``startAtOperationTime`` will result in a server error. The options are
7872
mutually exclusive.
7973
80-
.. note::
81-
82-
This is an option of the ``$changeStream`` pipeline stage.
74+
This is an option of the ``$changeStream`` pipeline stage.
8375
---
8476
ref: watch-option-showExpandedEvents
8577
content: |
@@ -97,9 +89,7 @@ content: |
9789
This is not supported for server versions prior to 6.0 and will result in an
9890
exception at execution time if used.
9991
100-
.. note::
101-
102-
This is an option of the ``$changeStream`` pipeline stage.
92+
This is an option of the ``$changeStream`` pipeline stage.
10393
10494
.. versionadded:: 1.13
10595
---
@@ -117,9 +107,7 @@ content: |
117107
This is not supported for server versions prior to 4.2 and will result in an
118108
exception at execution time if used.
119109
120-
.. note::
121-
122-
This is an option of the ``$changeStream`` pipeline stage.
110+
This is an option of the ``$changeStream`` pipeline stage.
123111
124112
.. versionadded:: 1.5
125113
---
@@ -137,7 +125,4 @@ content: |
137125
This is not supported for server versions prior to 4.0 and will result in an
138126
exception at execution time if used.
139127
140-
.. note::
141-
142-
This is an option of the ``$changeStream`` pipeline stage.
143-
...
128+
This is an option of the ``$changeStream`` pipeline stage.

source/reference/method/MongoDBClient__construct.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,10 @@ Parameters
9696
'platform' => 'some-platform',
9797
]
9898

99-
.. note::
100-
101-
This feature is primarily designed for custom drivers and ODMs,
102-
which may want to identify themselves to the server for diagnostic
103-
purposes. Applications wishing to identify themselves should use the
104-
``appName`` URI option instead of this option.
99+
This feature is primarily designed for custom drivers and ODMs,
100+
which may want to identify themselves to the server for diagnostic
101+
purposes. Applications wishing to identify themselves should use the
102+
``appName`` URI option instead of this option.
105103

106104
.. versionadded:: 1.7
107105

0 commit comments

Comments
 (0)