-
Notifications
You must be signed in to change notification settings - Fork 28
add script to auto-generate version-specific pages #86
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
Conversation
| @@ -1,16 +1,402 @@ | |||
| # List of easyblocks {: #vsd_list_easyblocks } | |||
|
|
|||
| ## Overview of generic easyblocks {: #generic_easyblocks } | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've moved the #generic_easyblocks anchor to generic-easyblocks.md
|
@branfosj I'm hoping we can ignore the failing MarkDown linting and codespell tests for now, and get this merged as is, since easybuilders/easybuild-framework#4117 is blocking the release of EasyBuild v4.7.0... |
|
For the spelling:
|
requires:
The
update-version-specific-docs.shcan be used to auto-generate the pages underversion-specific/.To be clear: the intention is to run this script manually, as a part of the release process (see also here).
There are a couple of minor issues that we should try and resolve, but overall this should be good enough as a first iteration to replace what we currently have at https://easybuild.readthedocs.io/en/latest/version-specific ; we can open issues on whatever small problems we find along the way, and fix them in follow-up PRs.
The included updated
.mdpages underversion-specificcorrespond to the currentdevelopbranches of EasyBuild (pre-v4.7.0)