This updates the already existing URL references to the theory page to use the new https://sfs.rtfd.io address and the new naming scheme of equation labels.
NOTE: version 3.2 of the documentation is not online yet as it requires sfs 0.5.0 to be released first.
I tested the new links by changing 3.2 to test-rtfd in conf.py which is a version of the documentation build against the current sfs master. I did the test with python3 setup.py build_sphinx -b linkcheck.
This updates the already existing URL references to the theory page to use the new
https://sfs.rtfd.io
address and the new naming scheme of equation labels.NOTE: version 3.2 of the documentation is not online yet as it requires sfs 0.5.0 to be released first. I tested the new links by changing
3.2
totest-rtfd
inconf.py
which is a version of the documentation build against the current sfs master. I did the test withpython3 setup.py build_sphinx -b linkcheck
.