-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
30 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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
``PyTreeClass`` exported API | ||
``PyTreeClass`` API | ||
============================= | ||
|
||
Serket relies on ``PyTreeClass`` :ref: for its module system (``TreeClass``). | ||
The entire ``PyTreeClass`` is reexported for convinence and is defiend below. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: API Documentation | ||
|
||
pytreeclass_core | ||
pytreeclass_advanced_api | ||
pytreeclass_pretty_print | ||
pytreeclass/core | ||
pytreeclass/masking | ||
pytreeclass/advanced_api | ||
pytreeclass/pretty_print |
4 changes: 2 additions & 2 deletions
4
docs/API/pytreeclass_advanced_api.rst → docs/API/pytreeclass/advanced_api.rst
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
5 changes: 3 additions & 2 deletions
5
docs/API/pytreeclass_core.rst → docs/API/pytreeclass/core.rst
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
💼 Masking API | ||
---------------------------------------------- | ||
|
||
.. currentmodule:: pytreeclass | ||
|
||
.. autofunction:: is_nondiff | ||
.. autofunction:: freeze | ||
.. autofunction:: unfreeze | ||
.. autofunction:: is_frozen | ||
.. autofunction:: tree_mask | ||
.. autofunction:: tree_unmask |
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,12 @@ | ||
🎨 Pretty printing API | ||
---------------------------------------------- | ||
|
||
.. currentmodule:: pytreeclass | ||
|
||
.. autofunction:: tree_diagram | ||
.. autofunction:: tree_graph | ||
.. autofunction:: tree_mermaid | ||
.. autofunction:: tree_repr | ||
.. autofunction:: tree_str | ||
.. autofunction:: tree_summary | ||
.. autofunction:: tree_repr_with_trace |
This file was deleted.
Oops, something went wrong.