All Projects → mongodb → Docs Ecosystem

mongodb / Docs Ecosystem

MongoDB Ecosystem Documentation

Programming Languages

python
139335 projects - #7 most used programming language

=============================== MongoDB Ecosystem Documentation

This repository contains documentation regarding components of the MongoDB ecosystem that lay outside of the core server functionality. This documentation builds on the work of the MongoDB Manual <http://docs.mongodb.org/manual/>. You can download and build this documentation locally if you already have Sphinx <http://sphinx.pocoo.org/>_ installed, with the following command: ::

 pip install giza
 git clone git://github.com/mongodb/docs-ecosystem
 cd docs-ecosystem/
 make html

To build on Windows (using Cygwin):

  • Ensure you have python installed
  • install Sphinx using easy_install -U Sphinx
  • install pyyamml using pip install pyyaml
  • Build the docs using sphinx-build -b html -d build/doctrees-html -c ./ source build/html

You may also wish to install Pygments <http://pygments.org>_ to provide syntax highlighting for code examples.

Contribute

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

To contribute to the documentation,

  • If you have not done so already, please sign the MongoDB Contributor Agreement <https://www.mongodb.com/legal/contributor-agreement>_.

  • Fork this repository on GitHub and issue a pull request.

Report Issues

File issue reports or requests at the Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>_.

License

All documentation is available under the terms of a Creative Commons License <http://creativecommons.org/licenses/by-nc-sa/3.0/>_.

If you have any questions, please contact [email protected] <mailto:[email protected]>_.

-- The MongoDB/10gen Docs Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].