Skip to content

Commit 7a1a7f2

Browse files
committed
Fully update sidebar to show options; group best practices
1 parent f355144 commit 7a1a7f2

15 files changed

+224
-197
lines changed

docs/index.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,12 @@ please :doc:`/source/contact`
4343
:hidden:
4444

4545
practices/overview
46-
practices/ci_benchmarking
47-
practices/ci_precommit
48-
practices/ci_testing
49-
practices/code_coverage
50-
practices/git-lfs
51-
practices/issue_pr_templating
46+
practices/precommit
47+
practices/environment_management
5248
practices/linting
49+
practices/ci
5350
practices/namespace_project
54-
practices/pipx
55-
practices/precommit
56-
practices/pypi
57-
practices/conda
58-
practices/unit_testing
59-
practices/pytest_timeout
51+
practices/issue_pr_templating
6052
practices/sphinx
53+
practices/pypi
54+

docs/practices/ci.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Continuous Integration
2+
===============================================================================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:caption: Continuous Integration
7+
8+
ci_testing
9+
ci_benchmarking
10+
ci_precommit
11+
code_coverage
12+
unit_testing
13+
pytest_timeout
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Env Management: pipx, conda
2+
===============================================================================
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
pipx
8+
conda

docs/practices/git-lfs.rst

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

docs/practices/linting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Code Style
1+
Code Style: Linters, Auto-Formatters
22
===============================================================================
33

44
What is it? Why do it?

docs/practices/namespace_project.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Python namespace project
2-
========================
1+
Python Namespace Projects
2+
=========================
33

44
`Pep 420 <https://peps.python.org/pep-0420/>`_ defines a standard for namespace packages.
55
This standard allows for separately versioned and maintained subpackages to present

docs/practices/overview.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Practices
1919
* :doc:`precommit`
2020
* :doc:`pypi`
2121
* :doc:`sphinx`
22-
* :doc:`git-lfs`
2322
* :doc:`pytest_timeout`
2423

2524
Still have questions?

docs/practices/pipx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pipx
2-
=========
2+
====================================================================================================
33

44
``pipx`` is a tool to enable installation of end-user applications written
55
in Python.

docs/practices/pypi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyPI
1+
PyPI Publishing
22
===============================================================================
33

44
What is it? Why do it?

docs/practices/sphinx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx - ReadTheDocs and AutoAPI
1+
Sphinx: ReadTheDocs, AutoAPI
22
===============================================================================
33

44
What is it? Why do it?

0 commit comments

Comments
 (0)