Skip to content

Commit

Permalink
Links to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jun 6, 2014
1 parent 909862a commit c709fe1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
21 changes: 20 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,27 @@ Declarative configuration access and validation system.
.. _confmodel-cover: https://coveralls.io/r/praekelt/confmodel


Documentation
-------------

Up to date documentation can be found at:

* http://confmodel.readthedocs.org/en/latest/ for the latest release
* http://confmodel.readthedocs.org/en/develop/ for the latest development
version

Documentation specific to a branch can be built from a clone of the
repository::

$ pip install -r requirements-docs.txt
$ (cd docs; make html)

The resulting HTML will be in ``docs/_build/html/``.



Release process
===============
---------------

Version numbers are generated by `versioneer`_. When releasing a new version,
it's important to tag the appropriate commit before building packages. For
Expand Down
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ confmodel: A declarative configuration access and validation system.
.. note::

This documentation is not yet complete. It will be updated and improved as
we work on confmodel.
we work on confmodel. Up to date documentation can be found at:

* http://confmodel.readthedocs.org/en/latest/ for the latest release
* http://confmodel.readthedocs.org/en/develop/ for the latest development
version

Thank you for your attention.

Expand Down

0 comments on commit c709fe1

Please sign in to comment.