diff --git a/source/get-started/bootable-usb/figures/bootable-usb-mac-01.png b/source/_figures/bootable-usb/bootable-usb-mac-01.png similarity index 100% rename from source/get-started/bootable-usb/figures/bootable-usb-mac-01.png rename to source/_figures/bootable-usb/bootable-usb-mac-01.png diff --git a/source/get-started/bootable-usb/figures/bootable-usb-windows-02.png b/source/_figures/bootable-usb/bootable-usb-windows-02.png similarity index 100% rename from source/get-started/bootable-usb/figures/bootable-usb-windows-02.png rename to source/_figures/bootable-usb/bootable-usb-windows-02.png diff --git a/source/get-started/bootable-usb/figures/bootable-usb-windows-03.png b/source/_figures/bootable-usb/bootable-usb-windows-03.png similarity index 100% rename from source/get-started/bootable-usb/figures/bootable-usb-windows-03.png rename to source/_figures/bootable-usb/bootable-usb-windows-03.png diff --git a/source/get-started/bootable-usb/figures/download-verify-decompress-windows-fig-1.png b/source/_figures/bootable-usb/download-verify-decompress-windows-fig-1.png similarity index 100% rename from source/get-started/bootable-usb/figures/download-verify-decompress-windows-fig-1.png rename to source/_figures/bootable-usb/download-verify-decompress-windows-fig-1.png diff --git a/source/about.rst b/source/about.rst index c79bf3f4..f2c81637 100644 --- a/source/about.rst +++ b/source/about.rst @@ -19,8 +19,8 @@ For detailed information on these topics, refer to the :ref:`cl-guides` guides. Release Cadence *************** -|CL| updates are based on a rolling release that can occur daily but usually -occurs a few times per week. Each release has a unique version number that +|CL| updates are based on a rolling release that can occur daily, up to a few +times per week. Each release has a unique version number that identifies every component in the OS from kernel, to driver, to tool, to GUI application. Most components are included in entities called *bundles*. @@ -46,8 +46,7 @@ Ease of Use * Being :ref:`stateless` means that configuration settings are easier to manage and remain untouched when system sofware is updated. -* :ref:`swupd-guide` also makes it easy to manage software and maintain - compatibility. +* :ref:`swupd-guide` simplifies managing software and maintaining compatibility. Custom Derivatives ****************** diff --git a/source/conf.py b/source/conf.py index 3774c142..444478c0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -147,7 +147,7 @@ html_context = { #("Chinese", "/clearlinux/latest/zh_CN") ), "versions": ( ("latest", "/clearlinux/latest"), - ("Future LTS Support", "/clearlinux/latest")) + ("Future versions", "/clearlinux/latest")) #("L19.01", "/clearlinux/L19.01")) } diff --git a/source/get-started/bootable-usb/bootable-usb.rst b/source/get-started/bootable-usb.rst similarity index 96% rename from source/get-started/bootable-usb/bootable-usb.rst rename to source/get-started/bootable-usb.rst index 995cf3f5..3a209495 100644 --- a/source/get-started/bootable-usb/bootable-usb.rst +++ b/source/get-started/bootable-usb.rst @@ -129,7 +129,7 @@ Burn the |CL| image onto a USB drive This will list available disks and their partitions, as shown in Figure 1. - .. figure:: figures/bootable-usb-mac-01.png + .. figure:: /_figures/bootable-usb/bootable-usb-mac-01.png :scale: 100 % :alt: Get USB drive identifier @@ -187,7 +187,7 @@ Burn the |CL| image onto a USB drive #. Click the :guilabel:`START` button. See Figure 2. - .. figure:: figures/bootable-usb-windows-02.png + .. figure:: /_figures/bootable-usb/bootable-usb-windows-02.png :scale: 80 % :alt: Rufus utility @@ -196,7 +196,7 @@ Burn the |CL| image onto a USB drive #. When the dialogue appears, select :guilabel:`Write in ISO image mode (Recommended)`. See Figure 3. - .. figure:: figures/bootable-usb-windows-03.png + .. figure:: /_figures/bootable-usb/bootable-usb-windows-03.png :scale: 80 % :alt: ISOHybrid image detected diff --git a/source/get-started/index.rst b/source/get-started/index.rst index 4c11ca9b..aa365df7 100644 --- a/source/get-started/index.rst +++ b/source/get-started/index.rst @@ -24,7 +24,7 @@ When installing |CL-ATTR| in a VM, consider which kernel to use. :hidden: compatibility-check - bootable-usb/bootable-usb + bootable-usb Install ******* diff --git a/source/index.rst b/source/index.rst index 753abac4..aa28a529 100644 --- a/source/index.rst +++ b/source/index.rst @@ -10,33 +10,41 @@ Our documentation is divided into the following sections: :ref:`get-started` - If you are new to |CL|, get started quickly with step-by-step instructions for installing |CL| on bare metal, in a virtual environment, or as a live image on a USB stick. + If you are new to |CL|, get started quickly with step-by-step instructions + for installing |CL| on bare metal, in a virtual environment, or as a live + image on a USB stick. :ref:`about` |CL| is different from other Linux distributions. - Updates, ease of use, and custom derivatives are a few of the differences this section explains. Orient yourself to these differences and why they matter to you. + Updates, ease of use, and custom derivatives are a few of the differences + this section explains. Orient yourself to these differences and why they + matter to you. + + .. raw:: html + + :ref:`guides` - Guides cover a range of topics from |CL| features and tooling, to system maintenance, network, and stacks. + Guides cover a range of topics from |CL| features and tooling, to system + maintenance, network, and stacks. :ref:`Use case tutorials ` - Sample use cases, with step-by-step instructions, show how to set up third-party tools and software with |CL|. + Sample use cases, with step-by-step instructions, show how to set up + third-party tools and software with |CL|. :ref:`reference` - The reference section contains supplemental information in support of |CL| configuration, system requirements, and contributions. + This section provides additional reference information on the |CL| project. :ref:`faq` The FAQ section provides answers to commonly asked questions about |CL|. -.. raw:: html - .. toctree:: :maxdepth: 2