File tree 5 files changed +8
-10
lines changed 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Supports use of bold-italic font style in mathtext using the ``\mathbfit{}`` com
6
6
To change font to bold and italic enclose the text in a font command as
7
7
shown:
8
8
9
- .. code-block :: python
9
+ .. code-block :: none
10
10
11
11
r'$\mathbfit{\eta \leq C(\delta(\eta))}$'
12
12
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ The following 478 authors contributed 9809 commits.
128
128
* Drew J. Sonne
129
129
* Duncan Macleod
130
130
* Dylan Evans
131
- * E. G. Patrick Bos
131
+ * E\ . G\ . Patrick Bos
132
132
* Egor Panfilov
133
133
* Elijah Schutz
134
134
* Elizabeth Seiver
@@ -205,7 +205,7 @@ The following 478 authors contributed 9809 commits.
205
205
* Isaac Slavitt
206
206
* Ismo Toijala
207
207
* J Alammar
208
- * J. Goutin
208
+ * J\ . Goutin
209
209
* Jaap Versteegh
210
210
* Jacob McDonald
211
211
* jacob-on-github
@@ -464,7 +464,7 @@ The following 478 authors contributed 9809 commits.
464
464
* Tuan Dung Tran
465
465
* u55
466
466
* ultra-andy
467
- * V. R
467
+ * V\ . R
468
468
* vab9
469
469
* Valentin Schmidt
470
470
* Vedant Nanda
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ The following 164 authors contributed 3455 commits.
119
119
* Nicolas Courtemanche
120
120
* Nikita Kniazev
121
121
* njwhite
122
- * O. Castany
122
+ * O\ . Castany
123
123
* Oliver Natt
124
124
* Olivier
125
125
* Om Sitapara
@@ -142,7 +142,7 @@ The following 164 authors contributed 3455 commits.
142
142
* Richard Ji-Cathriner
143
143
* RoryIAngus
144
144
* Ryan May
145
- * S. Fukuda
145
+ * S\ . Fukuda
146
146
* Samesh
147
147
* Samesh Lakhotia
148
148
* sasoripathos
@@ -164,7 +164,7 @@ The following 164 authors contributed 3455 commits.
164
164
* Tim Hoffmann
165
165
* Tom Flannaghan
166
166
* Travis CI
167
- * V. Armando Solé
167
+ * V\ . Armando Solé
168
168
* Vincent L.M. Mazoyer
169
169
* Viraj Mohile
170
170
* Wafa Soofi
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The following 177 authors contributed 3852 commits.
82
82
* ImportanceOfBeingErnest
83
83
* Isuru Fernando
84
84
* ItsRLuo
85
- * J. Scott Berg
85
+ * J\ . Scott Berg
86
86
* Jae-Joon Lee
87
87
* Jakub Klus
88
88
* Janakarajan Natarajan
Original file line number Diff line number Diff line change @@ -184,11 +184,9 @@ ignore_substitutions = [
184
184
" release"
185
185
]
186
186
# error in role directive is `.. role:: math-stix(mathmpl)
187
- # enumerate list errors seem largely due to github
188
187
ignore_messages = [
189
188
" Hyperlink target \" .*\" is not referenced." ,
190
189
" Duplicate implicit target name: \" .*\" ." ,
191
190
" Duplicate explicit target name: \" .*\" ." ,
192
- " Enumerated list start value not ordinal-1: \" *.\" " ,
193
191
" Error in \" role\" directive:" ,
194
192
]
You can’t perform that action at this time.
0 commit comments