diff --git a/docs/conf.py b/docs/conf.py index d0731f73..c08dc835 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,6 +70,8 @@ "substitution", ] +myst_heading_anchors = 3 + # do not start footnotes with transition, gives warnings/errors when # foot notes are directly used after a heading. myst_footnote_transition = False diff --git a/docs/installations/installation-on-macos.md b/docs/installations/installation-on-macos.md index 3ba0776d..03f0ea03 100644 --- a/docs/installations/installation-on-macos.md +++ b/docs/installations/installation-on-macos.md @@ -46,7 +46,6 @@ To install OpenMS on macOS, run the following steps: :width: 500px ``` - To use {term}`TOPP` as regular app in the shell, add the following lines to the `~/.profile` file. ```bash @@ -56,9 +55,16 @@ source ${OPENMS_TOPP_PATH}/.TOPP_bash_profile Make sure `` points to the folder where OpenMS is installed locally (e.g., `/Applications/OpenMS-`) + ## Install via Conda or Bioconda -Follow the equivalent instructions for GNU/Linux. +Follow [these](./installation-on-gnu-linux.md#install-via-conda) instructions for Unix-like systems. + + +## Build OpenMS from source + +To build OpenMS from source, follow the build instructions for [macOS](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/release/latest/html/install_mac.html). + ## Known Issues