Changeset 696 for branches/PublicaMundi_David-devel/docs/contribute/doc.rst
- Timestamp:
- Jun 30, 2015, 10:35:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/contribute/doc.rst
- Property svn:keywords set to Date Author
r665 r696 28 28 ........................................ 29 29 30 The current structure of the ZOO Project documentation process is for developers with :ref:`SVN <svn>` commit access to maintain their documents in reStructuredText format, and therefore all documents live in the /docs directory in SVN. The `Sphinx <http://sphinx.pocoo.org/>`__ documentation generator is used to convert the reStructuredText files to html, and the live 31 website is then updated on an hourly basis. 30 The current structure of the ZOO Project documentation process is for 31 developers with :ref:`SVN <svn>` commit access to maintain their 32 documents in reStructuredText format, and therefore all documents live 33 in the /docs directory in SVN. The `Sphinx 34 <http://sphinx.pocoo.org/>`__ documentation generator is used to 35 convert the reStructuredText files to html, and the live website is 36 then updated on an hourly basis. 32 37 33 38 … … 49 54 :: 50 55 51 sudo easy_install Sphinx 56 sudo easy_install Sphinx==1.3.1 52 57 53 58 .. note:: 54 59 55 Make sure you install Sphinx 1. 0 or more recent. See note above.60 Make sure you install Sphinx 1.3.1 or more recent. 56 61 57 62 * Checkout the /docs directory from SVN, such as: … … 88 93 :: 89 94 90 sudo easy_install Sphinx95 sudo easy_install-2.7 Sphinx==1.3.1 91 96 92 97 .. note:: 93 98 94 Make sure you install Sphinx 1. 0 or more recent. See note above.99 Make sure you install Sphinx 1.3.1 or more recent. 95 100 96 101 * Install `MacTex <http://www.tug.org/mactex/2009/>`__ if you want to build pdfs … … 127 132 :: 128 133 129 easy_install Sphinx 134 easy_install Sphinx==1.3.1 130 135 131 136 ...you should see message: "Finished processing dependencies for Sphinx" … … 133 138 .. note:: 134 139 135 Make sure you install Sphinx 1. 0or more recent. See note above.140 Make sure you install Sphinx 1.3.1 or more recent. See note above. 136 141 137 142 * Install `MiKTeX <http://miktex.org>`__ if you want to build pdfs
Note: See TracChangeset
for help on using the changeset viewer.