The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Santos Gallegos d7046313a8 Use str to get the exception message (#3912)
* Use str to get the exception message

* Remove import

* Isort
2018-09-05 18:46:47 -06:00
.github Mention RTD in the Project URL of the issue template 2018-04-09 11:57:46 -05:00
.tx added tx config 2012-10-03 13:28:54 +02:00
common@9d653630c7 Add start and termination to YAML file regex (#4584) 2018-08-29 16:35:43 -06:00
contrib #3718: Added date to changelog (#3788) 2018-03-29 10:23:58 -06:00
docs Update docs to match the new triague guidelines (#4260) 2018-09-05 18:44:24 -06:00
logs Put the logs directory in the repo. 2012-03-12 15:35:28 -07:00
media Merge pull request #4424 from rtfd/davidfischer/cloudflare-sponsor-logo 2018-08-15 16:00:30 -07:00
readthedocs Use str to get the exception message (#3912) 2018-09-05 18:46:47 -06:00
requirements Upgrade all packages using pur (#4318) 2018-09-05 09:34:49 -06:00
scripts/travis fixing travis 2018-05-22 04:57:52 +06:00
.coveragerc Ignore migrations from coverage report 2018-05-24 10:44:11 -05:00
.eslintrc Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
.flake8 Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
.gitattributes Fix woff2 files (#4049) 2018-05-03 16:09:08 -06:00
.gitignore All static media is run through "collectstatic" 2018-08-07 15:50:45 -07:00
.gitmodules Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
.isort.cfg Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
.pep8 Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
.pre-commit-config.yaml Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
.style.yapf Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
.travis.yml Run all our tests with Python 3.6 on Travis 2018-08-30 20:59:39 +02:00
AUTHORS.rst Link to the documentation page for the core team 2018-02-16 09:26:18 -05:00
CHANGELOG.rst Release 2.6.5 2018-08-29 16:42:55 -06:00
LICENSE Rename License.mit to License 2017-09-07 18:59:06 -04:00
MANIFEST.in Adjust manifest 2017-09-07 18:59:19 -04:00
README.rst Update the sphinx-doc.org links in README 2018-06-14 18:37:09 -05:00
bower.json Update local assets for theme to 0.3.1 tag (#4047) 2018-05-01 16:26:08 -06:00
conftest.py Extend pytest's `markexpr` conf in case it already exists 2018-06-28 14:58:49 -03:00
fabfile.py fabfile: update i18n helpers 2018-06-05 18:27:32 +02:00
gulpfile.js Updates for the manifest storage 2018-07-25 12:21:47 -07:00
manage.py Settings and public domain restructure (#1829) 2016-04-14 14:58:28 -07:00
package.json Fix issues building static assets 2018-06-28 14:32:07 -07:00
prospector-more.yml Cleaned up remaining code 2018-02-24 01:27:08 +05:30
prospector.yml Drop readthedocs- prefix to submodule (#3916) 2018-04-05 22:00:58 -06:00
pytest.ini Make the donate tests run in CI 2017-09-25 19:19:00 -07:00
requirements.txt Added top-level requirements file 2015-04-15 11:37:12 -07:00
setup.cfg Release 2.6.5 2018-08-29 16:42:55 -06:00
setup.py Add changelog and changelog automation (#3364) 2017-12-07 11:03:00 -07:00
tasks.py Release 2.3.6 2018-04-05 22:25:45 -06:00
tox.ini Use "npm run lint" from tox (#4312) 2018-07-05 09:52:33 -06: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://www.sphinx-doc.org/
.. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.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/

Get in touch
------------

You can find information about getting in touch with Read the Docs at our `Contribution page <https://docs.readthedocs.io/en/latest/contribute.html#get-in-touch>`_.

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

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

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 a Project".

#. Click "Connect to GitHub" in order to connect your account's repositories to GitHub.

#. When prompted on GitHub, give access to your account.

#. Click "Import a Repository" and select any desired repository.

#. Change any information if desired and click "Next".

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

License
-------

`MIT`_ © 2010-2017 Read the Docs, Inc & contributors

.. _MIT: LICENSE