-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move changelog to GH releases (#141)
- Loading branch information
1 parent
0a41076
commit e384fce
Showing
4 changed files
with
65 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
|
||
API | ||
+++ | ||
|
||
.. currentmodule:: pyproject_api | ||
|
||
.. autodata:: __version__ | ||
|
||
Frontend | ||
-------- | ||
.. autoclass:: Frontend | ||
|
||
.. autoclass:: OptionalHooks | ||
|
||
Exceptions | ||
---------- | ||
|
||
Backend failed | ||
~~~~~~~~~~~~~~ | ||
.. autoclass:: BackendFailed | ||
|
||
Results | ||
------- | ||
|
||
Build source distribution requires | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.. autoclass:: RequiresBuildSdistResult | ||
|
||
Build wheel requires | ||
~~~~~~~~~~~~~~~~~~~~ | ||
.. autoclass:: RequiresBuildWheelResult | ||
|
||
Editable requires | ||
~~~~~~~~~~~~~~~~~ | ||
.. autoclass:: RequiresBuildEditableResult | ||
|
||
Wheel metadata | ||
~~~~~~~~~~~~~~ | ||
.. autoclass:: MetadataForBuildWheelResult | ||
|
||
Editable metadata | ||
~~~~~~~~~~~~~~~~~ | ||
.. autoclass:: MetadataForBuildEditableResult | ||
|
||
Source distribution | ||
~~~~~~~~~~~~~~~~~~~ | ||
.. autoclass:: SdistResult | ||
|
||
Editable | ||
~~~~~~~~ | ||
.. autoclass:: EditableResult | ||
|
||
Wheel | ||
~~~~~ | ||
.. autoclass:: WheelResult | ||
|
||
Fresh subprocess frontend | ||
------------------------- | ||
.. autoclass:: SubprocessFrontend |
This file was deleted.
Oops, something went wrong.
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