From f0aeb339dbc33dc1a4b2792d318920a3376ff33f Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 15 Jan 2013 10:39:55 +0100 Subject: [PATCH] HOWTO is actually a CONTRIBUTING document --- HOWTO.rst => CONTRIBUTING.rst | 0 README.rst | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename HOWTO.rst => CONTRIBUTING.rst (100%) diff --git a/HOWTO.rst b/CONTRIBUTING.rst similarity index 100% rename from HOWTO.rst rename to CONTRIBUTING.rst diff --git a/README.rst b/README.rst index 0e526aa4e..c13538936 100644 --- a/README.rst +++ b/README.rst @@ -36,8 +36,8 @@ Building -------- First make sure that these things are installed - Python 2 - - Sphinx (e.g. sudo yum install python-sphinx) - - Sphinx PHPDomain (e.g. easy_install -U sphinxcontrib-phpdomain) + - Sphinx (e.g. sudo yum install python-sphinx), on Mac: ``sudo easy_install Sphinx`` + - Sphinx PHPDomain (e.g. ``sudo easy_install -U sphinxcontrib-phpdomain``) then enter any manual directory, then run ``make html``. The result can be found in the ``_build/html`` subdirectory.