Skip to content

Commit b51a2c4

Browse files
committed
Clear division in module list
1 parent e785a89 commit b51a2c4

File tree

2 files changed

+41
-20
lines changed

2 files changed

+41
-20
lines changed

src/doc/en/reference/combinat/module_list.rst

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Comprehensive Module List
1+
Comprehensive module list
22
=========================
33

4-
``sage.combinat``:
4+
``sage.combinat``
5+
-----------------
56

67
.. toctree::
78
:maxdepth: 1
@@ -143,7 +144,8 @@ Comprehensive Module List
143144
sage/combinat/q_analogues
144145
sage/combinat/sine_gordon
145146

146-
``sage.combinat.chas``:
147+
``sage.combinat.chas``
148+
----------------------
147149

148150
.. toctree::
149151
:maxdepth: 1
@@ -152,7 +154,8 @@ Comprehensive Module List
152154
sage/combinat/chas/fsym
153155
sage/combinat/chas/wqsym
154156

155-
``sage.combinat.cluster_algebra_quiver``:
157+
``sage.combinat.cluster_algebra_quiver``
158+
----------------------------------------
156159

157160
.. toctree::
158161
:maxdepth: 1
@@ -165,7 +168,8 @@ Comprehensive Module List
165168
sage/combinat/cluster_algebra_quiver/quiver_mutation_type
166169
sage/combinat/cluster_algebra_quiver/mutation_class
167170

168-
``sage.combinat.crystals``:
171+
``sage.combinat.crystals``
172+
--------------------------
169173

170174
.. toctree::
171175
:maxdepth: 1
@@ -207,7 +211,8 @@ Comprehensive Module List
207211
sage/combinat/crystals/pbw_crystal
208212
sage/combinat/crystals/infinity_crystals
209213

210-
``sage.combinat.designs``:
214+
``sage.combinat.designs``
215+
-------------------------
211216

212217
.. toctree::
213218
:maxdepth: 1
@@ -237,7 +242,8 @@ Comprehensive Module List
237242
sage/combinat/designs/steiner_quadruple_systems
238243
sage/combinat/designs/twographs
239244

240-
``sage.combinat.integer_lists``:
245+
``sage.combinat.integer_lists``
246+
-------------------------------
241247

242248
.. toctree::
243249
:maxdepth: 1
@@ -247,7 +253,8 @@ Comprehensive Module List
247253
sage/combinat/integer_lists/lists
248254
sage/combinat/integer_lists/nn
249255

250-
``sage.combinat.matrices``:
256+
``sage.combinat.matrices``
257+
--------------------------
251258

252259
.. toctree::
253260
:maxdepth: 1
@@ -258,7 +265,8 @@ Comprehensive Module List
258265
sage/combinat/matrices/hadamard_matrix
259266
sage/combinat/matrices/latin
260267

261-
``sage.combinat.ncsf_qsym``:
268+
``sage.combinat.ncsf_qsym``
269+
---------------------------
262270

263271
.. toctree::
264272
:maxdepth: 1
@@ -270,7 +278,8 @@ Comprehensive Module List
270278
sage/combinat/ncsf_qsym/all
271279
sage/combinat/ncsf_qsym/qsym
272280

273-
``sage.combinat.ncsym``:
281+
``sage.combinat.ncsym``
282+
-----------------------
274283

275284
.. toctree::
276285
:maxdepth: 1
@@ -280,7 +289,8 @@ Comprehensive Module List
280289
sage/combinat/ncsym/all
281290
sage/combinat/ncsym/ncsym
282291

283-
``sage.combinat.path_tableaux``:
292+
``sage.combinat.path_tableaux``
293+
-------------------------------
284294

285295
.. toctree::
286296
:maxdepth: 1
@@ -292,7 +302,8 @@ Comprehensive Module List
292302
sage/combinat/path_tableaux/path_tableau
293303
sage/combinat/path_tableaux/semistandard
294304

295-
``sage.combinat.posets``:
305+
``sage.combinat.posets``
306+
------------------------
296307

297308
.. toctree::
298309
:maxdepth: 1
@@ -314,7 +325,8 @@ Comprehensive Module List
314325
sage/combinat/posets/hasse_cython
315326
sage/combinat/posets/hasse_cython_flint
316327

317-
``sage.combinat.rigged_configurations``:
328+
``sage.combinat.rigged_configurations``
329+
---------------------------------------
318330

319331
.. toctree::
320332
:maxdepth: 1
@@ -343,7 +355,8 @@ Comprehensive Module List
343355
sage/combinat/rigged_configurations/tensor_product_kr_tableaux
344356
sage/combinat/rigged_configurations/tensor_product_kr_tableaux_element
345357

346-
``sage.combinat.root_system``:
358+
``sage.combinat.root_system``
359+
-----------------------------
347360

348361
.. toctree::
349362
:maxdepth: 1
@@ -406,7 +419,8 @@ Comprehensive Module List
406419
sage/combinat/root_system/weyl_characters
407420
sage/combinat/root_system/weyl_group
408421

409-
``sage.combinat.sf``:
422+
``sage.combinat.sf``
423+
--------------------
410424

411425
.. toctree::
412426
:maxdepth: 1
@@ -437,7 +451,8 @@ Comprehensive Module List
437451
sage/combinat/sf/witt
438452
sage/combinat/sf/new_kschur
439453

440-
``sage.combinat.species``:
454+
``sage.combinat.species``
455+
-------------------------
441456

442457
.. toctree::
443458
:maxdepth: 1
@@ -462,7 +477,8 @@ Comprehensive Module List
462477
sage/combinat/species/subset_species
463478
sage/combinat/species/sum_species
464479

465-
``sage.combinat.words``:
480+
``sage.combinat.words``
481+
-----------------------
466482

467483
.. toctree::
468484
:maxdepth: 1
@@ -487,6 +503,7 @@ Comprehensive Module List
487503
sage/combinat/words/paths
488504

489505
See also
506+
--------
490507

491508
.. toctree::
492509
:maxdepth: 1

src/doc/en/reference/make_module_list.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/bin/bash
22

3-
# This script traverses files in .py and .pyx in directories under
4-
# src/<directory> of the Sage library and store the module names sorted by
5-
# their titles and subdirectories.
3+
# This script traverses files with .py and .pyx suffixes in src/<directory>
4+
# tree of the Sage library and store the module names sorted by their path
5+
# and titles.
6+
#
7+
# EXAMPLE:
8+
#
9+
# $ src/doc/en/reference/make_module_list.sh sage/combinat
610

711
if [ $# -ne 1 ]; then
812
echo "Usage: $0 <directory>"

0 commit comments

Comments
 (0)