subiquity/doc
Dan Bungert 91e88f3836 reference: fix netplan url 2023-10-24 08:40:10 -06:00
..
.sphinx Update and fix project navigation 2023-10-23 16:28:43 +02:00
explanation Fix spelling mistakes to pass spellcheck. 2023-10-23 21:43:52 +02:00
howto quickstart-s390x: merge wording tweak 2023-10-24 08:40:10 -06:00
reference reference: fix netplan url 2023-10-24 08:40:10 -06:00
reuse FR-5578: Add support for variable substitutions. 2023-10-06 08:55:44 -06:00
tutorial Fix spelling mistakes to pass spellcheck. 2023-10-23 21:43:52 +02:00
.custom_wordlist.txt Fix spelling mistakes to pass spellcheck. 2023-10-23 21:43:52 +02:00
.gitignore Fix greedy .gitignore. 2023-10-18 14:37:11 +02:00
.wokeignore Adopt Docs Starter Pack config. 2023-10-06 14:50:56 +02:00
.wordlist.txt doc: fix 2 spelling errors 2023-10-24 15:37:02 +02:00
Makefile Add docs checks to GH workflows: 2023-10-23 21:56:36 +02:00
README.md Add content and change to reST 2023-08-14 11:36:26 +01:00
conf.py Adopt Docs Starter Pack config. 2023-10-06 14:50:56 +02:00
custom_conf.py Update and fix project navigation 2023-10-23 16:28:43 +02:00
google8dda472a993637b7.html Add Google Consople verif. file. 2023-10-18 15:48:15 +02:00
index.rst Update the index page. 2023-10-24 15:33:46 +02:00
intro-to-autoinstall.rst Fix spelling mistakes to pass spellcheck. 2023-10-23 21:43:52 +02:00

README.md

Documentation

This doc folder is the future location of documentation for Subiquity. This will be used to migrate the official documentation to readthedocs, and later will be the home of that documentation.

The ../documentation folder is the existing location for this sort of documentation. As the RTD version is not yet ready, documentation changes should be made to ../documentation until this README is updated to say otherwise. As such, please make any desired documentation changes to ../documentation.

Local preview

To build this documentation, you can run make install from this folder to create the virtual environment.

Then run the make run command, which will build a html version of the docs, and serve the docs in the virtual environment. This is very convenient if you are working on them and want your saved changes to be reflected as a working preview.