Changeset 665
- Timestamp:
- Jun 16, 2015, 2:06:21 PM (9 years ago)
- Location:
- branches/PublicaMundi_David-devel/docs/contribute
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/contribute/code.rst
r663 r665 24 24 25 25 * Create and commit to a new branch of the svn 26 27 ZOO-Project registered developers must accept and respect the developer guidelines when contributing code. 26 28 27 29 Bug tracking -
branches/PublicaMundi_David-devel/docs/contribute/doc.rst
r663 r665 1 1 .. _contribute_doc: 2 3 .. include:: <xhtml1-lat1.txt> 4 .. include:: <xhtml1-symbol.txt> 2 5 3 6 Contribute documentation 4 7 ================== 5 8 6 ZOO Documentation is a collaborative process managed by the ZOO develoeprs. Anybody is welcome to contribute to the ZOO-Project documentation. Please consider the following instructions before doing so. 9 ZOO Documentation is a collaborative process managed by the ZOO developers. Anybody is welcome to contribute to the ZOO-Project documentation. Please consider the following instructions before doing so. 10 11 General information 12 ------------------------ 7 13 8 14 For new comers 9 ************************* 15 .......................... 10 16 11 17 New users are encouraged to contribute documentation using the following ways: 12 18 13 * Download the ZOO-Project svn, edit the documentation files located /docs directory and share the modifications through a new ticket set to 'Documentation' tracker 19 * Download the ZOO-Project svn, edit the documentation files 20 located /docs directory and share the modifications through a new 21 ticket set to 'Documentation' tracker 22 14 23 * Create a wiki page containg new or corrected documentation text, and create a new ticket to report its creation. 15 24 … … 17 26 18 27 For registered developers 19 **************************** 28 ........................................ 20 29 21 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 … … 27 36 28 37 On Linux 29 *********** 38 ................. 30 39 31 * Make sure you have the Python dev and setuptools packages installed. 32 On Ubuntu: 40 * Make sure you have the Python dev and setuptools packages installed. For example on Ubuntu: 33 41 34 42 :: … … 73 81 74 82 75 On Mac OS X 76 **************** 83 On Mac OS X |trade| 84 .................................. 77 85 78 86 * Install sphinx using easy_install: … … 109 117 110 118 111 On Windows 112 ************** 119 On Windows |trade| 120 ................................ 113 121 114 122 * Install `Python 2.X <http://www.python.org/>`__ -
branches/PublicaMundi_David-devel/docs/contribute/index.rst
r663 r665 4 4 ============= 5 5 6 This is the `ZOO-Project <http://zoo-project.org>`__ **Contributor 7 Guide**. This document provides information and guidelines to anyone 6 This is the `ZOO-Project <http://zoo-project.org>`__ **Contributor Guide**. This document provides information and guidelines to anyone 8 7 willing to contribute to the `ZOO-Project <http://zoo-project.org>`__ 9 8 open source software project and help making it better. … … 16 15 code 17 16 doc 17 dev 18 contributors
Note: See TracChangeset
for help on using the changeset viewer.