From bc3856eebbfeaca821eeddfd1abf384278553851 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Thu, 3 Jan 2013 12:50:03 +0000 Subject: Forgot to mention new documentation build procedures and location --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 252dbcc..34fb6fe 100644 --- a/README.markdown +++ b/README.markdown @@ -22,6 +22,19 @@ Features * Consists of just one class called `ORM`. Minimal global namespace pollution. * Database agnostic. Currently supports SQLite and MySQL. May support others, please give it a try! +Documentation +------------- + +The documentation is hosted on Read the Docs: [idiorm.rtfd.org](http://idiorm.rtfd.org) + +## Building the Docs ## + +You will need to install [Sphinx](http://sphinx-doc.org/) and then in the docs folder run: + + make html + +The documentation will now be in docs/_build/html/index.html + Changelog --------- -- cgit v1.2.3