python-igraph
python-igraph copied to clipboard
"Unknown fields" in documentation
Describe the bug
"Unknown field" appears in multiple places in the documentation.
Examples:
https://igraph.org/python/doc/api/igraph._igraph.GraphBase.html#community_multilevel
Version information 0.9.1
This is due to PyDoctor not supporting custom fields from Epytext (in particular, the @newfield directive). We either need to clean these up in the documentation or send a patch to PyDoctor to start supporting custom fields from Epytext. I'm leaning towards the former as it is easier, although the formatting of references would be nicer with the latter.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Pydoctor issue for this feature: https://github.com/twisted/pydoctor/issues/456
Should be relatively simple to implement ;)
I've started cleaning this up in develop.
Docs cleaned up.
Awesome job