Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix See Also links #341

Closed
nwlandry opened this issue Apr 25, 2023 · 2 comments · Fixed by #582
Closed

Fix See Also links #341

nwlandry opened this issue Apr 25, 2023 · 2 comments · Fixed by #582
Labels
bug Something isn't working

Comments

@nwlandry
Copy link
Collaborator

Some of the functions listed in the See Also field in the docstrings aren't functioning links when they exist in another module. Perhaps a way to fix this: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

@nwlandry nwlandry added the bug Something isn't working label Apr 25, 2023
@nwlandry
Copy link
Collaborator Author

nwlandry commented Apr 27, 2023

Checklist for docs (fix cross-references) before undrafting:

  • algorithms.assortativity
  • algorithms.centrality
  • algorithms.clustering
  • algorithms.connected
  • classes.function
  • classes.hypergraph
  • classes.hypergraphviews
  • classes.reportviews
  • classes.simplicialcomplex
  • drawing.draw
  • drawing.layout
  • dynamics.synchronization
  • generators.classic
  • generators.lattice
  • generators.random
  • generators.simple
  • generators.simplicial_complexes
  • generators.uniform
  • linalg.hodge_matrix
  • linalg.hypergraph_matrix
  • linalg.laplacian_matrix
  • readwrite.bipartite
  • readwrite.edgelist
  • readwrite.incidence
  • readwrite.json
  • readwrite.xgi_data
  • stats.edgestats
  • stats.nodestats
  • stats.init
  • utils.utilities
  • convert

@maximelucas
Copy link
Collaborator

Partially solved with #343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants