The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher cf30da235c Catch ImportedFiles that don't exist. 2011-09-18 18:00:32 -07:00
deploy Fixing the nginx config to fix issue #93 2011-08-22 18:07:34 -07:00
docs Rejigger docs. 2011-09-17 19:56:23 -07:00
media Hard code the URL so it works on subdomains/CNAMEs. 2011-06-23 19:28:27 -07:00
readthedocs Catch ImportedFiles that don't exist. 2011-09-18 18:00:32 -07:00
.gitignore Update gitignore. 2011-06-19 14:58:41 -07:00
AUTHORS.rst Derp. 2011-09-18 15:49:23 -07:00
LICENSE.bsd Update date in license. 2011-07-02 14:52:45 -07:00
README.rst Spacing fixes from copy pasta. 2011-06-29 20:22:47 -07:00
deploy_requirements.txt Move redis to the normal reqs. 2011-06-24 10:57:38 -07:00
fabfile.py Hack full_deploy 2011-09-18 17:50:01 -07:00
pip_requirements.txt Remove BS from reqs. 2011-09-18 17:46:47 -07:00
runtests.sh Add a runtests.sh to the top-level. 2011-09-09 20:41:12 -07:00
setup.py Stub out requirements. 2011-09-09 13:24:48 -07: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.