Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d32b290

Browse files
committed
fixed enumerate linting errors
1 parent d51c3a8 commit d32b290

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

doc/users/next_whats_new/updated_mathtext.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Supports use of bold-italic font style in mathtext using the ``\mathbfit{}`` com
66
To change font to bold and italic enclose the text in a font command as
77
shown:
88

9-
.. code-block:: python
9+
.. code-block:: none
1010
1111
r'$\mathbfit{\eta \leq C(\delta(\eta))}$'
1212

doc/users/prev_whats_new/github_stats_3.0.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following 478 authors contributed 9809 commits.
128128
* Drew J. Sonne
129129
* Duncan Macleod
130130
* Dylan Evans
131-
* E. G. Patrick Bos
131+
* E\. G\. Patrick Bos
132132
* Egor Panfilov
133133
* Elijah Schutz
134134
* Elizabeth Seiver
@@ -205,7 +205,7 @@ The following 478 authors contributed 9809 commits.
205205
* Isaac Slavitt
206206
* Ismo Toijala
207207
* J Alammar
208-
* J. Goutin
208+
* J\. Goutin
209209
* Jaap Versteegh
210210
* Jacob McDonald
211211
* jacob-on-github
@@ -464,7 +464,7 @@ The following 478 authors contributed 9809 commits.
464464
* Tuan Dung Tran
465465
* u55
466466
* ultra-andy
467-
* V. R
467+
* V\. R
468468
* vab9
469469
* Valentin Schmidt
470470
* Vedant Nanda

doc/users/prev_whats_new/github_stats_3.2.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following 164 authors contributed 3455 commits.
119119
* Nicolas Courtemanche
120120
* Nikita Kniazev
121121
* njwhite
122-
* O. Castany
122+
* O\. Castany
123123
* Oliver Natt
124124
* Olivier
125125
* Om Sitapara
@@ -142,7 +142,7 @@ The following 164 authors contributed 3455 commits.
142142
* Richard Ji-Cathriner
143143
* RoryIAngus
144144
* Ryan May
145-
* S. Fukuda
145+
* S\. Fukuda
146146
* Samesh
147147
* Samesh Lakhotia
148148
* sasoripathos
@@ -164,7 +164,7 @@ The following 164 authors contributed 3455 commits.
164164
* Tim Hoffmann
165165
* Tom Flannaghan
166166
* Travis CI
167-
* V. Armando Solé
167+
* V\. Armando Solé
168168
* Vincent L.M. Mazoyer
169169
* Viraj Mohile
170170
* Wafa Soofi

doc/users/prev_whats_new/github_stats_3.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following 177 authors contributed 3852 commits.
8282
* ImportanceOfBeingErnest
8383
* Isuru Fernando
8484
* ItsRLuo
85-
* J. Scott Berg
85+
* J\. Scott Berg
8686
* Jae-Joon Lee
8787
* Jakub Klus
8888
* Janakarajan Natarajan

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,9 @@ ignore_substitutions = [
184184
"release"
185185
]
186186
# error in role directive is `.. role:: math-stix(mathmpl)
187-
# enumerate list errors seem largely due to github
188187
ignore_messages = [
189188
"Hyperlink target \".*\" is not referenced.",
190189
"Duplicate implicit target name: \".*\".",
191190
"Duplicate explicit target name: \".*\".",
192-
"Enumerated list start value not ordinal-1: \"*.\"",
193191
"Error in \"role\" directive:",
194192
]

0 commit comments

Comments
 (0)