Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change rtfd to readthedocs #5871

Merged
merged 1 commit into from
Jul 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/rtfd/common.git
url = https://github.com/readthedocs/common.git
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ Awesome Contributors
* Brandon Stafford
* Michael R. Bernstein

For a list of all the contributions: https://github.com/rtfd/readthedocs.org/contributors
For a list of all the contributions: https://github.com/readthedocs/readthedocs.org/contributors
2,578 changes: 1,289 additions & 1,289 deletions CHANGELOG.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jquery": "2.0.3",
"underscore": "~1.7.0",
"readthedocs-client": "https://github.com/agjohnson/readthedocs-client-js.git",
"sphinx-rtd-theme": "https://github.com/rtfd/sphinx_rtd_theme.git#0.3.1",
"sphinx-rtd-theme": "https://github.com/readthedocs/sphinx_rtd_theme.git#0.3.1",
"knockout": "~3.3.0",
"jquery.payment": "~1.3.0",
"jquery-migrate": "~1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/advertising/ad-customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Customizing Advertising
This document details features that are a **work in progress**.
To discuss this document, please get in touch in the `issue tracker`_.

.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues

In addition to allowing users and documentation authors to
:ref:`opt out <advertising/ethical-advertising:Opting out>` of advertising,
Expand Down
2 changes: 1 addition & 1 deletion docs/advertising/advertising-details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The goal of this document is to shed light on the advertising industry,
exactly what we do for advertising, and how what we do is different.
If you have questions or comments,
`send us an email <mailto:[email protected]>`_
or `open an issue on GitHub <https://github.com/rtfd/readthedocs.org/issues>`_.
or `open an issue on GitHub <https://github.com/readthedocs/readthedocs.org/issues>`_.


Other ad networks' targeting
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and HTTP response status codes are to designate success and failure.
* Improved error reporting

If there are features you would like in v3, please get in touch
in the `issue tracker <https://github.com/rtfd/readthedocs.org/issues>`_.
in the `issue tracker <https://github.com/readthedocs/readthedocs.org/issues>`_.


Authentication and authorization
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ since it will stay up to date with your Read the Docs project::
https://readthedocs.org/projects/pip/badge/


.. _Read the Docs README: https://github.com/rtfd/readthedocs.org/blob/master/README.rst
.. _Read the Docs README: https://github.com/readthedocs/readthedocs.org/blob/master/README.rst
.. _project page: https://readthedocs.org/projects/pip/
.. |green| image:: https://assets.readthedocs.org/static/projects/badges/passing-flat.svg
.. |red| image:: https://assets.readthedocs.org/static/projects/badges/failing-flat.svg
Expand Down
8 changes: 4 additions & 4 deletions docs/builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Build Process

Files: `tasks.py`_ - `doc_builder/`_

.. _tasks.py: https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/projects/tasks.py
.. _tasks.py: https://github.com/readthedocs/readthedocs.org/blob/master/readthedocs/projects/tasks.py
.. _doc_builder/: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/doc_builder

Every documentation build has limited resources.
Expand All @@ -15,7 +15,7 @@ Our current build limits are:
We can increase build limits on a per-project basis,
sending an email to [email protected] providing a good reason why your documentation needs more resources.

You can see the current Docker build images that we use in our `docker repository <https://github.com/rtfd/readthedocs-docker-images>`_.
You can see the current Docker build images that we use in our `docker repository <https://github.com/readthedocs/readthedocs-docker-images>`_.
`Docker Hub <https://hub.docker.com/r/readthedocs/build/>`_ also shows the latest set of images that have been built.

Currently in production we're using the ``readthedocs/build:latest`` docker image as our default image.
Expand Down Expand Up @@ -138,7 +138,7 @@ but you can change that using a :doc:`config-file/index`.
If you want to know the specific version of a package that is installed in the image
you can check the `Ubuntu package search page <https://packages.ubuntu.com/>`__.

More details on software installed in images could be found by browsing specific branch in `rtfd/readthedocs-docker-images <https://github.com/rtfd/readthedocs-docker-images>`__ repository.
More details on software installed in images could be found by browsing specific branch in `rtfd/readthedocs-docker-images <https://github.com/readthedocs/readthedocs-docker-images>`__ repository.

Writing your own builder
------------------------
Expand All @@ -159,7 +159,7 @@ The documentation build system in RTD is made pluggable, so that you can build o
if success:
backend.move(version)

.. _The builder backends: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/doc_builder/backends
.. _The builder backends: https://github.com/readthedocs/readthedocs.org/tree/master/readthedocs/doc_builder/backends

