The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher 907dd98ea0 Added some basic operations documentation. 2011-10-09 19:33:56 -07:00
deploy Fixing the nginx config to fix issue #93 2011-08-22 18:07:34 -07:00
docs Added some basic operations documentation. 2011-10-09 19:33:56 -07:00
media Hard code the URL so it works on subdomains/CNAMEs. 2011-06-23 19:28:27 -07:00
readthedocs Fix the empty text to not link to creating a new project. 2011-10-05 19:22:27 -07:00
.gitignore Added the filesystem layer for cnames so that we'll be able to serve them from nginx without hitting the backend. 2011-10-04 20:17:54 -07:00
AUTHORS.rst Fix wording in authors file. 2011-09-18 19:57:58 -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 Rejigger requirements to hopefully fix the build. 2011-09-18 20:00:04 -07:00
fabfile.py Small fabfile fixes. 2011-09-18 19:22:57 -07:00
pip_requirements.txt Rejigger requirements to hopefully fix the build. 2011-09-18 20:00:04 -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.