-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added history_date_tine and earliest/latest_date_time to node * fmt * Added functions onto nodes and edges * Added third node in the wrong spot * Added small fixes to docs and tidied up warnings * fmt * Fix for Lucas Review * fmt
- Loading branch information
1 parent
cdd95ed
commit c679a92
Showing
25 changed files
with
895 additions
and
416 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Node | ||
***************** | ||
.. autoclass:: raphtory.Node | ||
:autosummary: | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
:inherited-members: | ||
|
||
.. autoclass:: raphtory.Nodes | ||
:autosummary: | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
:inherited-members: | ||
|
||
.. autoclass:: raphtory.MutableNode | ||
:autosummary: | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
:inherited-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
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
Oops, something went wrong.