-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into wickman/1.0
- Loading branch information
Showing
18 changed files
with
335 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,159 @@ | ||
PEX API Reference | ||
================= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
Module contents | ||
--------------- | ||
|
||
pex | ||
pex.bin | ||
.. automodule:: pex | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.crawler module | ||
------------------------ | ||
|
||
.. automodule:: pex.crawler | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.environment module | ||
---------------------- | ||
|
||
.. automodule:: pex.environment | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.fetcher module | ||
------------------ | ||
|
||
.. automodule:: pex.fetcher | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.finders module | ||
------------------ | ||
|
||
.. automodule:: pex.finders | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.http module | ||
-------------------- | ||
|
||
.. automodule:: pex.http | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.installer module | ||
-------------------- | ||
|
||
.. automodule:: pex.installer | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.interpreter module | ||
---------------------- | ||
|
||
.. automodule:: pex.interpreter | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.iterator module | ||
---------------------- | ||
|
||
.. automodule:: pex.iterator | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.link module | ||
---------------------- | ||
|
||
.. automodule:: pex.link | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.package module | ||
------------------ | ||
|
||
.. automodule:: pex.package | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.pep425 module | ||
----------------- | ||
|
||
.. automodule:: pex.pep425 | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.pex module | ||
-------------- | ||
|
||
.. automodule:: pex.pex | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.pex_builder module | ||
---------------------- | ||
|
||
.. automodule:: pex.pex_builder | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.pex_info module | ||
------------------- | ||
|
||
.. automodule:: pex.pex_info | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.platforms module | ||
-------------------- | ||
|
||
.. automodule:: pex.platforms | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.resolver module | ||
------------------- | ||
|
||
.. automodule:: pex.resolver | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.testing module | ||
------------------ | ||
|
||
.. automodule:: pex.testing | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.tracer module | ||
----------------- | ||
|
||
.. automodule:: pex.tracer | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.translator module | ||
--------------------- | ||
|
||
.. automodule:: pex.translator | ||
:members: | ||
:show-inheritance: | ||
|
||
pex.util module | ||
--------------- | ||
|
||
.. automodule:: pex.util | ||
:members: | ||
:show-inheritance: | ||
|
||
|
||
pex.variables module | ||
-------------------- | ||
|
||
.. _PexVariables: | ||
|
||
.. automodule:: pex.variables | ||
:members: | ||
:show-inheritance: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.