@@ -8,10 +8,6 @@ a Python template based on the `Hypermodern Python`_ article series.
8
8
If you're in a hurry, check out the :doc: `quickstart guide <quickstart >`
9
9
and the :ref: `tutorials <Tutorials >`.
10
10
11
- .. contents ::
12
- :local:
13
- :backlinks: none
14
-
15
11
16
12
Introduction
17
13
~~~~~~~~~~~~
@@ -235,7 +231,6 @@ using a subdirectory with the same name as your project.
235
231
Here is a complete list of the project variables defined by this template:
236
232
237
233
.. table :: Project variables
238
- :class: hypermodern-table
239
234
:widths: auto
240
235
241
236
====================== ================================= ===================================
@@ -337,7 +332,6 @@ This section provides an overview of all the files generated for your project.
337
332
Let's start with the directory layout:
338
333
339
334
.. table :: Directories
340
- :class: hypermodern-table
341
335
:widths: auto
342
336
343
337
===================================== ===============================
@@ -351,7 +345,6 @@ The Python package is located in the ``src/<package>`` directory.
351
345
For more details on these files, refer to the section :ref: `The initial package `.
352
346
353
347
.. table :: Python package
354
- :class: hypermodern-table
355
348
:widths: auto
356
349
357
350
===================================== ===============================
@@ -364,7 +357,6 @@ The test suite is located in the ``tests`` directory.
364
357
For more details on these files, refer to the section :ref: `The test suite `.
365
358
366
359
.. table :: Test suite
367
- :class: hypermodern-table
368
360
:widths: auto
369
361
370
362
===================================== ===============================
@@ -376,7 +368,6 @@ The project documentation is written in reStructuredText_.
376
368
The documentation files in the top-level directory are rendered on GitHub _:
377
369
378
370
.. table :: Documentation files (top-level)
379
- :class: hypermodern-table
380
371
:widths: auto
381
372
382
373
======================= ============================================
@@ -391,7 +382,6 @@ built using :ref:`Sphinx <Documentation>` and
391
382
hosted on :ref: `Read the Docs <Read the Docs integration >`:
392
383
393
384
.. table :: Documentation files (Sphinx)
394
- :class: hypermodern-table
395
385
:widths: auto
396
386
397
387
====================== =======================================================
@@ -405,7 +395,6 @@ hosted on :ref:`Read the Docs <Read the Docs integration>`:
405
395
The ``.github/workflows `` directory contains the :ref: `GitHub Actions workflows <GitHub Actions workflows >`:
406
396
407
397
.. table :: GitHub Actions workflows
408
- :class: hypermodern-table
409
398
:widths: auto
410
399
411
400
======================= ===============================
@@ -420,7 +409,6 @@ The table below lists these files,
420
409
and links each file to a section with more details.
421
410
422
411
.. table :: Configuration files
423
- :class: hypermodern-table
424
412
:widths: auto
425
413
426
414
===================================== ========================================
@@ -450,7 +438,6 @@ The table below lists some additional files with pinned dependencies.
450
438
Follow the links for more details on these.
451
439
452
440
.. table :: Dependency files
453
- :class: hypermodern-table
454
441
:widths: auto
455
442
456
443
===================================== ================================
@@ -736,7 +723,6 @@ The template also comes with various development dependencies.
736
723
See the table below for an overview of the dependencies of generated projects:
737
724
738
725
.. table :: Dependencies
739
- :class: hypermodern-table
740
726
:widths: auto
741
727
742
728
======================= ====================================================================================
@@ -1099,7 +1085,6 @@ Overview of Nox sessions
1099
1085
The following table gives an overview of the available Nox sessions:
1100
1086
1101
1087
.. table :: Nox sessions
1102
- :class: hypermodern-table
1103
1088
:widths: auto
1104
1089
1105
1090
========================================== ===================================== ================== =========
@@ -1644,7 +1629,6 @@ Overview of pre-commit hooks
1644
1629
The |HPC | comes with a pre-commit configuration consisting of the following hooks:
1645
1630
1646
1631
.. table :: pre-commit hooks
1647
- :class: hypermodern-table
1648
1632
:widths: auto
1649
1633
1650
1634
======================== ===============================================
@@ -1738,7 +1722,6 @@ The following table lists the Flake8 plugins used by the |HPC|,
1738
1722
and links to their lists of error codes.
1739
1723
1740
1724
.. table :: Flake8 plugins
1741
- :class: hypermodern-table
1742
1725
:widths: auto
1743
1726
1744
1727
================================ ============================================= ======================================
@@ -2076,7 +2059,6 @@ __ https://docs.github.com/en/github/administering-a-repository/configuration-op
2076
2059
It manages the following dependencies:
2077
2060
2078
2061
.. table ::
2079
- :class: hypermodern-table
2080
2062
:widths: auto
2081
2063
2082
2064
=================== ===================================== ================================================
@@ -2175,7 +2157,6 @@ Overview of workflows
2175
2157
The |HPC | defines the following workflows:
2176
2158
2177
2159
.. table :: GitHub Actions workflows
2178
- :class: hypermodern-table
2179
2160
:widths: auto
2180
2161
2181
2162
===================================================== ======================== ==================================== =====================
@@ -2193,7 +2174,6 @@ Overview of GitHub Actions
2193
2174
Workflows use the following GitHub Actions:
2194
2175
2195
2176
.. table :: GitHub Actions
2196
- :class: hypermodern-table
2197
2177
:widths: auto
2198
2178
2199
2179
============================================ =========================================================
@@ -2272,7 +2252,6 @@ as shown in the table below:
2272
2252
__ https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
2273
2253
2274
2254
.. table :: Jobs in the Tests workflow
2275
- :class: hypermodern-table
2276
2255
:widths: auto
2277
2256
2278
2257
========================================== ====================== ==================
@@ -2335,7 +2314,6 @@ You can generate these tokens from your account settings on these services.
2335
2314
The tokens need to be stored as secrets in the repository settings on GitHub:
2336
2315
2337
2316
.. table :: Secrets
2338
- :class: hypermodern-table
2339
2317
:widths: auto
2340
2318
2341
2319
=================== ===================
0 commit comments