qiskit-community / qiskit-nature-pyscf

Documentation at https://qiskit-community.github.io/qiskit-nature-pyscf/
Apache License 2.0
18 stars 10 forks source link

Update intersphinx links and others #54

Closed woodsp-ibm closed 7 months ago

woodsp-ibm commented 7 months ago

Summary

Updates links away from qiskit.org to the new locations for the docs

Fixes #51 Fixes #52

I also changed the link formatting in the two py files as it has the [text](url) format that looks like it was copied from the readme markdown and not updated. It came out as

image

and now it comes out just as links

image

which I imagine was probably the desired outcome originally.

Details and comments

Now that all the applications and the algorithms docs are deployed on github pages this updates the intersphinx links, in conf.py, and also urls that are coded directly in other places such as the readme and tutorials.

Note that the current theme is still emitting a link to qiskit.org/ecosystem, but that will get redirected for now until such time as Qiskit/qiskit_sphinx_theme#588 is resolved and new docs are generated with such an updated theme and re-deployed.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7821991950


Totals Coverage Status
Change from base Build 7097145808: 0.0%
Covered Lines: 141
Relevant Lines: 175

💛 - Coveralls