Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To contribute to this documentation, [open a pull request](https://github.com/ea
- [Installing](installation.md), [configuring](configuration.md), and [using](using-easybuild.md) EasyBuild
- [Writing easyconfig files](writing-easyconfig-files.md) | [available easyconfig parameters](version-specific/easyconfig-parameters.md)
- [Generic easyblocks](version-specific/generic-easyblocks.md)
- List of [common toolchains](common-toolchains.md) and [supported software](version-specific/supported-software.md)
- List of [common toolchains](common-toolchains.md) and [supported software](version-specific/supported-software/index.md)
- [Contributing to EasyBuild](contributing.md) | [GitHub integration features](integration-with-github.md)
- [EasyBuild release notes](release-notes.md) | [EasyBuild v5.0](easybuild-v5/index.md)
- For [end users](roles/end-users) | [user support](roles/user-support) | [contributors](roles/contributors) | [developers](roles/developers) | [maintainers](roles/maintainers)
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ search:
# EasyBuild release notes {: #release_notes }

The latest version of EasyBuild provides support for building and
installing [**3,552** different software packages](version-specific/supported-software.md),
installing [**3,552** different software packages](version-specific/supported-software/index.md),
including 40 different (compiler) toolchains.
It contains 259 software-specific easyblocks and 43 generic easyblocks,
alongside 19,985 easyconfig files.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ plugins:
en/latest/eb_list_easyblocks.html: version-specific/easyblocks.md
en/latest/eb_list_toolchains.html: version-specific/toolchains.md
en/latest/index.html: index.md
en/latest/version-specific/Supported_software.html: version-specific/supported-software.md
en/latest/version-specific/Supported_software.html: version-specific/supported-software/index.md
en/latest/version-specific/config_file_constants.html: version-specific/config-file-constants.md
en/latest/version-specific/easyblocks.html: version-specific/easyblocks.md
en/latest/version-specific/easyconfig_constants.html: version-specific/easyconfig-constants.md
Expand Down
Loading