Skip to content

Commit 800c8c8

Browse files
author
Sam Kleinman
committed
minor: rst fixes and other small tweaks for better builds/clarity
1 parent 013be55 commit 800c8c8

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

source/administration/replica-sets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This configures a :term:`hidden member` that is accessible at
8484
``mongo2.example.net:27018``. See ":data:`host <members[n].host>`,"
8585
":data:`priority <members[n].priority>`," and ":data:`hidden
8686
<members[n].hidden>`" for more information about these settings. When
87-
you specify a full configuration object with :fun:`rs.add()`, you must
87+
you specify a full configuration object with :func:`rs.add()`, you must
8888
declare the ``_id`` field, which is not automatically populated in
8989
this case.
9090

source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
The MongoDB Manual
33
==================
44

5+
.. default-domain:: mongodb
6+
57
.. seealso:: The :ref:`MongoDB Wiki <mongodb-wiki>` for additional
68
documentation.
79

source/reference/aggregation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Aggregation Framework Operators
77
.. default-domain:: agg
88

99
The aggregation framework provides the ability to project, process,
10-
and/or control the output of the query, without using ":term:`map
11-
reduce`." Aggregation uses a syntax that resembles the same syntax and
10+
and/or control the output of the query, without using ":term:`map-reduce`."
11+
Aggregation uses a syntax that resembles the same syntax and
1212
form as "regular" MongoDB database queries.
1313

1414
These aggregation operations are all accessible by way of the
15-
:func:`aggregate()`. While all examples in this document use this
16-
function, :func:`aggregate()` is merely a wrapper around the
17-
:term:`database command` :dbcommand:`aggregate`. Therefore the
15+
:mongodb:func:`aggregate()`. While all examples in this document use this
16+
function, :mongodb:func:`aggregate()` is merely a wrapper around the
17+
:term:`database command` :mongodb:dbcommand:`aggregate`. Therefore the
1818
following prototype aggregate are equivelent:
1919

2020
.. code-block:: javascript
@@ -555,7 +555,7 @@ The current pipeline operators are:
555555
The :pipeline:`$sort` cannot begin sorting documents until
556556
previous operators in the pipeline have returned all output.
557557

558-
.. warning:: Unless the :pipline:`$sort` operator can use an index,
558+
.. warning:: Unless the :pipeline:`$sort` operator can use an index,
559559
in the current release, the sort must fit within memory. This
560560
may cause problems when sorting large numbers of documents.
561561

source/reference/bsondump.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Synopsis
1313

1414
The :program:`bsondump` converts :term:`BSON` files into human-readable
1515
formats, including :term:`JSON`. For example, :program:`bsondump` is useful
16-
for reading the output files generated by :command:`mongodump`.
16+
for reading the output files generated by :program:`mongodump`.
1717

1818
Options
1919
-------

source/reference/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Glossary
508508
necessary to expedite the initial distribution of documents
509509
among shards, by manually dividing the collection into chunks.
510510
In this case, you pre-split the chunks instead of waiting for
511-
the :terms:`balancer` to do it.
511+
MongoDB to create splits.
512512

513513
SSD
514514
Solid State Disk. A high-performance disk drive that uses solid

source/reference/mongotop.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
.. default-domain:: mongodb
44

5+
.. binary:: mongotop
6+
57
==========================
68
:program:`mongotop` Manual
79
==========================
@@ -37,7 +39,7 @@ Options
3739

3840
.. program:: mongotop
3941

40-
.. option:: .. option:: --help
42+
.. option:: --help
4143

4244
Returns a basic help and usage text.
4345

0 commit comments

Comments
 (0)