-
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.
Merge pull request #55 from teald/v0.4.0
v0.4.0
- Loading branch information
Showing
11 changed files
with
272 additions
and
13 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
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,5 +1,11 @@ | ||
`door` module | ||
============= | ||
|
||
The `door` module contains classes that represent interfaces to python | ||
functions. They are primarily used on functions that have been defined in pure | ||
python, but can be extended to include arbitrary callables. | ||
|
||
.. automodule:: porchlight.door | ||
:members: | ||
:show-inheritance: | ||
:private-members: |
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,5 +1,13 @@ | ||
`neighborhood` module | ||
===================== | ||
|
||
`neighborhood` contains the |Neighborhood| class, which acts as a mediator | ||
class between different functions that have been re-cast as | ||
:py:class:`~porchlight.door.Door` objects. | ||
|
||
.. automodule:: porchlight.neighborhood | ||
:members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
.. |Neighborhood| replace:: :py:class:`~porchlight.neighborhood.Neighborhood` |
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
|
||
.. automodule:: porchlight.param | ||
:members: | ||
:show-inheritance: | ||
:private-members: |
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,29 @@ | ||
`utils` module | ||
============== | ||
|
||
The `utils` module contains utility functions and classes to assist in | ||
|porchlight|'s internal functioning. | ||
|
||
.. automodule:: porchlight.utils | ||
:members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
Inspection utilities | ||
-------------------- | ||
|
||
.. automodule:: porchlight.utils.inspect_functions | ||
:members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
Typing utilities | ||
---------------- | ||
|
||
.. automodule:: porchlight.utils.typing_functions | ||
:members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
|
||
.. |porchlight| replace:: **porchlight** |
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
Oops, something went wrong.