Commit 59e7dbd3 authored by Fabien Potencier's avatar Fabien Potencier

merged branch davedevelopment/add-doc-info-to-docs (PR #647)

This PR was merged into the master branch.

Commits
-------

6a4fffeb Added a note about writing documentation

Discussion
----------

Added a note about writing documentation

---------------------------------------------------------------------------

by igorw at 2013-03-08T15:52:03Z

👍
parents 8e6d30ac 6a4fffeb
......@@ -12,6 +12,8 @@ steps.
* Add tests for it. This is important so we don't break it in a future version unintentionally.
* Optionally, add some technical documentation.
* Send a pull request. Bonus points for topic branches.
If you have a big change or would like to discuss something,
......@@ -22,3 +24,15 @@ please join us on the `mailing list
Any code you contribute must be licensed under the MIT
License.
Writing Documentation
=====================
The documentation is written in `reStructuredText
<http://docutils.sourceforge.net/rst.html>`_ and can be generated using `sphinx
<http://sphinx-doc.org>`_.
.. code-block:: bash
$ cd doc
$ sphinx-build -b html . build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment