The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
Anthony Johnson 8f2d59cdcd
Changelog for 2.3.0
2018-03-12 12:57:58 -06: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
contrib Changelog for 2.3.0 2018-03-12 12:57:58 -06:00
deploy Assorted docstring/PEP 257 fixes (#2835) 2017-05-11 11:35:51 -07:00
docs Changelog for 2.3.0 2018-03-12 12:57:58 -06:00
logs Put the logs directory in the repo. 2012-03-12 15:35:28 -07:00
media Attempt to prevent bots indexing promos 2018-03-02 09:44:10 -08:00
readthedocs Merge branch 'fix-bug-translations' 2018-03-12 10:52:32 -06:00
requirements Project updated when subproject modified (#3649) 2018-03-09 12:42:58 -07:00
.eslintrc add lint rules and fix errors 2018-03-04 03:38:32 +05:30
.flake8 Ignore D403 since doesn't work for all the cases 2017-12-20 13:16:28 -05:00
.gitattributes Because font files 2018-03-12 12:23:22 -06:00
.gitignore Test PR (#3760) 2018-03-09 14:05:32 -07:00
.isort.cfg Fix isort settings 2017-11-28 19:42:54 -05:00
.pep8 Config files for auto linting (#3264) 2017-11-27 09:42:09 -07:00
.pre-commit-config.yaml Use DRF 3.1 `pagination_class` (#3559) 2018-02-15 08:41:19 +06:00
.style.yapf GitLab Integration (#3327) 2017-12-07 10:57:49 -07:00
.travis.yml Only build travis push builds on master. 2017-12-18 14:43:34 -08:00
AUTHORS.rst Link to the documentation page for the core team 2018-02-16 09:26:18 -05:00
CHANGELOG.rst Changelog for 2.3.0 2018-03-12 12:57:58 -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 README.rst 2018-01-08 20:23:15 -05:00
bower.json Upgrade RTD Theme to 0.2.5b1 (#3313) 2017-11-27 09:38:32 -07:00
fabfile.py Update translations 2017-07-19 16:07:10 -07:00
gulpfile.js Fix broken dependency for gulp build 2017-11-04 01:15:03 -06:00
manage.py Settings and public domain restructure (#1829) 2016-04-14 14:58:28 -07:00
package.json Follow similar convention 2018-02-11 21:26:50 -05:00
prospector-more.yml Finish linting on py3ish code (#2949) 2017-06-14 09:38:03 -07:00
prospector.yml Exclude it because it's kind of tedious 2018-01-25 20:44:00 -05: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 Bump to version 2.3.0 2018-03-12 11:23:01 -06:00
setup.py Add changelog and changelog automation (#3364) 2017-12-07 11:03:00 -07:00
tasks.py Forgot to revert test branch name 2017-12-14 20:52:22 -07:00
tox.ini Fix tox env: coverage 2018-03-11 22:29:56 -05: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>`_.

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

License
-------

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

.. _MIT: LICENSE