The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Chris Dickinson 5b3f6b059d add button (with dropdown options). apply to project_list_detailed. 2012-12-17 20:12:41 -08:00
.tx added tx config 2012-10-03 13:28:54 +02:00
deploy Install numpy on the build server. Refs #236. 2012-11-27 10:16:56 -08:00
docs UPdate arch docs. 2012-12-17 11:57:49 -08:00
logs Put the logs directory in the repo. 2012-03-12 15:35:28 -07:00
media add button (with dropdown options). apply to project_list_detailed. 2012-12-17 20:12:41 -08:00
readthedocs add button (with dropdown options). apply to project_list_detailed. 2012-12-17 20:12:41 -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
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 Add gravatar support. 2012-12-13 19:19:47 -08:00
runtests.sh
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.