The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher 39f2f490ca Fix another word omission 2016-04-28 10:35:52 -07:00
.github Update issue template 2016-02-18 18:34:36 -08:00
.tx added tx config 2012-10-03 13:28:54 +02:00
deploy Proper fix 2016-03-10 13:06:07 -08:00
docs Fix another word omission 2016-04-28 10:35:52 -07:00
logs Put the logs directory in the repo. 2012-03-12 15:35:28 -07:00
media Clean up wording on support page. 2016-01-13 11:32:20 -08:00
readthedocs Merge pull request #2153 from rtfd/no-sessions-on-promos 2016-04-25 11:31:40 -07:00
requirements Add basic geo modeling 2016-04-06 08:56:32 -07:00
.gitignore Ignore public & private 2016-04-21 15:01:55 -07:00
.gitmodules Add new theme 2013-10-17 13:26:19 -07:00
.travis.yml Post to random channel to reduce noise 2015-09-15 11:10:14 -07:00
AUTHORS.rst Added self to authors list. 2014-01-05 15:19:50 -08:00
LICENSE.mit Fixed #130. Derp. 2012-01-31 18:43:26 -08:00
MANIFEST.in Added top-level requirements file 2015-04-15 11:37:12 -07:00
README.rst Add contributing section 2016-02-22 11:10:00 -04:00
bower.json Update Stripe's jquery.payment, and change KO field binding type 2015-10-21 13:09:26 -07:00
fabfile.py Drop fab file task for updating theme as well 2015-09-10 15:47:26 -07:00
gulpfile.js Add a per-project advertising opt-out, and form page for preference 2016-03-09 15:11:10 -08:00
manage.py Settings and public domain restructure (#1829) 2016-04-14 14:58:28 -07:00
package.json Replace vendored theme CSS with bower package support 2015-09-10 15:09:09 -07:00
prospector.yml Merge branch 'master' into simple-project-state-tracking 2016-03-10 10:01:39 -08:00
requirements.txt Added top-level requirements file 2015-04-15 11:37:12 -07:00
runtests.sh Forcing tests to be run with LANG=C. Otherwise the tests might fail if a non english locale is active. 2015-05-21 17:45:27 +02:00
setup.py clean up imports 2013-03-18 20:46:28 -07:00
tox.ini Fix pylint-django version 2015-12-03 15:05:55 -08:00

README.rst

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

|build-status| |docs|

Purpose
-------

`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.

.. _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/

Documentation for RTD
---------------------

You will find complete documentation for setting up your project at `the Read
the Docs site`_.

.. _the Read the Docs site: https://docs.readthedocs.org/

Contributing
------------

You can find information about contributing to Read the Docs at our `Contribution page <http://docs.readthedocs.org/en/latest/contribute.html#contributing-to-development>`_

Quickstart for GitHub-Hosted Projects
-------------------------------------

By the end of this quickstart, you will have a new project automatically updated
when you push to GitHub.

#. Create an account on `Read the Docs`_.  You will get an email verifying your
   email address which you should accept within 7 days.

#. Log in and click on "Import".

#. Give your project a name, add the HTTPS link for your GitHub project, and
   select Git as your repository type.

#. Fill in the rest of the form as needed and click "Create".

#. On GitHub, navigate to your repository and click on "Settings".

#. In the sidebar, click on "Web Hooks & Services", then find and click on the
   "ReadTheDocs" service.

#. Check the "Active" setting and click "Update Settings".

#. All done.  Commit away and your project will auto-update.


.. |build-status| image:: https://img.shields.io/travis/rtfd/readthedocs.org.svg?style=flat
    :alt: build status
    :scale: 100%
    :target: https://travis-ci.org/rtfd/readthedocs.org

.. |docs| image:: https://readthedocs.org/projects/docs/badge/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: https://docs.readthedocs.org/en/latest/?badge=latest