Skip to content

Commit

Permalink
📝 docs path analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 9, 2020
1 parent 8e57e11 commit e43d3ff
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/reference/algorithms/algorithms.rst
@@ -0,0 +1,11 @@
**********
Algorithms
**********

Dynetx implements standard temporal network measures

.. toctree::
:maxdepth: 2

paths.rst

30 changes: 30 additions & 0 deletions docs/reference/algorithms/paths.rst
@@ -0,0 +1,30 @@

Paths
=====

Compute the time respecting paths between nodes in the graph.

These algorithms work with undirected and directed graphs.

Time respecting paths
---------------------

.. automodule:: dynetx.algorithms.paths

.. autosummary::
:toctree: generated_alg/

time_respecting_paths
all_time_respecting_paths
annotate_paths
path_duration
path_length


Temporal Directed Acyclic Graph
-------------------------------

.. autosummary::
:toctree: generated_alg/

temporal_dag
1 change: 1 addition & 0 deletions docs/reference/reference.rst
Expand Up @@ -14,5 +14,6 @@ In ``DyNetx`` are implemented the following **Dynamic Graph** models:
:maxdepth: 1

classes/gtypes.rst
algorithms/algorithms.rst
functions.rst
read_write

0 comments on commit e43d3ff

Please sign in to comment.