From 44b8f5dbf29f7065649c80a007316a119278f151 Mon Sep 17 00:00:00 2001 From: Alex Vykalyuk Date: Tue, 15 May 2012 00:56:49 +0300 Subject: [PATCH 1/2] Added a note about readthedocs.org at the documneting section --- docs/writing/documentation.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index e46943967..cb65f9e21 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -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 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: From 3874e1f1be2e7cb1c8883669a588d0f36585c930 Mon Sep 17 00:00:00 2001 From: Alex Vykalyuk Date: Tue, 15 May 2012 20:09:48 +0300 Subject: [PATCH 2/2] Fixed a typo. --- docs/writing/documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index cb65f9e21..62a81658a 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -206,7 +206,7 @@ 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. -There is also a great free hosting for your docs: `Read The Docs`_ +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`_