Skip to content

Commit c0097df

Browse files
committed
change rtfd to readthedocs(#5870)
1 parent 61de4ea commit c0097df

37 files changed

+1361
-1361
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "common"]
22
path = common
3-
url = https://github.com/rtfd/common.git
3+
url = https://github.com/readthedocs/common.git

AUTHORS.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ Awesome Contributors
115115
* Brandon Stafford
116116
* Michael R. Bernstein
117117

118-
For a list of all the contributions: https://github.com/rtfd/readthedocs.org/contributors
118+
For a list of all the contributions: https://github.com/readthedocs/readthedocs.org/contributors

CHANGELOG.rst

+1,289-1,289
Large diffs are not rendered by default.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jquery": "2.0.3",
1818
"underscore": "~1.7.0",
1919
"readthedocs-client": "https://github.com/agjohnson/readthedocs-client-js.git",
20-
"sphinx-rtd-theme": "https://github.com/rtfd/sphinx_rtd_theme.git#0.3.1",
20+
"sphinx-rtd-theme": "https://github.com/readthedocs/sphinx_rtd_theme.git#0.3.1",
2121
"knockout": "~3.3.0",
2222
"jquery.payment": "~1.3.0",
2323
"jquery-migrate": "~1.2.1",

docs/advertising/ad-customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Customizing Advertising
88
This document details features that are a **work in progress**.
99
To discuss this document, please get in touch in the `issue tracker`_.
1010

11-
.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
11+
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues
1212

1313
In addition to allowing users and documentation authors to
1414
:ref:`opt out <advertising/ethical-advertising:Opting out>` of advertising,

docs/advertising/advertising-details.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The goal of this document is to shed light on the advertising industry,
1616
exactly what we do for advertising, and how what we do is different.
1717
If you have questions or comments,
1818
`send us an email <mailto:[email protected]>`_
19-
or `open an issue on GitHub <https://github.com/rtfd/readthedocs.org/issues>`_.
19+
or `open an issue on GitHub <https://github.com/readthedocs/readthedocs.org/issues>`_.
2020

2121

2222
Other ad networks' targeting

docs/api/v2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and HTTP response status codes are to designate success and failure.
1616
* Improved error reporting
1717

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

2121

2222
Authentication and authorization

docs/badges.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ since it will stay up to date with your Read the Docs project::
6969
https://readthedocs.org/projects/pip/badge/
7070

7171

72-
.. _Read the Docs README: https://github.com/rtfd/readthedocs.org/blob/master/README.rst
72+
.. _Read the Docs README: https://github.com/readthedocs/readthedocs.org/blob/master/README.rst
7373
.. _project page: https://readthedocs.org/projects/pip/
7474
.. |green| image:: https://assets.readthedocs.org/static/projects/badges/passing-flat.svg
7575
.. |red| image:: https://assets.readthedocs.org/static/projects/badges/failing-flat.svg

docs/builds.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Build Process
33

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

6-
.. _tasks.py: https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/projects/tasks.py
6+
.. _tasks.py: https://github.com/readthedocs/readthedocs.org/blob/master/readthedocs/projects/tasks.py
77
.. _doc_builder/: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/doc_builder
88

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

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

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

141-
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.
141+
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.
142142

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

162-
.. _The builder backends: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/doc_builder/backends
162+
.. _The builder backends: https://github.com/readthedocs/readthedocs.org/tree/master/readthedocs/doc_builder/backends
163163

164164
Deleting a stale or broken build environment
165165
--------------------------------------------

docs/config-file/v2.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ The Docker image used for building the docs.
260260
Each image support different Python versions and has different packages installed,
261261
as defined here:
262262

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

266266
sphinx
267267
~~~~~~
@@ -412,7 +412,7 @@ Schema
412412
------
413413

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

417417
Migrating from v1
418418
-----------------

docs/contribute.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get in touch
1616
- On IRC find us at `#readthedocs`_.
1717

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

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

8383

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

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

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

256256
Additional labels for categorization
257257
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -281,22 +281,22 @@ Helpful links for triaging
281281
Here is a list of links for contributors that look for work:
282282

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

docs/custom_domains.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ FAQ <https://support.cloudflare.com/hc/en-us/articles/115000310832-Certification
8080

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

83-
.. _previous issue: https://github.com/rtfd/readthedocs.org/issues/4395
83+
.. _previous issue: https://github.com/readthedocs/readthedocs.org/issues/4395
8484

8585

8686
Proxy SSL

