Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs are not up to date online or something up with rendering? #1363

Closed
yarikoptic opened this issue Nov 7, 2024 · 3 comments · Fixed by #1364
Closed

docs are not up to date online or something up with rendering? #1363

yarikoptic opened this issue Nov 7, 2024 · 3 comments · Fixed by #1364
Assignees
Labels

Comments

@yarikoptic
Copy link
Contributor

Sorry if it is just my tired brain... on https://aramislab.paris.inria.fr/clinica/docs/public/latest/WhatIsClinica/ I see

image

where PET is not hyperlink and subitems are not indented... thought to fix that up but found that it already was fixed up in

  • e7d4a45 for PET (although may be didn't render properly?)
  • eafd675 long ago for indentation

where is the catch?

@NicolasGensollen
Copy link
Member

Hi @yarikoptic

Not your tired brain, but rather a bug on our side I'm afraid...

  • the CI pipeline responsible for building and deploying the docs was running only on dev and maintenance branches
  • the latest version of the docs is basically a symlink to the master version of the docs, which was therefore outdated since the master version is currently not updated by the CI

You were thus not viewing the real "latest" version of the docs. Sorry about that and thanks a lot for bringing this up.

I've made a fix for the CI on #1364

Best,

@yarikoptic
Copy link
Contributor Author

Great thanks.

Formatting might still be adjustment - no indentation for sublists?

Screenshot_20241108-065650

@NicolasGensollen
Copy link
Member

@yarikoptic Yes indeed, sublists aren't indented properly. Do you want to submit a PR to fix that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants