Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed May 27, 2024
1 parent f42a06d commit 28df5e3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 42 deletions.
1 change: 0 additions & 1 deletion docs/source/api/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ core functionality
~xgi.core.dihypergraph
~xgi.core.simplicialcomplex
~xgi.core.views
~xgi.core.diviews
~xgi.core.globalviews
18 changes: 0 additions & 18 deletions docs/source/api/core/xgi.core.diviews.DiIDView.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/source/api/core/xgi.core.diviews.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xgi.core.diviews.DiEdgeView
===========================
xgi.core.views.DiEdgeView
=========================

.. currentmodule:: xgi.core.diviews
.. currentmodule:: xgi.core.views

.. autoclass:: DiEdgeView
:show-inheritance:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xgi.core.diviews.DiNodeView
===========================
xgi.core.views.DiNodeView
=========================

.. currentmodule:: xgi.core.diviews
.. currentmodule:: xgi.core.views

.. autoclass:: DiNodeView
:show-inheritance:
Expand Down
4 changes: 3 additions & 1 deletion docs/source/api/core/xgi.core.views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@

IDView
NodeView
EdgeView
EdgeView
DiNodeView
DiEdgeView

0 comments on commit 28df5e3

Please sign in to comment.