Replies: 1 comment 2 replies
-
Hi, @lckarssen. Whenever we have a new stable release, the stable version of the documentation will be updated. Whenever we have a new edge release, the edge version of the documentation will be updated. This means that the bleeding edge version of the documentation can be found on GitHub, then edge, then latest, in this order. With time, what you see in the edge version of the documentation will [probably] be seen in the latest version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
The current "latest" documentation doesn't have an Apptainer subsection in the "Containers" section, whereas the current
edge
documentation has. The same holds for the "Configuration" → "Configuration scopes" section. Searching through thelatest
HTML docs I found the pieces of text from theedge
docs in the "Advanced settings" section below "Singularity (here and here, respectively for the "Containers" section and the "Configuration scopes" section.So the documentation code is there, and, in fact, the code for
docs/containers.rst
anddocs/config.rst
hasn't changed since the original commit (#3700) by @matthdsm on 2023-03-01.Could this be some kind of difference in the way the documentation is generated between
latest
andedge
?Beta Was this translation helpful? Give feedback.
All reactions