The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher ea838208f5 Fix github bits. 2010-08-14 06:01:07 +00:00
core Fix github bits. 2010-08-14 06:01:07 +00:00
docs Initial commit of our docs. 2010-08-14 00:07:13 -05:00
projects Adding some forms yo 2010-08-14 00:55:36 -05:00
settings Added github url and celery dependency. 2010-08-14 05:56:18 +00:00
templates Adding some rudimentary templates and the outlines of some generic views 2010-08-14 00:49:15 -05:00
.gitignore Added a basic github post-commit hook and a gitignore. 2010-08-14 05:32:43 +00:00
README Added basic readme. 2010-08-14 00:36:31 -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 Added github url and celery dependency. 2010-08-14 05:56:18 +00:00
urls.py Fix github bits. 2010-08-14 06:01:07 +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