Skip to content
Snippets Groups Projects
Commit bf19317f authored by maaikedieuwertje's avatar maaikedieuwertje
Browse files

updated/improved documentation of KadmosGraph, DataGraph and RepositoryConnectivityGraph and PEP-8

Former-commit-id: 44362c6be4a953254df68add3e42b382e50558e0
parent 05e55258
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -38,13 +38,11 @@ KadmosGraph
~~~~~~~~~~~
.. autoclass:: kadmos.graph.graph_kadmos.KadmosGraph
:members:
:inherited-members:
DataGraph
~~~~~~~~~
.. autoclass:: kadmos.graph.graph_data.DataGraph
:members:
:inherited-members:
RepositoryConnectivityGraph
~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
This diff is collapsed.
No preview for this file type
This diff is collapsed.
......@@ -38,13 +38,11 @@ KadmosGraph
~~~~~~~~~~~
.. autoclass:: kadmos.graph.graph_kadmos.KadmosGraph
:members:
:inherited-members:
DataGraph
~~~~~~~~~
.. autoclass:: kadmos.graph.graph_data.DataGraph
:members:
:inherited-members:
RepositoryConnectivityGraph
~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
This diff is collapsed.
This diff is collapsed.
......@@ -42,7 +42,7 @@ def print_in_table(print_container, **kwargs):
:param print_container: container for iterables --> [[row1], [row2], ...]
:type print_container: iterable
:param kwargs: keyword arguments for printing
:type kwargs: str
:type kwargs: str, bool
Kwargs options:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment