theislab / cellrank_notebooks

Tutorials and examples for CellRank.
https://cellrank.org
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Linking to Tutorials does not really work #5

Closed Marius1311 closed 4 years ago

Marius1311 commented 4 years ago

When I visit https://cellrank.readthedocs.io/en/latest/index.html, I can see two tutorials, advanced and basic. However, when I click on e.g. API, then there is only one tutorial (Pancreas) left. Do you have an idea of that's going wong here? This happens in both repos (cellrank & notebooks)

michalk8 commented 4 years ago

I don't know what you mean exactly, I see both of them, always. See the attached picture. Screenshot from 2020-03-23 12-52-02

Marius1311 commented 4 years ago

This is what I see when I click on API: Screenshot 2020-03-23 at 15 01 20

Marius1311 commented 4 years ago

Note that I'm not doing this locally but for the docs hosted on readthedocs.org

Marius1311 commented 4 years ago

This happens when I click on the API or on the Pancreas Basic tutorial.

michalk8 commented 4 years ago

I'm not really sure why that happens, I don't have that problem. I've updated the docs to use sphinx version > 2, maybe it has fixed things for you. This can also be browser related issue (you using safari + not using adblock). One way to check would be to see the source code of the page and see whether the entry for second tutorial is there or not - perhaps it's hidden.

Marius1311 commented 4 years ago

It's fixed now for me! Must have been the sphinx version then. Thanks!