You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/development/architecture/anatomy.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
.. note::
2
+
2
3
This section of the documentation is currently being written. pip
3
4
developers welcome your help to complete this documentation. If you're
4
5
interested in helping out, please let us know in the `tracking issue`_.
@@ -76,7 +77,7 @@ Within ``src/``:
76
77
* ``__init__.py``
77
78
* ``__main__.py``
78
79
* ``__pycache__/`` *[not discussing contents right now]*
79
-
* ``_internal/`` *[where all the pip code lives that’s written by pip maintainers -- underscore means private. Pip is not a library -- it’s a command line tool! A very important distinction! People who want to install stuff with pip should not use the internals -- they should use the CLI. There’s a note on this in the docs.]*
80
+
* ``_internal/`` *[where all the pip code lives that’s written by pip maintainers -- underscore means private. pip is not a library -- it’s a command line tool! A very important distinction! People who want to install stuff with pip should not use the internals -- they should use the CLI. There’s a note on this in the docs.]*
0 commit comments