archinstall/docs
Jakub Klinkovský fa0cd4ff9d
docs: remove line block markup (#2729)
I don't see a point in using [line blocks][1] anywhere in the
documentation. Note that mandoc consequently renders it with a `<pre>`
tag which looks ugly on [man.archlinux.org][2].

Also simplified the URL in `index.rst` which can be written verbatim
without any special markup.

See this [archmanweb issue][3] for details.

[1]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#line-blocks
[2]: https://man.archlinux.org/man/archinstall.1
[3]: https://gitlab.archlinux.org/archlinux/archmanweb/-/issues/49#note_213730

Co-authored-by: Jakub Klinkovský <1289205+lahwaacz@users.noreply.github.com>
2024-10-14 09:59:08 +11:00
..
_static Run oxipng/svgo against the images to save 40KB (#2420) 2024-07-11 20:05:26 +02:00
_templates Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
archinstall Restoring back the docs with a commit, as I'm clearly incapable of grasping git's reset/revert features.. (#2249) 2023-11-22 22:45:25 +01:00
cli_parameters/config docs: remove line block markup (#2729) 2024-10-14 09:59:08 +11:00
examples Fix misspellings (#2306) 2024-03-07 13:19:44 +01:00
flowcharts Run oxipng/svgo against the images to save 40KB (#2420) 2024-07-11 20:05:26 +02:00
help docs: remove line block markup (#2729) 2024-10-14 09:59:08 +11:00
installing docs: remove line block markup (#2729) 2024-10-14 09:59:08 +11:00
Makefile Added documentation for: https://python-archinstall.readthedocs.io/en/latest/ 2020-09-28 16:38:10 +02:00
README.md Update documentation (#803) 2021-12-18 19:01:40 +01:00
conf.py Fix most mypy errors in archinstall/scripts/, docs/, and the __init__ file (#2641) 2024-08-29 00:24:08 +10:00
index.rst docs: remove line block markup (#2729) 2024-10-14 09:59:08 +11:00
logo.png Run oxipng/svgo against the images to save 40KB (#2420) 2024-07-11 20:05:26 +02:00
pull_request_template.md Github doesn't seam to trigger on "fixes" but "fix" 2022-08-12 15:04:16 +02:00

README.md

Dependencies

In order to build the docs locally, you need to have the following installed:

For example, you may install these dependencies using pip:

pip install -U sphinx sphinx-rtd-theme

For other installation methods refer to the docs of the dependencies.

Build

In archinstall/docs, run make html (or specify another target) to build locally. The build files will be in archinstall/docs/_build. Open _build/html/index.html with your browser to see your changes in action.