mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #149 from alekzvik/master
Added a note about readthedocs.org at the documenting section
This commit is contained in:
@@ -206,9 +206,12 @@ Sphinx_ is a tool which converts documentation in the :ref:`restructuredtext-ref
|
||||
markup language into a range of output formats including HTML, LaTeX (for
|
||||
printable PDF versions), manual pages and plain text.
|
||||
|
||||
.. note:: This Guide is built with Sphinx_
|
||||
There is also a great free hosting for your Sphinx_ docs: `Read The Docs`_
|
||||
|
||||
.. note:: This Guide is built with Sphinx_ and hosted on `Read The Docs`_
|
||||
|
||||
.. _Sphinx: http://sphinx.pocoo.org
|
||||
.. _Read The Docs: http://readthedocs.org
|
||||
|
||||
.. _restructuredtext-ref:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user