[Doc/Dev] Off-by-one errors for line numbers in documentation source
#4038
Labels
bug
docs
Documentation, examples, user guides
needs investigation
Needs further research to pinpoint cause of issue
The source code line numbers generated from:
pymatgen/docs/apidoc/conf.py
Line 360 in edcd465
Seems to have off-by-one errors for some classes, but not all.
For example in https://pymatgen.org/pymatgen.alchemy.html, pointer to
AbstractStructureFilter
is correct, but off-by-one forChargeBalanceFilter
The text was updated successfully, but these errors were encountered: