Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rshirzadkhani committed Nov 10, 2023
1 parent b854123 commit f55826c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: TGX
site_url: https://github.com/fpour/TGX
site_url: https://shenyanghuang.github.io/TGX
nav:
- Home: index.md
- API:
Expand Down
1 change: 1 addition & 0 deletions tgx/utils/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def _calculate_edge_per_ts(graph):
def get_avg_e_per_ts(graph_edgelist: dict) -> float:
r"""
Calculate the average number of edges per timestamp
Parameters:
graph: Graph object created by tgx.Graph containing edgelist
"""
Expand Down
1 change: 1 addition & 0 deletions tgx/viz/TEA.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def TEA(
):
r"""
generating TEA plot
Parameters:
temp_edgelist: a dictionary of temporal edges or a dataset object.
filepath: Path to save the TEA Plot.
Expand Down

0 comments on commit f55826c

Please sign in to comment.