Skip to content

Commit

Permalink
response to review
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelucas committed Sep 2, 2024
1 parent 6a968bd commit 45bd55b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# -- Project information -----------------------------------------------------
project = "XGI"
copyright = "Copyright (C) 2021-2024 XGI Developers"
copyright = "2021-2024 XGI Developers"
release = "0.8.9"

# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -130,7 +130,7 @@

# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
# add_module_names = True
add_module_names = False

# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
Expand Down Expand Up @@ -161,7 +161,6 @@
# documentation.
html_theme_options = {
"navbar_end": [
"theme-switcher",
"navbar-icon-links",
], # Place the social links at the end of the navbar
"icon_links": [
Expand Down
6 changes: 3 additions & 3 deletions docs/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ XGI is organized into the following subpackages:
Drawing <api/drawing.rst>
Dynamics <api/dynamics.rst>
Generators <api/generators.rst>
Linalg <api/linalg.rst>
Linear Algebra <api/linalg.rst>
I/O <api/readwrite.rst>
Stats <api/stats.rst>
Utils <api/utils.rst>
Stats for nodes and edges <api/stats.rst>
Utilities <api/utils.rst>

0 comments on commit 45bd55b

Please sign in to comment.