docs/custom_installs/customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Example ``base.html`` in your template overrides::
3838
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`_.
3939

4040

41-
.. _submit an issue: https://github.com/rtfd/readthedocs.org/issues?sort=created&state=open
41+
.. _submit an issue: https://github.com/readthedocs/readthedocs.org/issues?sort=created&state=open

docs/custom_installs/local_rtd_vm.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To host your documentation on a local RTD installation, set it up in your VM:
4343

4444
mkdir checkouts
4545
cd checkouts
46-
git clone https://github.com/rtfd/readthedocs.org.git
46+
git clone https://github.com/readthedocs/readthedocs.org.git
4747
cd readthedocs.org
4848
sudo pip install -r requirements.txt
4949

docs/development/buildenvironments.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ image -- see `Configuration`_.
3737

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

4242
Configuration
4343
-------------

docs/development/design.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ Brand Guidelines
4747

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

50-
.. _Read the Docs GitHub project: https://github.com/rtfd/readthedocs.org/pulls
50+
.. _Read the Docs GitHub project: https://github.com/readthedocs/readthedocs.org/pulls
5151

docs/development/design/in-doc-search-ui.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ Open Questions
174174
* Should we go for edge ngrams or completion suggester?
175175

176176

177-
.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
177+
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues
178178
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
179179
.. _querySelector(): https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector
180180
.. _document.createElement(): https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement
181181
.. _node.removeChild(): https://developer.mozilla.org/en-US/docs/Web/API/Node/removeChild
182-
.. _here: https://github.com/rtfd/readthedocs.org/blob/9ca5858e859dea0759d913e8db70a623d62d6a16/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl#L135-L142
183-
.. _404 extension : https://github.com/rtfd/sphinx-notfound-page
182+
.. _here: https://github.com/readthedocs/readthedocs.org/blob/9ca5858e859dea0759d913e8db70a623d62d6a16/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl#L135-L142
183+
.. _404 extension : https://github.com/readthedocs/sphinx-notfound-page

docs/development/design/pr-builder.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ Related Issues
149149
- `Add travis-ci style pull request builder`_
150150

151151

152-
.. _Autobuild Docs for Pull Requests: https://github.com/rtfd/readthedocs.org/issues/5684
153-
.. _Add travis-ci style pull request builder: https://github.com/rtfd/readthedocs.org/issues/1340
152+
.. _Autobuild Docs for Pull Requests: https://github.com/readthedocs/readthedocs.org/issues/5684
153+
.. _Add travis-ci style pull request builder: https://github.com/readthedocs/readthedocs.org/issues/1340

docs/development/design/theme-context.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This extra context can be used to build some awesome features in your own theme.
1212
This design document details future features that are **not yet implemented**.
1313
To discuss this document, please get in touch in the `issue tracker`_.
1414

15-
.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
15+
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues
1616

1717
.. note::
1818

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

2929

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

docs/development/design/yaml-file.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ Dependencies
148148
------------
149149

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

153153
Footnotes
154154
---------
155155

156-
.. [#privacy-level] https://github.com/rtfd/readthedocs.org/issues/2663
157-
.. [#project-description] https://github.com/rtfd/readthedocs.org/issues/3689
156+
.. [#privacy-level] https://github.com/readthedocs/readthedocs.org/issues/2663
157+
.. [#project-description] https://github.com/readthedocs/readthedocs.org/issues/3689
158158
.. [#yaml-spec] http://yaml.org/spec/1.2/spec.html
159-
.. [#specversioning] https://github.com/rtfd/readthedocs.org/issues/3806
160-
.. [#one-checkout] https://github.com/rtfd/readthedocs.org/issues/1375
159+
.. [#specversioning] https://github.com/readthedocs/readthedocs.org/issues/3806
160+
.. [#one-checkout] https://github.com/readthedocs/readthedocs.org/issues/1375

docs/development/i18n.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ help pages <http://help.transifex.com/features/client/>`_.
302302

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

305-
.. _fabric script: https://github.com/rtfd/readthedocs.org/blob/master/fabfile.py
305+
.. _fabric script: https://github.com/readthedocs/readthedocs.org/blob/master/fabfile.py
306306

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

docs/development/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Get and run Read the Docs
9292

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

95-
git clone --recurse-submodules https://github.com/rtfd/readthedocs.org.git
95+
git clone --recurse-submodules https://github.com/readthedocs/readthedocs.org.git
9696
cd readthedocs.org
9797

9898
Create a virtual environment and activate it::

docs/development/issue-labels.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Overview of issue labels
44
Here is a full list of labels that we use in the `GitHub issue tracker`_ and
55
what they stand for.
66

7-
.. _GitHub issue tracker: https://github.com/rtfd/readthedocs.org/issues
7+
.. _GitHub issue tracker: https://github.com/readthedocs/readthedocs.org/issues
88

99
*Accepted*
1010
Issues with this label are issues that the core team has accepted on to the

docs/development/search.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Indexing
5252
^^^^^^^^
5353
All the Sphinx documents are indexed into Elasticsearch after the build is successful.
5454
Currently, we do not index MkDocs documents to elasticsearch, but
55-
`any kind of help is welcome <https://github.com/rtfd/readthedocs.org/issues/1088>`_.
55+
`any kind of help is welcome <https://github.com/readthedocs/readthedocs.org/issues/1088>`_.
5656

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

104104
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
105105
.. _Elasticsearch 6.3: https://www.elastic.co/guide/en/elasticsearch/reference/6.3/index.html
106-
.. _GitHub Repository: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/search
106+
.. _GitHub Repository: https://github.com/readthedocs/readthedocs.org/tree/master/readthedocs/search
107107
.. _the Elasticsearch document: https://www.elastic.co/guide/en/elasticsearch/guide/current/document.html
108108
.. _django-elasticsearch-dsl: https://github.com/sabricot/django-elasticsearch-dsl
109109
.. _elasticsearch-dsl: http://elasticsearch-dsl.readthedocs.io/en/latest/

docs/development/tests.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Continuous Integration
5454

5555
The RTD test suite is exercised by Travis CI on every push to our repo at
5656
GitHub. You can check out the current build status:
57-
https://travis-ci.org/rtfd/readthedocs.org
57+
https://travis-ci.org/readthedocs/readthedocs.org

docs/faq.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ We think that our theme is badass, and better than the default for many reasons.
166166
I want to use the Read the Docs theme locally
167167
---------------------------------------------
168168

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

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

245-
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
245+
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
246246

247247

248248
How can I avoid search results having a deprecated version of my docs?

0 commit comments

Comments
 (0)