The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Eric Holscher 0f75e836ff Another bundle of Sentry bugfixes (#2769)
* Don't raise OSError on errors

* Fix silly typo
2017-04-04 13:20:13 -07:00
.github fix typo in issue template 2016-06-08 17:05:06 -04: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 docs(webhook): adding GitLab doc to webhooks 2017-03-27 10:16:39 -05:00
logs Put the logs directory in the repo. 2012-03-12 15:35:28 -07:00
media Small fixes 2017-03-30 12:40:02 -07:00
readthedocs Another bundle of Sentry bugfixes (#2769) 2017-04-04 13:20:13 -07:00
requirements Merge branch 'master' into 2720-upgrade-pygments 2017-03-31 13:37:04 -07:00
.gitignore Add env to ignore list 2016-05-03 14:40:03 -07:00
.travis.yml Speed up build process (#2312) 2016-07-18 11:31:37 -07:00
AUTHORS.rst Added self to authors list. 2014-01-05 15:19:50 -08:00
LICENSE.mit Fix copyright. Fixes #2234 2017-03-09 14:59:08 -08:00
MANIFEST.in Added top-level requirements file 2015-04-15 11:37:12 -07:00
README.rst Small update 2017-03-27 14:58:37 -07:00
bower.json Update bower to use RTD theme 0.2.4 2017-03-31 15:08:54 -04:00
fabfile.py Drop fab file task for updating theme as well 2015-09-10 15:47:26 -07:00
gulpfile.js Integrate on-site messaging that is persistent, combine message transports (#2406) 2016-10-01 10:19:51 -07:00
manage.py Settings and public domain restructure (#1829) 2016-04-14 14:58:28 -07:00
package.json Fix github link for vinyl-source-stream (#2688) 2017-03-03 11:58:39 -08:00
prospector.yml pep257ifys core and api (#2245) 2016-06-02 16:40:45 -07:00
pytest.ini Speed up build process (#2312) 2016-07-18 11:31:37 -07:00
requirements.txt Added top-level requirements file 2015-04-15 11:37:12 -07:00
setup.py Delete commented-out line in setup.py 2016-07-18 15:34:08 +03:00
tox.ini Speed up build process (#2312) 2016-07-18 11:31:37 -07: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.
Then we build documentation and host it for you.
Think of it as *Continuous Documentation*.

.. _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: https://www.mercurial-scm.org/

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

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

You can find information about contributing to Read the Docs at our `Contribution page <http://docs.readthedocs.io/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.io/en/latest/?badge=latest