Skip to content

Commit 54cb30d

Browse files
committed
Revert title numberings
1 parent 2592f75 commit 54cb30d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/installation.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This installation guide includes only the Uxarray installation instructions. Ple
55
refer to `Uxarray Contributor's Guide <https://uxarray.readthedocs.io/en/latest/contributing.html>`_
66
for detailed information about how to contribute to the uxarray project.
77

8-
1. Installing Uxarray via Conda
9-
-------------------------------
8+
Installing Uxarray via Conda
9+
----------------------------
1010

1111
The easiest way to install Uxarray along with its dependencies is via
1212
`Conda <http://conda.pydata.org/docs/>`_::
@@ -21,15 +21,15 @@ If you are interested in learning more about how Conda environments work, please
2121
visit the `managing environments <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_
2222
page of the Conda documentation.
2323

24-
2. Installing Uxarray via PyPI
25-
------------------------------
24+
Installing Uxarray via PyPI
25+
---------------------------
2626

2727
An alternative to Conda is using pip::
2828

2929
pip install uxarray
3030

31-
3. Installing Uxarray from source (Github)
32-
------------------------------------------
31+
Installing Uxarray from source (Github)
32+
---------------------------------------
3333

3434
Installing Uxarray from source code is a fairly straightforward task, but
3535
doing so should not be necessary for most users. If you `are` interested in
@@ -39,7 +39,7 @@ of the code::
3939
git clone https://github.com/UXARRAY/uxarray.git
4040
cd uxarray
4141

42-
3.1. Required dependencies for installing and testing Uxarray
42+
Required dependencies for installing and testing Uxarray
4343
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4444

4545
The following packages should be installed (in your active conda
@@ -52,7 +52,7 @@ environment)::
5252
If you don't have these packages installed, the next section describes
5353
how to setup a conda environment with them.
5454

55-
3.2. Creating a Conda environment
55+
Creating a Conda environment
5656
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5757

5858
The Uxarray source code includes a conda environment definition file
@@ -65,7 +65,7 @@ and activate a new conda environment from that file::
6565
conda env create -f ci/environment.yml
6666
conda activate uxarray_build
6767

68-
3.3. Installing from source
68+
Installing from source
6969
^^^^^^^^^^^^^^^^^^^^^^
7070

7171
Once the dependencies listed above are installed, you can install

0 commit comments

Comments
 (0)