diff --git a/config/sphinx-local.yaml b/config/sphinx-local.yaml index 94ac37f6afc..64f86a098fd 100644 --- a/config/sphinx-local.yaml +++ b/config/sphinx-local.yaml @@ -13,5 +13,4 @@ theme: sidebars: '**': - 'pagenav.html' - - 'formats.html' ... \ No newline at end of file diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index ca34cd12ec4..e975a8e00a4 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -4,11 +4,6 @@ Production Notes .. default-domain:: mongodb -.. contents:: Production Notes - :backlinks: none - :class: long-toc - :local: - This page details system configurations that affect MongoDB, especially in production. diff --git a/source/core/bulk-inserts.txt b/source/core/bulk-inserts.txt index e0e1931379b..30457c32e12 100644 --- a/source/core/bulk-inserts.txt +++ b/source/core/bulk-inserts.txt @@ -6,10 +6,6 @@ Bulk Inserts in MongoDB .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - In some situations you may need to insert or ingest a large amount of data into a MongoDB database. These *bulk inserts* have some special considerations that are different from other write diff --git a/source/core/write-performance.txt b/source/core/write-performance.txt index c12d28d1830..ea38580ed78 100644 --- a/source/core/write-performance.txt +++ b/source/core/write-performance.txt @@ -4,10 +4,6 @@ Write Operation Performance .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - Indexes ------- diff --git a/source/faq/concurrency.txt b/source/faq/concurrency.txt index 92b37890851..a973ab4e545 100644 --- a/source/faq/concurrency.txt +++ b/source/faq/concurrency.txt @@ -4,11 +4,6 @@ FAQ: Concurrency .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :local: - :class: long-toc - .. versionchanged:: 2.2 MongoDB allows multiple clients to read and write a single corpus of diff --git a/source/faq/developers.txt b/source/faq/developers.txt index 9e67a854a00..7ee4f9363c0 100644 --- a/source/faq/developers.txt +++ b/source/faq/developers.txt @@ -6,11 +6,6 @@ FAQ: MongoDB for Application Developers .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :class: long-toc - :local: - This document answers common questions about application development using MongoDB. diff --git a/source/faq/diagnostics.txt b/source/faq/diagnostics.txt index e7186eacafa..63fc397bce0 100644 --- a/source/faq/diagnostics.txt +++ b/source/faq/diagnostics.txt @@ -6,11 +6,6 @@ FAQ: MongoDB Diagnostics .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :class: long-toc - :local: - This document provides answers to common diagnostic questions and issues. diff --git a/source/faq/fundamentals.txt b/source/faq/fundamentals.txt index 2f762bbdd4b..3b61857c27d 100644 --- a/source/faq/fundamentals.txt +++ b/source/faq/fundamentals.txt @@ -4,11 +4,6 @@ FAQ: MongoDB Fundamentals .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :class: long-toc - :local: - This document addresses basic high level questions about MongoDB and its use. diff --git a/source/faq/indexes.txt b/source/faq/indexes.txt index 41730ea71b7..cecd13216e0 100644 --- a/source/faq/indexes.txt +++ b/source/faq/indexes.txt @@ -4,11 +4,6 @@ FAQ: Indexes .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :class: long-toc - :local: - This document addresses common questions regarding MongoDB indexes. If you don't find the answer you're looking for, check the diff --git a/source/faq/mongo.txt b/source/faq/mongo.txt index 3bf17b2d486..8abda6bf7d7 100644 --- a/source/faq/mongo.txt +++ b/source/faq/mongo.txt @@ -4,11 +4,6 @@ FAQ: The ``mongo`` Shell .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :class: long-toc - :local: - .. _mongo-shell-tips: How can I enter multi-line operations in the ``mongo`` shell? diff --git a/source/faq/replica-sets.txt b/source/faq/replica-sets.txt index f86e5c4eecb..e4fce4eb91b 100644 --- a/source/faq/replica-sets.txt +++ b/source/faq/replica-sets.txt @@ -4,11 +4,6 @@ FAQ: Replica Sets and Replication in MongoDB .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :class: long-toc - :local: - This document answers common questions about database replication in MongoDB. diff --git a/source/faq/sharding.txt b/source/faq/sharding.txt index 3edc2f53a36..57ba22cc495 100644 --- a/source/faq/sharding.txt +++ b/source/faq/sharding.txt @@ -4,10 +4,6 @@ FAQ: Sharding with MongoDB .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :local: - This document answers common questions about horizontal scaling using MongoDB's :term:`sharding`. diff --git a/source/faq/storage.txt b/source/faq/storage.txt index 622bdc99a29..9aa07ff10ff 100644 --- a/source/faq/storage.txt +++ b/source/faq/storage.txt @@ -4,10 +4,6 @@ FAQ: MongoDB Storage .. default-domain:: mongodb -.. contents:: Frequently Asked Questions: - :backlinks: none - :local: - This document addresses common questions regarding MongoDB's storage system. diff --git a/source/meta/practices.txt b/source/meta/practices.txt index a7183234528..286f9cbd2a7 100644 --- a/source/meta/practices.txt +++ b/source/meta/practices.txt @@ -4,10 +4,6 @@ MongoDB Documentation Practices and Processes This document provides an overview of the practices and processes. -.. contents:: Practices - :backlinks: none - :local: - Commits ------- diff --git a/source/reference/bson-types.txt b/source/reference/bson-types.txt index ec07891fb3f..253354673c4 100644 --- a/source/reference/bson-types.txt +++ b/source/reference/bson-types.txt @@ -4,10 +4,6 @@ BSON Types .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - :term:`BSON` is a binary serialization format used to store documents and make remote procedure calls in MongoDB. The BSON specification is located at `bsonspec.org `_. diff --git a/source/reference/command.txt b/source/reference/command.txt index b842b1ae99f..2d51c8f7f9f 100644 --- a/source/reference/command.txt +++ b/source/reference/command.txt @@ -4,10 +4,6 @@ Database Commands .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - All command documentation outlined below describes a command and its available parameters and provides a document template or prototype for each command. Some command documentation also includes the relevant diff --git a/source/reference/command/indexStats.txt b/source/reference/command/indexStats.txt index 8d339548c4d..cac258bb22d 100644 --- a/source/reference/command/indexStats.txt +++ b/source/reference/command/indexStats.txt @@ -4,10 +4,6 @@ indexStats .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - Definition ---------- @@ -345,7 +341,7 @@ The following is an example of :method:`db.collection.indexStats()` and ], "ok" : 1 } - + Additional Resources -------------------- diff --git a/source/reference/method.txt b/source/reference/method.txt index 52c52228ea5..f1a039fc317 100644 --- a/source/reference/method.txt +++ b/source/reference/method.txt @@ -6,11 +6,6 @@ .. default-domain:: mongodb -.. contents:: - :backlinks: none - :class: long-toc - :local: - .. |javascript-using-operation| replace:: these methods use .. include:: /includes/admonition-javascript-prevalence.rst diff --git a/source/reference/operator/query.txt b/source/reference/operator/query.txt index b6c44103e96..444f37377ec 100644 --- a/source/reference/operator/query.txt +++ b/source/reference/operator/query.txt @@ -4,10 +4,6 @@ Query and Projection Operators .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - .. _query-selectors: Query Selectors diff --git a/source/reference/privilege-actions.txt b/source/reference/privilege-actions.txt index e67f3f93ac4..a1aecabd70d 100644 --- a/source/reference/privilege-actions.txt +++ b/source/reference/privilege-actions.txt @@ -8,10 +8,6 @@ Privilege Actions .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - Privilege actions define the operations a user can perform on a :ref:`resource `. A MongoDB :ref:`privilege ` comprises a :ref:`resource ` and the permitted actions. This page lists diff --git a/source/reference/program/mongodump.txt b/source/reference/program/mongodump.txt index 23d285c3b8b..3ac1b84edc7 100644 --- a/source/reference/program/mongodump.txt +++ b/source/reference/program/mongodump.txt @@ -6,10 +6,6 @@ .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - .. |tool-binary| replace:: mongodump Synopsis diff --git a/source/release-notes/1.2.txt b/source/release-notes/1.2.txt index 41a3c448735..05d08763e09 100644 --- a/source/release-notes/1.2.txt +++ b/source/release-notes/1.2.txt @@ -4,12 +4,6 @@ Release Notes for MongoDB 1.2.x .. default-domain:: mongodb -.. contents:: See the :doc:`full index of this page <1.2-changes>` for - a complete list of changes included in 1.2. - :backlinks: none - :local: - :depth: 1 - New Features ------------ diff --git a/source/release-notes/1.4.txt b/source/release-notes/1.4.txt index 2d8664ee874..1f07521bb33 100644 --- a/source/release-notes/1.4.txt +++ b/source/release-notes/1.4.txt @@ -4,12 +4,6 @@ Release Notes for MongoDB 1.4 .. default-domain:: mongodb -.. contents:: See the :doc:`full index of this page <1.4-changes>` for - a complete list of changes included in 1.4. - :backlinks: none - :local: - :depth: 1 - Upgrading --------- diff --git a/source/release-notes/1.6.txt b/source/release-notes/1.6.txt index 53dde7eadcd..9da5f2374cf 100644 --- a/source/release-notes/1.6.txt +++ b/source/release-notes/1.6.txt @@ -4,12 +4,6 @@ Release Notes for MongoDB 1.6 .. default-domain:: mongodb -.. contents:: See the :doc:`full index of this page <1.6-changes>` for - a complete list of changes included in 1.6. - :backlinks: none - :local: - :depth: 1 - Upgrading --------- diff --git a/source/release-notes/1.8.txt b/source/release-notes/1.8.txt index 87fbefe2730..8d449189046 100644 --- a/source/release-notes/1.8.txt +++ b/source/release-notes/1.8.txt @@ -4,12 +4,6 @@ Release Notes for MongoDB 1.8 .. default-domain:: mongodb -.. contents:: See the :doc:`full index of this page <1.8-changes>` for - a complete list of changes included in 1.8. - :backlinks: none - :local: - :depth: 1 - Upgrading --------- @@ -210,7 +204,7 @@ those documents. Journaling `````````` -Returning to 1.6 after using 1.8 +Returning to 1.6 after using 1.8 :doc:`Journaling ` works fine, as journaling does not change anything about the data file format. Suppose you are running 1.8.x with journaling enabled and you decide to diff --git a/source/release-notes/2.0.txt b/source/release-notes/2.0.txt index b98934f2fef..c7bbe64c373 100644 --- a/source/release-notes/2.0.txt +++ b/source/release-notes/2.0.txt @@ -4,12 +4,6 @@ Release Notes for MongoDB 2.0 .. default-domain:: mongodb -.. contents:: See the :doc:`full index of this page <2.0-changes>` for - a complete list of changes included in 2.0. - :backlinks: none - :local: - :depth: 1 - Upgrading --------- diff --git a/source/release-notes/2.2.txt b/source/release-notes/2.2.txt index a5828fd8f41..cf8fdb09940 100644 --- a/source/release-notes/2.2.txt +++ b/source/release-notes/2.2.txt @@ -4,12 +4,6 @@ Release Notes for MongoDB 2.2 .. default-domain:: mongodb -.. contents:: See the :doc:`full index of this page <2.2-changes>` for - a complete list of changes included in 2.2. - :backlinks: none - :local: - :depth: 1 - Upgrading --------- diff --git a/source/release-notes/2.4-upgrade.txt b/source/release-notes/2.4-upgrade.txt index 8fc46d5a17d..9e33a02b571 100644 --- a/source/release-notes/2.4-upgrade.txt +++ b/source/release-notes/2.4-upgrade.txt @@ -13,11 +13,6 @@ for :ref:`upgrading sharded clusters <2.4-upgrade-cluster>` and the considerations for :ref:`reverting to 2.2 after running 2.4 <2.4-downgrade>`. -.. contents:: Content - :backlinks: none - :local: - :depth: 1 - Upgrade Recommendations and Checklist ------------------------------------- diff --git a/source/release-notes/2.4.txt b/source/release-notes/2.4.txt index 606ece7b55d..22e728af997 100644 --- a/source/release-notes/2.4.txt +++ b/source/release-notes/2.4.txt @@ -6,11 +6,6 @@ Release Notes for MongoDB 2.4 .. default-domain:: mongodb -.. contents:: Changes for 2.4 - :backlinks: none - :local: - :depth: 1 - MongoDB 2.4 includes enhanced geospatial support, switch to V8 JavaScript engine, security enhancements, and text search (beta) and hashed index. diff --git a/source/release-notes/2.6-upgrade.txt b/source/release-notes/2.6-upgrade.txt index 4b885b86936..345a4b1de3a 100644 --- a/source/release-notes/2.6-upgrade.txt +++ b/source/release-notes/2.6-upgrade.txt @@ -20,11 +20,6 @@ for :ref:`upgrading sharded clusters <2.6-upgrade-cluster>` and the considerations for :ref:`reverting to 2.4 after running 2.5.x <2.6-downgrade-considerations>`. -.. contents:: Content - :backlinks: none - :local: - :depth: 1 - Upgrade Recommendations and Checklist ------------------------------------- @@ -272,7 +267,7 @@ Considerations upgrade procedure to upgrade the the cluster's authorization data. By default, the procedure will upgrade the authorization data of the shards as well. - + To override this behavior, run the upgrade command with the additional parameter ``upgradeShards: false``. If you choose to override, you must run the upgrade procedure on the :program:`mongos` @@ -395,7 +390,7 @@ databases: .. code-block:: javascript - db.getSiblingDB("admin").system.version.update( + db.getSiblingDB("admin").system.version.update( { _id: "authSchema" }, { $set: { currentVersion: 2 } } ) @@ -411,7 +406,7 @@ databases: .. code-block:: javascript - db.getSiblingDB("admin").system.backup_users.find().forEach( + db.getSiblingDB("admin").system.backup_users.find().forEach( function (userDoc) { db.getSiblingDB("admin").system.users.insert( userDoc ); } diff --git a/source/release-notes/2.6.txt b/source/release-notes/2.6.txt index ecb30aa28f9..b8e556edb0c 100644 --- a/source/release-notes/2.6.txt +++ b/source/release-notes/2.6.txt @@ -6,14 +6,6 @@ Release Notes for MongoDB 2.6 (Development Series 2.5.x) .. default-domain:: mongodb -.. contents:: See the :doc:`full index of this page <2.6-changes>` for - a complete list of changes included in 2.6 (Development - Series 2.5.x). - :backlinks: none - :class: long-toc - :local: - :depth: 2 - MongoDB 2.6 is currently in development, as part of the 2.5 development release series. While 2.5-series releases are currently available, these versions of MongoDB are for **testing only and diff --git a/source/tutorial/change-hostnames-in-a-replica-set.txt b/source/tutorial/change-hostnames-in-a-replica-set.txt index e46bc35ca0c..27a711273cb 100644 --- a/source/tutorial/change-hostnames-in-a-replica-set.txt +++ b/source/tutorial/change-hostnames-in-a-replica-set.txt @@ -4,11 +4,6 @@ Change Hostnames in a Replica Set .. default-domain:: mongodb -.. contents:: - :backlinks: none - :class: long-toc - :local: - For most :term:`replica sets `, the hostnames in the :data:`~local.system.replset.members[n].host` field never change. However, if organizational needs change, you might need to migrate some diff --git a/source/tutorial/configure-replica-set-tag-sets.txt b/source/tutorial/configure-replica-set-tag-sets.txt index f03b73fc2c4..3bc32051ead 100644 --- a/source/tutorial/configure-replica-set-tag-sets.txt +++ b/source/tutorial/configure-replica-set-tag-sets.txt @@ -9,11 +9,6 @@ Configure Replica Set Tag Sets .. default-domain:: mongodb -.. contents:: - :backlinks: none - :class: long-toc - :local: - Tag sets let you customize :term:`write concern` and :term:`read preferences ` for a :term:`replica set`. MongoDB stores tag sets in the replica set configuration object, which is the diff --git a/source/tutorial/convert-secondary-into-arbiter.txt b/source/tutorial/convert-secondary-into-arbiter.txt index ee6c3104bb7..876ee8bf5b0 100644 --- a/source/tutorial/convert-secondary-into-arbiter.txt +++ b/source/tutorial/convert-secondary-into-arbiter.txt @@ -4,10 +4,6 @@ Convert a Secondary to an Arbiter .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - If you have a :term:`secondary` in a :term:`replica set` that no longer needs to hold data but that needs to remain in the set to ensure that the set can :ref:`elect a primary diff --git a/source/tutorial/convert-sharded-cluster-to-replica-set.txt b/source/tutorial/convert-sharded-cluster-to-replica-set.txt index 0aec9f5d44f..f27934d5bc2 100644 --- a/source/tutorial/convert-sharded-cluster-to-replica-set.txt +++ b/source/tutorial/convert-sharded-cluster-to-replica-set.txt @@ -4,10 +4,6 @@ Convert Sharded Cluster to Replica Set .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - This tutorial describes the process for converting a :term:`sharded cluster` to a non-sharded :term:`replica set`. To convert a replica set into a sharded cluster @@ -60,7 +56,7 @@ with more than one shard to an entirely new :term:`replica set`. #. Use :doc:`mongodump and mongorestore ` to migrate - the data from the :program:`mongos` instance to the new + the data from the :program:`mongos` instance to the new :term:`replica set`. .. note:: Not all collections on all databases are necessarily @@ -72,4 +68,4 @@ with more than one shard to an entirely new :term:`replica set`. The application will now use the un-sharded :term:`replica set` for reads and writes. You may now decommission the remaining unused -sharded cluster infrastructure. +sharded cluster infrastructure. diff --git a/source/tutorial/convert-standalone-to-replica-set.txt b/source/tutorial/convert-standalone-to-replica-set.txt index 9f92b0a9505..88076c7a94e 100644 --- a/source/tutorial/convert-standalone-to-replica-set.txt +++ b/source/tutorial/convert-standalone-to-replica-set.txt @@ -4,10 +4,6 @@ Convert a Standalone to a Replica Set .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - This tutorial describes the process for converting a :term:`standalone` :program:`mongod` instance into a three-member :term:`replica set`. Use standalone instances for testing and diff --git a/source/tutorial/deploy-shard-cluster.txt b/source/tutorial/deploy-shard-cluster.txt index 502e0db5b67..dc0f39576af 100644 --- a/source/tutorial/deploy-shard-cluster.txt +++ b/source/tutorial/deploy-shard-cluster.txt @@ -6,11 +6,6 @@ Deploy a Sharded Cluster .. default-domain:: mongodb -.. contents:: Deploy Sharded Cluster: - :backlinks: none - :class: long-toc - :local: - Use the following sequence of tasks to deploy a sharded cluster: .. include:: /includes/warning-sharding-hostnames.rst diff --git a/source/tutorial/expire-data.txt b/source/tutorial/expire-data.txt index 3f78ea9d879..836695ec97a 100644 --- a/source/tutorial/expire-data.txt +++ b/source/tutorial/expire-data.txt @@ -6,10 +6,6 @@ Expire Data from Collections by Setting TTL .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - .. versionadded:: 2.2 This document provides an introduction to MongoDB's "*time to live*" diff --git a/source/tutorial/getting-started.txt b/source/tutorial/getting-started.txt index 4c42f6e11c0..816949711ea 100644 --- a/source/tutorial/getting-started.txt +++ b/source/tutorial/getting-started.txt @@ -4,12 +4,6 @@ Getting Started with MongoDB .. default-domain:: mongodb -.. contents:: This tutorial addresses the following aspects of MongoDB use: - :backlinks: none - :local: - :class: long-toc - :depth: 3 - This tutorial provides an introduction to basic database operations using the :program:`mongo` shell. :program:`mongo` is a part of the standard MongoDB distribution and provides a full JavaScript diff --git a/source/tutorial/merge-chunks-in-sharded-cluster.txt b/source/tutorial/merge-chunks-in-sharded-cluster.txt index 2847bc7d92f..92413fa9a70 100644 --- a/source/tutorial/merge-chunks-in-sharded-cluster.txt +++ b/source/tutorial/merge-chunks-in-sharded-cluster.txt @@ -4,10 +4,6 @@ Merge Chunks in a Sharded Cluster .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - Overview -------- diff --git a/source/tutorial/migrate-sharded-cluster-to-new-hardware.txt b/source/tutorial/migrate-sharded-cluster-to-new-hardware.txt index 2f4af5b4fc2..8cc940beca1 100644 --- a/source/tutorial/migrate-sharded-cluster-to-new-hardware.txt +++ b/source/tutorial/migrate-sharded-cluster-to-new-hardware.txt @@ -4,11 +4,6 @@ Migrate a Sharded Cluster to Different Hardware .. default-domain:: mongodb -.. contents:: Migrate Sharded Cluster: - :backlinks: none - :class: long-toc - :local: - This procedure moves the components of the :term:`sharded cluster` to a new hardware system without downtime for reads and writes. diff --git a/source/tutorial/perform-maintence-on-replica-set-members.txt b/source/tutorial/perform-maintence-on-replica-set-members.txt index 336f27781b8..7ef315b25a6 100644 --- a/source/tutorial/perform-maintence-on-replica-set-members.txt +++ b/source/tutorial/perform-maintence-on-replica-set-members.txt @@ -4,10 +4,6 @@ Perform Maintenance on Replica Set Members .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - Overview -------- diff --git a/source/tutorial/remove-shards-from-cluster.txt b/source/tutorial/remove-shards-from-cluster.txt index 65ccdfc5a40..d61b5eb5a00 100644 --- a/source/tutorial/remove-shards-from-cluster.txt +++ b/source/tutorial/remove-shards-from-cluster.txt @@ -4,10 +4,6 @@ Remove Shards from an Existing Sharded Cluster .. default-domain:: mongodb -.. contents:: Remove Shards: - :backlinks: none - :local: - To remove a :term:`shard` you must ensure the shard's data is migrated to the remaining shards in the cluster. This procedure describes how to safely migrate data and how to remove a shard. diff --git a/source/tutorial/rotate-log-files.txt b/source/tutorial/rotate-log-files.txt index f74d275a797..1db0e6341a7 100644 --- a/source/tutorial/rotate-log-files.txt +++ b/source/tutorial/rotate-log-files.txt @@ -4,10 +4,6 @@ Rotate Log Files .. default-domain:: mongodb -.. contents:: - :backlinks: none - :local: - Overview --------