The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Bobby Grace d4841588af Merge branch 'master' of github.com:beetletweezers/tweezers 2010-08-15 00:05:07 -05:00
core Adding the |gravatar filter to core_tags 2010-08-15 00:04:27 -05:00
docs Update the docs with a real intro. 2010-08-14 11:45:53 -05:00
media link in header 2010-08-15 00:05:01 -05:00
projects well that was silly. 2010-08-15 00:02:37 -05:00
settings Moving the select bit to the top 2010-08-14 23:21:35 -05:00
templates link in header 2010-08-15 00:05:01 -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 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