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
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"colon_fence",
"linkify",
"replacements",
"linkify_fuzzy_links",
]

autosummary_generate = True
Expand Down
8 changes: 3 additions & 5 deletions docs/installations/installation-on-gnu-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you encounter errors with unavailable packages, troubleshoot using the follow
```
Run the installation again.
2. ICU with its `libicu` is missing.
You can find the missing version on [pkgs.org](https://pkgs.org) and install it with `gdebi`, too. You can have
You can find the missing version on pkgs.org and install it with `gdebi`, too. You can have
multiple versions of ICU installed.
3. Error while executing a tool
To ensure the tool functionality, make sure you add the `OPENMS_DATA_PATH` variable to your environment as follow
Expand Down Expand Up @@ -97,16 +97,14 @@ Make sure you have [Docker installed](https://docs.docker.com/engine/install/).

Our Docker support is constantly updated. Images can be obtained via [ghcr.io](https://ghcr.io).

```{tab}
```{tab} Executables

[openms-executables](https://ghcr.io/openms/openms-executables:latest)

```

```{tab}
```{tab} Library

[openms-library](https://ghcr.io/openms/openms-library:latest)

```

Or via [BioContainers Registeries](https://biocontainers.pro/registry).
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ sphinx-notfound-page
sphinxcontrib-images
sphinx-inline-tabs
pygments
linkify-it-py