mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-26 10:28:24 +00:00
323b1d5fab4db0dbb9eb039b2a09b56fa6b880eb
- Delete bootable-usb-linux.rst, bootable-usb-mac.rst, bootable-usb-windows.rst as they are no longer used. - Reuse intro from original bootable-usb.rst in new bootable-usb-beta-all.rst - Delete original bootable-usb.rst (replaced by new bootable-usb-beta-all.rst), and remove from toctree in get-started.rst - Rename bootable-usb-beta-all.rst to bootable-usb.rst - Update new bootable-usb (previously bootable-usb-beta-all).rst: -- Update top label to be .. _bootable-usb: (to keep links intact) -- Remove "-all" from OS-specific section labels (no longer needed with removal of original bootable-usb.rst) - Update link to new bootable usb doc in bare-metal-install.rst, from bootable-usb-beta-all to bootable-usb - Update link to new bootable usb doc in bare-metal-install-beta.rst, from bootable-usb-beta-all to bootable-usb - Remove link to get started from intro as it is already present in the side nav. - Remove included content from download-verify-decompress docs - the included content had heading levels that were incorrect for the doc they were included in. Replace with a link to the relevant section in the download-verify-decompress page - Remove last section 'Return to install from live image' as it was out of context and linked only back to get started (which is already in side nav) Signed-off-by: Kristal Dale <kristal.dale@intel.com>
Documentation build instructions ################################ .. todo add comment re not using standards here. `Clear Linux\* OS documentation`_ is written using `reStructuredText`_ and built using `Sphinx`_. Follow the instructions in this README to build the documentation locally for development and testing. Please make yourself familiar with our `contribution guidelines`_ before submitting a contribution. Requirements ************ Make sure you have Python and Sphinx installed. We use Python 3 and Sphinx 1.7.5 The Sphinx documentation provides `instructions for installing Sphinx`_ on various platforms. Clone the documentation repository ********************************** Once Sphinx is installed, clone the documentation repository to your local machine. .. code-block:: console $ git clone https://github.com/clearlinux/clear-linux-documentation Run the build ************* We build our documentation using Sphinx. In the source directory of your local clear-linux-documentation repository, build the documentation by running **make html**: .. code-block:: console $ make html > sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.7.5 making output directory... . . . build succeeded, 0 warnings. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. Open one of the HTML pages in a web browser to view the rendered documentation. When testing changes in the documentation, make sure to remove the previous build before building again by running **make clean**: .. code-block:: console $ make clean > rm -rf _build/* This will completely remove the previous build output. .. _Clear Linux\* OS documentation: https://clearlinux.org/documentation .. _Sphinx: http://sphinx-doc.org/ .. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html .. _contribution guidelines: https://clearlinux.org/documentation/clear-linux/reference/collaboration .. _instructions for installing Sphinx: https://www.sphinx-doc.org/en/master/usage/installation.html
Description
Languages
JavaScript
27.3%
Python
23.4%
HTML
21.3%
CSS
14.3%
Makefile
7.3%
Other
6.4%