summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown13
1 files changed, 13 insertions, 0 deletions
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
---------