From 077743181f8a24d536c48c141646f2398ce88d40 Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Sat, 16 Feb 2013 00:13:44 +0000 Subject: [PATCH 1/3] Adds in PyYAML requirement to README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2bd2325a6e2..9d25009f333 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ MongoDB Documentation This repository contains a major revision of the MongoDB documentation, currently accessible at . You can download and build locally if you already have `Sphinx -`_ installed, with the following command: :: +`_ and `PyYAML ` installed, with the following command: :: git clone git://github.com/mongodb/docs cd docs/ From e20bd8843eb68a1c0929ba543e80b3f89cf49915 Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Sat, 16 Feb 2013 00:15:18 +0000 Subject: [PATCH 2/3] Fixes style of README to link PyYAML correctly --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9d25009f333..d48a33179a8 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ MongoDB Documentation This repository contains a major revision of the MongoDB documentation, currently accessible at . You can download and build locally if you already have `Sphinx -`_ and `PyYAML ` installed, with the following command: :: +`_ and `PyYAML `_ installed, with the following command: :: git clone git://github.com/mongodb/docs cd docs/ From 035f21a5e2c4ad26cf78da9bdca59ed0db9e5e33 Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Tue, 26 Aug 2014 10:57:55 +0100 Subject: [PATCH 3/3] Use the term "32 bit limitation page" "32 bit limitations for" sounds wrong, "32 bit limitations page" sounds better --- source/administration/production-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index 3dac2b57e8c..d80b47a1e06 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -266,7 +266,7 @@ Production Checklist ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Always use 64-bit Builds for Production. MongoDB uses memory mapped -files. See the :ref:`32-bit limitations ` for +files. See the :ref:`32-bit limitations page ` for more information. 32-bit builds exist to support use on development machines and also for