The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher 8f6ad7d6ce Add pyquery path setting. 2012-11-23 19:51:47 -08:00
.tx added tx config 2012-10-03 13:28:54 +02:00
deploy Install g++ on build 2012-11-15 08:43:56 -08:00
docs Add pyquery path setting. 2012-11-23 19:51:47 -08:00
logs Put the logs directory in the repo. 2012-03-12 15:35:28 -07:00
media Revert "Revert "Add filtering of builds and Version/Projects that is unexposed."" 2012-10-14 18:21:55 -07:00
readthedocs Add pyquery path setting. 2012-11-23 19:51:47 -08:00
.gitignore Install g++ on build 2012-11-15 08:43:56 -08:00
AUTHORS.rst add julen to authors 2012-09-27 20:49:18 -07:00
LICENSE.mit Fixed #130. Derp. 2012-01-31 18:43:26 -08:00
README.rst Missing space in the readme that was bothering me. 2012-10-13 20:42:42 -07:00
deploy_requirements.txt Fix deploy requirements 2012-11-23 19:51:47 -08:00
fabfile-development.py Add fabfile to install readthedocs for development. 2012-02-18 15:08:34 -08:00
fabfile.py Add remove_project command to fabfile. 2012-10-20 12:42:21 -07:00
onebox_requirements.txt Flush out onebox support. 2012-10-18 18:24:04 -07:00
pip_requirements.txt Update mercurial. 2012-11-05 12:19:40 -08:00
runtests.sh Add a runtests.sh to the top-level. 2011-09-09 20:41:12 -07:00
setup.py Remove setup.py cruft. 2012-11-23 19:47:42 -08:00

README.rst

Welcome to Read The Docs
========================

`Read the Docs`_ hosts documentation for the open source community. It supports Sphinx_ docs written with reStructuredText_, and can pull from your Subversion_, Bazaar_, Git_, and Mercurial_ repositories.

The full documentation is available on `the site`_.

.. _Read the docs: http://readthedocs.org/
.. _Sphinx: http://sphinx.pocoo.org/
.. _reStructuredText: http://sphinx.pocoo.org/rest.html
.. _Subversion: http://subversion.tigris.org/
.. _Bazaar: http://bazaar.canonical.com/
.. _Git: http://git-scm.com/
.. _Mercurial: http://mercurial.selenic.com/
.. _the site: http://read-the-docs.readthedocs.org

The documentation for the site is organized into two different sections below. One is for users of readthedocs.org, that is the first section. The next section is for users of the code that powers the site. All of the RTD code is open source, so you can run your own instance. Presumably in an internal install inside your company, or something.