The source code that powers readthedocs.org
 
 
 
 
 
 
Go to file
dojutsu-user 6c44864a85 correct link 2019-03-14 03:54:40 +05:30
.github Do not allow to merge 'Status: blocked' PRs 2019-01-31 10:28:54 +01:00
.tx
common@ac9eafa1e5 Update common submodule 2019-02-19 20:56:51 +01:00
contrib Call Celery worker properly 2018-11-08 20:46:43 +01:00
docs Merge branch 'master' into davidfischer/remove-apiv1 2019-03-12 14:41:44 -07:00
logs
media #4036 Updated build list to include an alert state (#5222) 2019-02-20 14:03:21 -07:00
readthedocs correct link 2019-03-14 03:54:40 +05:30
requirements Update requirements and comments for lxml 2019-03-12 15:02:31 -07:00
scripts/travis Merge remote-tracking branch 'origin/master' into search-reapply 2019-01-22 13:59:47 -05:00
.codecov.yml Disable diff coverage status 2019-02-27 11:41:59 -05:00
.coveragerc Ignore six.PY2 from coverage 2018-12-04 15:59:26 -05:00
.eslintrc
.flake8
.gitattributes
.gitignore Fix tests 2019-01-15 10:37:16 -05:00
.gitmodules
.isort.cfg
.pep8
.pre-commit-config.yaml
.pyup.yml pyup.yml syntax fixed 2019-02-13 13:54:58 +01:00
.readthedocs.yml Fix docs build 2019-01-23 17:04:25 -05:00
.style.yapf
.travis.yml Try to put back codecov integration 2019-02-27 11:19:33 -05:00
AUTHORS.rst
CHANGELOG.rst Release 3.3.1 2019-02-28 17:22:31 -03:00
LICENSE Update LICENSE 2019-01-17 15:30:40 +03:00
MANIFEST.in
README.rst Update README.rst 2019-01-16 09:40:46 +01:00
bower.json Revert "Upgrade theme media to 0.4.2" 2018-10-06 19:59:28 +02:00
conftest.py Indentation fixed 2019-02-27 00:03:21 +06:00
gulpfile.js Updates for the manifest storage 2018-07-25 12:21:47 -07:00
manage.py
package.json Track actual ad views 2018-11-09 13:28:59 -08:00
prospector-more.yml
prospector.yml
pytest.ini Ignore warnings on pytest summary 2018-12-04 12:21:31 +01:00
requirements.txt
setup.cfg Release 3.3.1 2019-02-28 17:22:31 -03:00
setup.py
tasks.py Declare and improve invoke tasks 2019-01-07 10:13:32 +01:00
tox.ini Do not run py27 on tox 2019-01-03 16:42:58 +01:00

README.rst

Welcome to Read the Docs
========================

|build-status| |docs| |coverage|

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

.. |coverage| image:: https://codecov.io/gh/rtfd/readthedocs.org/branch/master/graph/badge.svg
    :alt: Test coverage
    :scale: 100%
    :target: https://codecov.io/gh/rtfd/readthedocs.org

License
-------

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

.. _MIT: LICENSE