The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Bobby Grace a74c25b01b adds big ass search bar 2010-08-15 00:01:24 -05:00
core Made the beginning of our balla front page. 2010-08-14 23:10:07 -05:00
docs Update the docs with a real intro. 2010-08-14 11:45:53 -05:00
media adds big ass search bar 2010-08-15 00:01:24 -05:00
projects Another small bugfix 2010-08-15 04:24:13 +00:00
settings Moving the select bit to the top 2010-08-14 23:21:35 -05:00
templates adds big ass search bar 2010-08-15 00:01:24 -05:00
watching Made the beginning of our balla front page. 2010-08-14 23:10:07 -05:00
.gitignore Initial support for hg. 2010-08-14 12:31:05 -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 Made the beginning of our balla front page. 2010-08-14 23:10:07 -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