Deleting a stale or broken build environment
--------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/config-file/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ The Docker image used for building the docs.
Each image support different Python versions and has different packages installed,
as defined here:

* `stable <https://github.com/rtfd/readthedocs-docker-images/tree/releases/4.x>`_: :buildpyversions:`stable`
* `latest <https://github.com/rtfd/readthedocs-docker-images/tree/releases/5.x>`_: :buildpyversions:`latest`
* `stable <https://github.com/readthedocs/readthedocs-docker-images/tree/releases/4.x>`_: :buildpyversions:`stable`
* `latest <https://github.com/readthedocs/readthedocs-docker-images/tree/releases/5.x>`_: :buildpyversions:`latest`

sphinx
~~~~~~
Expand Down Expand Up @@ -412,7 +412,7 @@ Schema
------

You can see the complete schema
`here <https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.yml>`_.
`here <https://github.com/readthedocs/readthedocs.org/blob/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.yml>`_.

Migrating from v1
-----------------
Expand Down
24 changes: 12 additions & 12 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get in touch
- On IRC find us at `#readthedocs`_.

.. _StackOverFlow: https://stackoverflow.com/questions/tagged/read-the-docs
.. _on GitHub: https://github.com/rtfd/readthedocs.org
.. _on GitHub: https://github.com/readthedocs/readthedocs.org
.. _Gitter: https://gitter.im/rtfd/readthedocs.org
.. _#readthedocs: irc://irc.freenode.net/readthedocs

Expand Down Expand Up @@ -81,11 +81,11 @@ command will be run immediately and will inform you of the changes and errors.
linting changes would be a great help to making this possible.


.. _Feature: https://github.com/rtfd/readthedocs.org/issues?direction=desc&labels=Feature&page=1&sort=updated&state=open
.. _Improvement: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AImprovement
.. _Accepted: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AAccepted
.. _Good First Issue: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
.. _Sprintable: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3ASprintable
.. _Feature: https://github.com/readthedocs/readthedocs.org/issues?direction=desc&labels=Feature&page=1&sort=updated&state=open
.. _Improvement: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AImprovement
.. _Accepted: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AAccepted
.. _Good First Issue: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
.. _Sprintable: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3ASprintable
.. _contribution-guide.org: http://www.contribution-guide.org/#submitting-bugs

.. _pre-commit: https://github.com/pre-commit/pre-commit
Expand Down Expand Up @@ -251,7 +251,7 @@ label. The reported issue …
After we finished the initial triaging of new tickets, no ticket should be left
without a label.

.. _list of untriaged tickets: https://github.com/rtfd/readthedocs.org/issues?q=is:issue+is:open+no:label
.. _list of untriaged tickets: https://github.com/readthedocs/readthedocs.org/issues?q=is:issue+is:open+no:label

Additional labels for categorization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -281,22 +281,22 @@ Helpful links for triaging
Here is a list of links for contributors that look for work:

- `Untriaged tickets
<https://github.com/rtfd/readthedocs.org/issues?q=is:issue+is:open+no:label>`_:
<https://github.com/readthedocs/readthedocs.org/issues?q=is:issue+is:open+no:label>`_:
Go and triage them!
- `Tickets labelled with Needed: more information
<https://github.com/rtfd/readthedocs.org/issues?utf8=✓&q=is:open+is:issue+label:"Needed:+more+information">`_:
<https://github.com/readthedocs/readthedocs.org/issues?utf8=✓&q=is:open+is:issue+label:"Needed:+more+information">`_:
Come back to these tickets once in a while and close those that did not get
any new information from the reporter. If new information is available, go
and re-triage the ticket.
- `Tickets labelled with Operations
<https://github.com/rtfd/readthedocs.org/issues?q=is:open+is:issue+label:Operations>`_:
<https://github.com/readthedocs/readthedocs.org/issues?q=is:open+is:issue+label:Operations>`_:
These tickets are for contributors who have access to the servers.
- `Tickets labelled with Support
<https://github.com/rtfd/readthedocs.org/issues?q=is:open+is:issue+label:Support>`_:
<https://github.com/readthedocs/readthedocs.org/issues?q=is:open+is:issue+label:Support>`_:
Experienced contributors or community members with a broad knowledge about
the project should handle those.
- `Tickets labelled with Needed: design decision
<https://github.com/rtfd/readthedocs.org/issues?q=is:open+is:issue+label:"Needed:+design+decision">`_:
<https://github.com/readthedocs/readthedocs.org/issues?q=is:open+is:issue+label:"Needed:+design+decision">`_:
Project leaders must take actions on these tickets. Otherwise no other
contributor can go forward on them.

