Loading docs/README +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ This allows it to be built into other forms for easier viewing and browsing. To create an HTML version of the docs: * Install Sphinx (using ``sudo pip install Sphinx`` or some other method) * Install Sphinx (using ``pip install Sphinx`` or some other method) * In this docs/ directory, type ``make html`` (or ``make.bat html`` on Windows) at a shell prompt. Loading docs/howto/deployment/wsgi/gunicorn.txt +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ dependencies and is easy to install and use. Installing Gunicorn =================== Installing gunicorn is as easy as ``sudo pip install gunicorn``. For more Installing gunicorn is as easy as ``pip install gunicorn``. For more details, see the `gunicorn documentation`_. .. _gunicorn documentation: http://docs.gunicorn.org/en/latest/install.html Loading docs/howto/outputting-pdf.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ Alternatively, you can also install it with ``pip``: .. code-block:: bash $ sudo pip install reportlab $ pip install reportlab Test your installation by importing it in the Python interactive interpreter:: Loading docs/internals/contributing/writing-documentation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ __ http://sphinx-doc.org/ __ http://docutils.sourceforge.net/ To actually build the documentation locally, you'll currently need to install Sphinx -- ``sudo pip install Sphinx`` should do the trick. Sphinx -- ``pip install Sphinx`` should do the trick. .. note:: Loading docs/intro/whatsnext.txt +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ You can get a local copy of the HTML documentation following a few easy steps: .. code-block:: bash $ sudo pip install Sphinx $ pip install Sphinx * Then, just use the included ``Makefile`` to turn the documentation into HTML: Loading Loading
docs/README +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ This allows it to be built into other forms for easier viewing and browsing. To create an HTML version of the docs: * Install Sphinx (using ``sudo pip install Sphinx`` or some other method) * Install Sphinx (using ``pip install Sphinx`` or some other method) * In this docs/ directory, type ``make html`` (or ``make.bat html`` on Windows) at a shell prompt. Loading
docs/howto/deployment/wsgi/gunicorn.txt +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ dependencies and is easy to install and use. Installing Gunicorn =================== Installing gunicorn is as easy as ``sudo pip install gunicorn``. For more Installing gunicorn is as easy as ``pip install gunicorn``. For more details, see the `gunicorn documentation`_. .. _gunicorn documentation: http://docs.gunicorn.org/en/latest/install.html Loading
docs/howto/outputting-pdf.txt +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ Alternatively, you can also install it with ``pip``: .. code-block:: bash $ sudo pip install reportlab $ pip install reportlab Test your installation by importing it in the Python interactive interpreter:: Loading
docs/internals/contributing/writing-documentation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ __ http://sphinx-doc.org/ __ http://docutils.sourceforge.net/ To actually build the documentation locally, you'll currently need to install Sphinx -- ``sudo pip install Sphinx`` should do the trick. Sphinx -- ``pip install Sphinx`` should do the trick. .. note:: Loading
docs/intro/whatsnext.txt +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ You can get a local copy of the HTML documentation following a few easy steps: .. code-block:: bash $ sudo pip install Sphinx $ pip install Sphinx * Then, just use the included ``Makefile`` to turn the documentation into HTML: Loading