summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2011-10-27 10:52:33 -0700
committerJoe Heck <heckj@mac.com>2011-10-27 13:23:39 -0700
commit7fbd04358de60b15f068e5b2241c854c1103d765 (patch)
tree7fe83cd5385ee1a2beeaf2ca7c2fc43216a652bc /README
parent11c7d20844ad4e2a71423ac668f32d6acb259719 (diff)
downloadtuskar-ui-7fbd04358de60b15f068e5b2241c854c1103d765.tar.gz
adding developer docs
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
index a032aef6..d95e6385 100644
--- a/README
+++ b/README
@@ -45,3 +45,30 @@ should be added to openstack-dashboard/tools/pip-requires.
The run_tests.sh script invokes tests and analysis on both of these
components in it's process, and is what Jenkins uses to verify the
stability of the project.
+
+To run the tests::
+
+ $ ./run_tests.sh
+
+Building Contributor Documentation
+----------------------------------
+
+This documentation is written by contributors, for contributors.
+
+The source is maintained in the `doc/source` folder using
+`reStructuredText`_ and built by `Sphinx`_
+
+.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _Sphinx: http://sphinx.pocoo.org/
+
+* Building Automatically::
+
+ $ python setup.py build_sphinx
+
+* Building Manually::
+
+ $ export DJANGO_SETTINGS_MODULE=local.local_settings
+ $ python doc/generate_autodoc_index.py
+ $ sphinx-build -b html doc/source build/sphinx/html
+
+Results in `doc/build/html` directory