Skip to content

Commit 0fdd9a6

Browse files
committed
Move conda to group with pypi, not pipx
1 parent 7a1a7f2 commit 0fdd9a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ please :doc:`/source/contact`
4444

4545
practices/overview
4646
practices/precommit
47-
practices/environment_management
47+
practices/pipx
4848
practices/linting
4949
practices/ci
5050
practices/namespace_project
5151
practices/issue_pr_templating
5252
practices/sphinx
53-
practices/pypi
53+
practices/publishing_package
5454

docs/practices/pipx.rst

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

44
``pipx`` is a tool to enable installation of end-user applications written
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Env Management: pipx, conda
1+
Publishing Your Package: PyPI, Conda
22
===============================================================================
33

44
.. toctree::
55
:maxdepth: 1
66

7-
pipx
7+
pypi
88
conda

0 commit comments

Comments
 (0)