Skip to content

Commit

Permalink
Add a skeleton for architecture documentation (#6836)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Aug 6, 2019
2 parents bcf123b + 5280483 commit 7c319ad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/html/development/architecture/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
===============================
Architecture of pip's internals
===============================

.. note::
This section of the documentation is currently being written. pip
developers welcome your help to complete this documentation. If you're
interested in helping out, please let us know in the `tracking issue`_.

.. note::
Direct use of pip's internals is *not supported*.
For more details, see :ref:`Using pip from your program`.


.. toctree::
:maxdepth: 2



.. _`tracking issue`: https://github.com/pypa/pip/issues/6831
1 change: 1 addition & 0 deletions docs/html/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ or the `pypa-dev mailing list`_, to ask questions or get involved.

getting-started
contributing
architecture/index
release-process
vendoring-policy

Expand Down

0 comments on commit 7c319ad

Please sign in to comment.