mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-24 08:48:15 +00:00
c6bd5e7a551c03ff571d44b442570ed372cec8d2
- Adds `architect-lifecycle` as Phase 1 prior to `distro-factory` in guides for a DevOps toolchain. - Adds Figure 1 overview. - Adds architect-lifecycle to toctree in maintenance.rst Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Incorporate @mbelluzzo feedback. In progress. Include reference/reference changes. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Redefine scope, title of document: Maintain CL life-cycle. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Revise intro after re-scoping. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Revises scope as overview of life-cycle; context for distro-factory. Adds new simplified graphic. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Retitles; revises intro and Content Workflow. Revise Figure 1 and renames it. Revises document filename. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Removes older version. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> * Adds revised title to toctree. Corrects missing `-`. Signed-off-by: Michael Vincerra <michael.vincerra@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%