Expand Down
2 changes: 1 addition & 1 deletion docs/custom_domains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ FAQ <https://support.cloudflare.com/hc/en-us/articles/115000310832-Certification

For more details, see this `previous issue`_.

.. _previous issue: https://github.com/rtfd/readthedocs.org/issues/4395
.. _previous issue: https://github.com/readthedocs/readthedocs.org/issues/4395


Proxy SSL
Expand Down
2 changes: 1 addition & 1 deletion docs/custom_installs/customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Example ``base.html`` in your template overrides::
You can of course override any block in the template. If there is something that you would like to be able to customize, but isn't currently in a block, please `submit an issue`_.


.. _submit an issue: https://github.com/rtfd/readthedocs.org/issues?sort=created&state=open
.. _submit an issue: https://github.com/readthedocs/readthedocs.org/issues?sort=created&state=open
2 changes: 1 addition & 1 deletion docs/custom_installs/local_rtd_vm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To host your documentation on a local RTD installation, set it up in your VM:

mkdir checkouts
cd checkouts
git clone https://github.com/rtfd/readthedocs.org.git
git clone https://github.com/readthedocs/readthedocs.org.git
cd readthedocs.org
sudo pip install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion docs/development/buildenvironments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ image -- see `Configuration`_.

.. _`Docker`: http://docker.com
.. _`Docker Hub repository`: https://hub.docker.com/r/readthedocs/build/
.. _`container image repo`: https://github.com/rtfd/readthedocs-docker-images
.. _`container image repo`: https://github.com/readthedocs/readthedocs-docker-images

Configuration
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/development/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ Brand Guidelines

Find our branding guidelines in our guidelines documentation: https://read-the-docs-guidelines.readthedocs-hosted.com.

.. _Read the Docs GitHub project: https://github.com/rtfd/readthedocs.org/pulls
.. _Read the Docs GitHub project: https://github.com/readthedocs/readthedocs.org/pulls

6 changes: 3 additions & 3 deletions docs/development/design/in-doc-search-ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ Open Questions
* Should we go for edge ngrams or completion suggester?


.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
.. _querySelector(): https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector
.. _document.createElement(): https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement
.. _node.removeChild(): https://developer.mozilla.org/en-US/docs/Web/API/Node/removeChild
.. _here: https://github.com/rtfd/readthedocs.org/blob/9ca5858e859dea0759d913e8db70a623d62d6a16/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl#L135-L142
.. _404 extension : https://github.com/rtfd/sphinx-notfound-page
.. _here: https://github.com/readthedocs/readthedocs.org/blob/9ca5858e859dea0759d913e8db70a623d62d6a16/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl#L135-L142
.. _404 extension : https://github.com/readthedocs/sphinx-notfound-page
4 changes: 2 additions & 2 deletions docs/development/design/pr-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ Related Issues
- `Add travis-ci style pull request builder`_


.. _Autobuild Docs for Pull Requests: https://github.com/rtfd/readthedocs.org/issues/5684
.. _Add travis-ci style pull request builder: https://github.com/rtfd/readthedocs.org/issues/1340
.. _Autobuild Docs for Pull Requests: https://github.com/readthedocs/readthedocs.org/issues/5684
.. _Add travis-ci style pull request builder: https://github.com/readthedocs/readthedocs.org/issues/1340
4 changes: 2 additions & 2 deletions docs/development/design/theme-context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This extra context can be used to build some awesome features in your own theme.
This design document details future features that are **not yet implemented**.
To discuss this document, please get in touch in the `issue tracker`_.

.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues

.. note::

Expand All @@ -28,7 +28,7 @@ Note that this dictionary is injected under the main key `readthedocs`:


.. This context comes from ``readthedocs.doc_builder.backends.sphinx.BaseSphinx.get_config_params`` class.
The source code is at, https://github.com/rtfd/readthedocs.org/blob/0c547f47fb9dffbeb17e4e9ccf205a10caf31189/readthedocs/doc_builder/backends/sphinx.py#L65
The source code is at, https://github.com/readthedocs/readthedocs.org/blob/0c547f47fb9dffbeb17e4e9ccf205a10caf31189/readthedocs/doc_builder/backends/sphinx.py#L65

.. code:: python

Expand Down
10 changes: 5 additions & 5 deletions docs/development/design/yaml-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ Dependencies
------------

Current repository which contains the code related to the configuration file:
https://github.com/rtfd/readthedocs-build
https://github.com/readthedocs/readthedocs-build

