The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher 30da9a08d9 Ignore export dir 2010-08-15 15:34:06 -05: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 Fix bookmarks and some small template changes 2010-08-15 20:23:58 +00:00
docs Doc updates. 2010-08-15 02:09:12 -05:00
media header/bookmarking stuff 2010-08-15 14:49:19 -05:00
projects OK nesting is fix0r3d FUCK YEAHHHHHH 2010-08-15 15:28:50 -05:00
settings Use bookmarks 2010-08-15 14:16:56 -05:00
templates Fix bookmarks and some small template changes 2010-08-15 20:23:58 +00:00
watching Remove accidently copied files in watching. 2010-08-15 00:49:41 -05:00
.gitignore Ignore export dir 2010-08-15 15:34:06 -05:00
LICENSE.bsd Added a BSD license. 2010-08-15 15:33: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 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