Skip to content

Commit ad85c46

Browse files
authored
Add TheEconomist and proselist rules from WTD (#12258)
These add a bunch of standardized checks for language <!-- readthedocs-preview docs start --> --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--12258.org.readthedocs.build/12258/ <!-- readthedocs-preview docs end --> <!-- readthedocs-preview dev start --> - Developer's documentation (`dev`): https://dev--12258.org.readthedocs.build/12258/ <!-- readthedocs-preview dev end -->
1 parent 73d3397 commit ad85c46

File tree

15 files changed

+18
-243
lines changed

15 files changed

+18
-243
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- run: pip install --user tox
6262
- run: tox -e pre-commit
6363
- run: tox -e migrations
64-
- run: tox -e vale
6564
- save_cache:
6665
key: pre-commit-cache-{{ checksum "pre-commit-cache-key.txt" }}
6766
paths:

.vale.ini

Lines changed: 0 additions & 10 deletions
This file was deleted.

.vale.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
common/vale.ini

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ Version 12.0.0
233233
* `@ericholscher <https://github.com/ericholscher>`__: Hosting: Don't check for superprojects on subprojects (`#11683 <https://github.com/readthedocs/readthedocs.org/pull/11683>`__)
234234
* `@ericholscher <https://github.com/ericholscher>`__: Remove indexes that aren't used and that are large (`#11623 <https://github.com/readthedocs/readthedocs.org/pull/11623>`__)
235235

236+
237+
.. vale off
238+
236239
Version 11.21.1
237240
---------------
238241

@@ -247,6 +250,9 @@ Version 11.21.1
247250
* `@humitos <https://github.com/humitos>`__: File Tree Diff: normalize ignore files (`#11987 <https://github.com/readthedocs/readthedocs.org/pull/11987>`__)
248251
* `@stsewd <https://github.com/stsewd>`__: Git service: depend on the project instead of users (`#11983 <https://github.com/readthedocs/readthedocs.org/pull/11983>`__)
249252

253+
.. vale on
254+
255+
250256
Version 11.21.0
251257
---------------
252258

common

Submodule common updated 48 files

docs/development/design/flyout-redesign.rst renamed to docs/dev/design/flyout-redesign.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Flyout Redesign Design Document
1111

1212

1313
This document describes the design of a new "flyout API"
14-
to replace our existing :ref:`"footer_html" <api/v2:Undocumented resources and endpoints>` endpoint in APIv2.
14+
to replace our existing `footer_html` endpoint in APIv2.
1515
The Read the Docs theme uses this API to put an updated version selector
1616
with active versions into the lower left menu.
1717
On other themes, this appears as a floating menu in the lower right.

docs/user/advertising/advertising-details.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ We can place ads in:
8383
* a small footer fixed to the bottom of the viewport
8484
* on 404 pages (rare)
8585

86-
We show no more than one ad per page so you will never see both
87-
a sidebar ad and a footer ad on the same page.
88-
86+
We never show more than 1 ad on a page.
8987

9088
Do Not Track Policy
9189
-------------------

docs/user/advertising/ethical-advertising.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ feel free to `shoot us an email <mailto:[email protected]>`_.
3838
You can :ref:`opt out <advertising/ethical-advertising:Opting out>` of having paid ads on your projects,
3939
or seeing paid ads if you want.
4040
You will still see :ref:`community ads <advertising/ethical-advertising:Community Ads>`,
41-
which we run for free that promote community projects.
41+
which we run at no cost that promote community projects.
4242

4343
Our worldview
4444
-------------

docs/user/commercial/subscriptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Non-profit and academic organizations
6060
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6161

6262
Our community hosting,
63-
provided for free and open source projects,
63+
provided for open source projects,
6464
is generally where we recommend most academic projects to host their projects.
6565
If you have constraints on how public your documentation can be,
6666
our commercial hosting is probably a better fit.

docs/user/gsoc.rst

Lines changed: 0 additions & 206 deletions
This file was deleted.

0 commit comments

Comments
 (0)