The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher 5f08e95197 Added bookmarks to dashboard urls 2010-08-15 19:36:45 +00:00
bookmarks Added bookmarks to dashboard urls 2010-08-15 19:36:45 +00:00
builds Added bookmarks to dashboard urls 2010-08-15 19:36:45 +00:00
core Bookmarks on homepage. 2010-08-15 14:26:13 -05:00
docs Doc updates. 2010-08-15 02:09:12 -05:00
media renames bookmark icons 2010-08-15 14:17:13 -05:00
projects adds help text to create project page 2010-08-15 13:37:47 -05:00
settings Use bookmarks 2010-08-15 14:16:56 -05:00
templates Bookmarks on homepage. 2010-08-15 14:26:13 -05:00
watching Remove accidently copied files in watching. 2010-08-15 00:49:41 -05:00
.gitignore Added a update_repos management command. 2010-08-15 07:43:10 +00:00
README Added basic readme. 2010-08-14 00:36:31 -05:00
TODO Adding some todos that kept me awake 2010-08-14 09:54:20 -05:00
__init__.py Initial commit of project files 2010-08-14 00:06:52 -05:00
manage.py Make a settings directory and have manage.py default to sqlite. 2010-08-14 00:45:05 -05:00
pip_requirements.txt Add basic apps to requirements for flagging 2010-08-14 22:16:44 -05:00
urls.py Added bookmarks to dashboard urls 2010-08-15 19:36:45 +00:00

README

An awesome documentation hosting site.

In order to get it running::
    virtualenv doc_site
    cd doc_site
    pip install -r pip_requirements.txt
    ./manage.py runserver