The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher 531aed34bc Test doc commit. 2010-08-14 03:32:33 -05:00
core Fuck CSRF 2010-08-14 08:05:49 +00:00
doc_root Added a basic doc_root. 2010-08-14 01:12:15 -05:00
docs Test doc commit. 2010-08-14 03:32:33 -05:00
projects swaggerjacker 2010-08-14 03:31:00 -05:00
settings Ok, removing it frrreal 2010-08-14 01:45:48 -05:00
templates Adding some rudimentary templates and the outlines of some generic views 2010-08-14 00:49:15 -05:00
.gitignore Ignore docroot 2010-08-14 02:46:11 -05:00
README Added basic readme. 2010-08-14 00:36:31 -05:00
TODO Added basic todo. 2010-08-14 01:08:44 -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 Adding a migration to add a docs subdir and goofing on the req file 2010-08-14 01:38:31 -05:00
urls.py URLs/Views refactor into public/private stuff 2010-08-14 02:41:11 -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