You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The class index card in BattINFO main entry page is broken. The Class Index in the NavBar works, but the one at the bottom of the page does not work (at the grid item card). I believe it is because in ./sphinx/index.rst the .. grid-ite--card:: object directs to electrochemistry.html which does not exist in the repo. Instead it should lead to battinfo.html which I believe is generated as the sphinx documentation is built.
Before trying myself though, I would like to know how the interaction between battinfo, electrochemistry-domain and battery-domain is set up; i dont want to make a change that breaks everything else.
The issue is only in BattINFO and in Domain-battery. In all three repos (including domain-electrochemistry), the the .. grid-ite--card:: object in ./sphinx/index.rst directs to electrochemistry.html. The issue might be solved by just simply linking .. grid-ite--card:: to battinfo.html in BattINFO, and to battery.html in domain-battery.
Describe the bug
The class index card in BattINFO main entry page is broken. The Class Index in the NavBar works, but the one at the bottom of the page does not work (at the grid item card). I believe it is because in
./sphinx/index.rst
the.. grid-ite--card::
object directs toelectrochemistry.html
which does not exist in the repo. Instead it should lead tobattinfo.html
which I believe is generated as the sphinx documentation is built.Before trying myself though, I would like to know how the interaction between battinfo, electrochemistry-domain and battery-domain is set up; i dont want to make a change that breaks everything else.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Redirection to BattINFO Class Index as when the NavBar is clicked.
The text was updated successfully, but these errors were encountered: