The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Bobby Grace 90e983d4c1 morphing project editing bar to project bar, using in overview 2010-08-15 02:17:46 -05:00
core Adding an overview when a project is in context 2010-08-15 01:29:40 -05:00
docs Doc updates. 2010-08-15 02:09:12 -05:00
media morphing project editing bar to project bar, using in overview 2010-08-15 02:17:46 -05:00
projects morphing project editing bar to project bar, using in overview 2010-08-15 02:17:46 -05:00
settings Login redirect url 2010-08-15 01:43:25 -05:00
templates Merge branch 'master' of github.com:beetletweezers/tweezers 2010-08-15 01:47:14 -05:00
watching Remove accidently copied files in watching. 2010-08-15 00:49:41 -05:00
.gitignore Doc updates. 2010-08-15 02:09:12 -05: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 Roughing out the overview stuff 2010-08-14 23:46:34 -05: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