Skip to content

Commit 44832fa

Browse files
committed
correct indent in downstream
1 parent 5e10c3c commit 44832fa

25 files changed

+13
-183
lines changed

src/doc/en/developer/downstream.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,25 @@ Build Procedure
3737
===============
3838

3939
1. **Obtain the Source**:
40-
Clone the SageMath repository:
40+
Clone the SageMath repository:
4141

42-
.. code-block:: console
42+
.. code-block:: console
4343
4444
$ git clone https://github.com/sagemath/sage.git
4545
4646
Alternatively, download the sdist tarball from the
4747
`SageMath PyPI project<https://pypi.org/project/sagemath/>`_ or from the
4848
`GitHub releases <https://github.com/sagemath/sage/releases>`_.
4949

50-
1. **Prepare the Build Environment**:
51-
Ensure a clean and consistent build environment with access to all
52-
required system libraries and Python packages.
50+
2. **Prepare the Build Environment**:
51+
Ensure a clean and consistent build environment with access to all
52+
required system libraries and Python packages.
5353

54-
2. **Build**:
54+
3. **Build**:
5555

5656
Create a wheel using the ``build`` module:
5757

58-
.. code-block:: console
58+
.. code-block:: console
5959
6060
$ python -m build --wheel --no-isolation
6161
@@ -65,24 +65,24 @@ Build Procedure
6565
use `-Cbuild-dir=build` to specify a build directory, see this
6666
`Meson-Python issue <https://github.com/mesonbuild/meson-python/issues/671>`_.
6767

68-
3. **Install**:
68+
4. **Install**:
6969

7070
The resulting wheel can be installed using
7171

72-
.. code-block:: console
72+
.. code-block:: console
7373
7474
$ python -m installer --destdir="<pkgdir>" dist/sagemath-*.whl
7575
76-
where ``<pkgdir>`` is the directory where you want to install the package
77-
(usually a temporary directory for packaging).
76+
where ``<pkgdir>`` is the directory where you want to install the package
77+
(usually a temporary directory for packaging).
7878

7979
4. **Test the Build**:
8080

81-
Run the Sage tests to ensure functionality:
81+
Run the Sage tests to ensure functionality:
8282

8383
.. code-block:: console
8484
85-
$ python -m sage.doctest --all
85+
$ python -m sage.doctest --all
8686
8787
However, some tests are known to fail, see :issue:`39872`.
8888

src/doc/en/installation/arch-develop.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/doc/en/installation/arch-optional.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/doc/en/installation/arch-recommended.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/doc/en/installation/arch.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/doc/en/installation/debian-develop.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/doc/en/installation/debian-optional.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/doc/en/installation/debian-recommended.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/doc/en/installation/debian.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/doc/en/installation/fedora-develop.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)