Footnotes
---------

.. [#privacy-level] https://github.com/rtfd/readthedocs.org/issues/2663
.. [#project-description] https://github.com/rtfd/readthedocs.org/issues/3689
.. [#privacy-level] https://github.com/readthedocs/readthedocs.org/issues/2663
.. [#project-description] https://github.com/readthedocs/readthedocs.org/issues/3689
.. [#yaml-spec] http://yaml.org/spec/1.2/spec.html
.. [#specversioning] https://github.com/rtfd/readthedocs.org/issues/3806
.. [#one-checkout] https://github.com/rtfd/readthedocs.org/issues/1375
.. [#specversioning] https://github.com/readthedocs/readthedocs.org/issues/3806
.. [#one-checkout] https://github.com/readthedocs/readthedocs.org/issues/1375
2 changes: 1 addition & 1 deletion docs/development/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ help pages <http://help.transifex.com/features/client/>`_.

For the Read the Docs community site, we use a `fabric script`_ to follow this process:

.. _fabric script: https://github.com/rtfd/readthedocs.org/blob/master/fabfile.py
.. _fabric script: https://github.com/readthedocs/readthedocs.org/blob/master/fabfile.py

#. Update files and push sources (English) to Transifex:

Expand Down
2 changes: 1 addition & 1 deletion docs/development/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Get and run Read the Docs

Clone the repository somewhere on your disk and enter to the repository::

git clone --recurse-submodules https://github.com/rtfd/readthedocs.org.git
git clone --recurse-submodules https://github.com/readthedocs/readthedocs.org.git
cd readthedocs.org

Create a virtual environment and activate it::
Expand Down
2 changes: 1 addition & 1 deletion docs/development/issue-labels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Overview of issue labels
Here is a full list of labels that we use in the `GitHub issue tracker`_ and
what they stand for.

.. _GitHub issue tracker: https://github.com/rtfd/readthedocs.org/issues
.. _GitHub issue tracker: https://github.com/readthedocs/readthedocs.org/issues

*Accepted*
Issues with this label are issues that the core team has accepted on to the
Expand Down
4 changes: 2 additions & 2 deletions docs/development/search.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Indexing
^^^^^^^^
All the Sphinx documents are indexed into Elasticsearch after the build is successful.
Currently, we do not index MkDocs documents to elasticsearch, but
`any kind of help is welcome <https://github.com/rtfd/readthedocs.org/issues/1088>`_.
`any kind of help is welcome <https://github.com/readthedocs/readthedocs.org/issues/1088>`_.

How we index documentations
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -103,7 +103,7 @@ As per requirements of `django-elasticsearch-dsl`_, it is stored in the

.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
.. _Elasticsearch 6.3: https://www.elastic.co/guide/en/elasticsearch/reference/6.3/index.html
.. _GitHub Repository: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/search
.. _GitHub Repository: https://github.com/readthedocs/readthedocs.org/tree/master/readthedocs/search
.. _the Elasticsearch document: https://www.elastic.co/guide/en/elasticsearch/guide/current/document.html
.. _django-elasticsearch-dsl: https://github.com/sabricot/django-elasticsearch-dsl
.. _elasticsearch-dsl: http://elasticsearch-dsl.readthedocs.io/en/latest/
Expand Down
2 changes: 1 addition & 1 deletion docs/development/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Continuous Integration

The RTD test suite is exercised by Travis CI on every push to our repo at
GitHub. You can check out the current build status:
https://travis-ci.org/rtfd/readthedocs.org
https://travis-ci.org/readthedocs/readthedocs.org
4 changes: 2 additions & 2 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ We think that our theme is badass, and better than the default for many reasons.
I want to use the Read the Docs theme locally
---------------------------------------------

There is a repository for that: https://github.com/rtfd/sphinx_rtd_theme.
There is a repository for that: https://github.com/readthedocs/sphinx_rtd_theme.
Simply follow the instructions in the README.

Image scaling doesn't work in my documentation
Expand Down Expand Up @@ -242,7 +242,7 @@ file* field.
What commit of Read the Docs is in production?
----------------------------------------------

We deploy readthedocs.org from the `rel` branch in our GitHub repository. You can see the latest commits that have been deployed by looking on GitHub: https://github.com/rtfd/readthedocs.org/commits/rel
We deploy readthedocs.org from the `rel` branch in our GitHub repository. You can see the latest commits that have been deployed by looking on GitHub: https://github.com/readthedocs/readthedocs.org/commits/rel


How can I avoid search results having a deprecated version of my docs?
Expand Down
Loading