Skip to content

Commit

Permalink
trivial: fix some build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed Dec 9, 2015
1 parent 516a087 commit 8035534
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
22 changes: 13 additions & 9 deletions README.rst
Expand Up @@ -17,12 +17,20 @@ of the documentation. See `MongoDB Documentation Buildsystem
<http://docs.mongodb.org/manual/meta/build/>`_ for complete
instructions on building the MongoDB documentation.

To contribute to the documentation please fork this repository on
GitHub and issue a pull request. File issue reports or requests at the
The MongoDB Documentation Project is governed by the terms of the
`MongoDB Contributor Agreement
<http://www.mongodb.com/legal/contributor-agreement>`_.

To contribute to the documentation, please fork this repository on
GitHub and issue a pull request. If you have not done so already,
please sign the `MongoDB Contributor Agreement
<http://www.mongodb.com/legal/contributor-agreement>`_

To file issues or requests regarding the documentation, go to the
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_.
See the following documents within this repository that provide a more
thorough overview of the documentation style, process, and overall
organization:

For an overview of the documentation style, process, and overall
organization, see the following pages:

- `Style Guide <http://docs.mongodb.org/manual/meta/style-guide>`_
- `Documentation Practices <http://docs.mongodb.org/manual/meta/practices>`_
Expand All @@ -32,10 +40,6 @@ organization:
All documentation is available under the terms of a `Creative Commons
License <http://creativecommons.org/licenses/by-nc-sa/3.0/>`_.

The MongoDB Documentation Project is governed by the terms of the
`MongoDB Contributor Agreement
<http://www.mongodb.com/legal/contributor-agreement>`_.

If you have any questions, please contact `docs@mongodb.com
<mailto:docs@mongodb.com>`_.

Expand Down
4 changes: 2 additions & 2 deletions source/contributors/reference/durability-internals.txt
@@ -1,8 +1,8 @@
.. _durability-internals:

===========================
========================================
MMAPv1 Durability Internals (Deprecated)
===========================
========================================

.. default-domain:: mongodb

Expand Down
Expand Up @@ -7,7 +7,7 @@ Strings in the Server
.. default-domain:: mongodb

``stream``
---------
----------

``str::stream()`` is quite useful for assembling strings inline:

Expand Down
2 changes: 2 additions & 0 deletions source/reference/operator/query-modifier.txt
@@ -1,3 +1,5 @@
:orphan:

===============
Query Modifiers
===============
Expand Down

0 comments on commit 8035534

Please sign in to comment.