@@ -10,8 +10,8 @@ To install AMUSE, we need to
1010(AMUSE can also be installed without Conda if needed, as described below, but we
1111recommend using Conda.)
1212
13- If you have a Mac, then you should skip to :ref: `Setting up macOS `, and if you're
14- running Linux then you can go straight to :ref: `Installing Conda `. For Windows, continue
13+ If you have a Mac, then you should skip to :ref: `setting_up_macOS `, and if you're
14+ running Linux then you can go straight to :ref: `installing_conda `. For Windows, continue
1515here with installing WSL.
1616
1717Installing WSL
@@ -55,9 +55,10 @@ updates. We can then install them using this:
5555 sudo apt -y upgrade
5656
5757
58- Now you can continue with :ref: `Installing Conda `, using the Ubuntu terminal window to
58+ Now you can continue with :ref: `installing_conda `, using the Ubuntu terminal window to
5959enter the instructions.
6060
61+ .. _setting_up_macOS :
6162
6263Setting up macOS
6364----------------
@@ -99,6 +100,7 @@ loaded, and then you're ready to install Conda.
99100If you use Bash instead of zsh, then you'll need to edit ``.bashrc `` instead. When in
100101doubt, you can safely edit both files to be sure.
101102
103+ .. _installing_conda :
102104
103105Installing Conda
104106----------------
@@ -108,10 +110,9 @@ available. Conda is a package manager, a program with which you can install othe
108110programs. It's very widely used in science and beyond, so having a working Conda setup
109111is very useful also outside of the world of AMUSE.
110112
111- If you already have a working Conda setup, then you can continue to :ref: `Installing
112- AMUSE`.
113+ If you already have a working Conda setup, then you can continue to :ref: `installing-amuse `.
113114
114- If you cannot or don't want to use Conda, see :ref: `Using a virtualenv ` below.
115+ If you cannot or don't want to use Conda, see :ref: `using-a- virtualenv ` below.
115116
116117If you do not yet have Conda, then you can install it using the following commands in
117118the terminal. (Linux users can open one from the menu, Windows and macOS users will
@@ -134,6 +135,7 @@ You can then run the installer using
134135 Finally, close your terminal window and open a new one to make the ``conda `` command
135136properly available.
136137
138+ .. _installing-amuse :
137139
138140Installing AMUSE
139141----------------
@@ -268,17 +270,18 @@ and then you can run it as before using
268270
269271
270272 You should now have a working AMUSE setup. To start
271- using it, see :ref: `Getting started with AMUSE ` or the :ref: `Interactive tutorial `
273+ using it, see :ref: `getting_started_with_amuse ` or the :ref: `interactive_tutorial `
272274
273275
274276Alternative installation options
275277================================
276278
277279The above instructions are the easiest way to install AMUSE, and they should work for
278280almost everyone wanting to use AMUSE to do astrophysics. Nevertheless, there may be
279- cases where you need a different setup, for example because you cannot use Conda. In
281+ cases where you need a different setup, for example because you cannot use Conda. In
280282that case, you'll want one of these alternative installations.
281283
284+ .. _using-a-virtualenv :
282285
283286Using a virtualenv
284287------------------
0 commit comments