diff --git a/source/tooling/tooling.rst b/source/about.rst similarity index 85% rename from source/tooling/tooling.rst rename to source/about.rst index 126248c0..a17ef5f0 100644 --- a/source/tooling/tooling.rst +++ b/source/about.rst @@ -1,19 +1,11 @@ -.. _tooling: +.. _about: -How to Clear -############ +About +##### Clear Linux is a little different from other distros. Here are some important tools and concepts for managing your install. -.. toctree:: - :maxdepth: 1 - :glob: - - * - ../guides/telemetrics/telem-guide - - Training ******** diff --git a/source/tooling/autoproxy.rst b/source/guides/clear/autoproxy.rst similarity index 100% rename from source/tooling/autoproxy.rst rename to source/guides/clear/autoproxy.rst diff --git a/source/tooling/autospec.rst b/source/guides/clear/autospec.rst similarity index 100% rename from source/tooling/autospec.rst rename to source/guides/clear/autospec.rst diff --git a/source/tooling/compatible-kernels.rst b/source/guides/clear/compatible-kernels.rst similarity index 100% rename from source/tooling/compatible-kernels.rst rename to source/guides/clear/compatible-kernels.rst diff --git a/source/tooling/debug.rst b/source/guides/clear/debug.rst similarity index 100% rename from source/tooling/debug.rst rename to source/guides/clear/debug.rst diff --git a/source/tooling/figures/autoproxy_0.png b/source/guides/clear/figures/autoproxy_0.png similarity index 100% rename from source/tooling/figures/autoproxy_0.png rename to source/guides/clear/figures/autoproxy_0.png diff --git a/source/tooling/figures/debug-diagram.png b/source/guides/clear/figures/debug-diagram.png similarity index 100% rename from source/tooling/figures/debug-diagram.png rename to source/guides/clear/figures/debug-diagram.png diff --git a/source/tooling/figures/stateless-1.png b/source/guides/clear/figures/stateless-1.png similarity index 100% rename from source/tooling/figures/stateless-1.png rename to source/guides/clear/figures/stateless-1.png diff --git a/source/tooling/figures/stateless-2.png b/source/guides/clear/figures/stateless-2.png similarity index 100% rename from source/tooling/figures/stateless-2.png rename to source/guides/clear/figures/stateless-2.png diff --git a/source/tooling/ister.rst b/source/guides/clear/ister.rst similarity index 100% rename from source/tooling/ister.rst rename to source/guides/clear/ister.rst diff --git a/source/tooling/mixer.rst b/source/guides/clear/mixer.rst similarity index 100% rename from source/tooling/mixer.rst rename to source/guides/clear/mixer.rst diff --git a/source/tooling/security.rst b/source/guides/clear/security.rst similarity index 100% rename from source/tooling/security.rst rename to source/guides/clear/security.rst diff --git a/source/tooling/stateless.rst b/source/guides/clear/stateless.rst similarity index 100% rename from source/tooling/stateless.rst rename to source/guides/clear/stateless.rst diff --git a/source/tooling/swupd-guide.rst b/source/guides/clear/swupd-guide.rst similarity index 100% rename from source/tooling/swupd-guide.rst rename to source/guides/clear/swupd-guide.rst diff --git a/source/guides/guides.rst b/source/guides/guides.rst index 7493228d..1c17266b 100644 --- a/source/guides/guides.rst +++ b/source/guides/guides.rst @@ -9,6 +9,16 @@ The following guides provide step-by-step instructions on using |CL|. As of 22 May 2019 :file:`mixin` is no longer supported. +Clear Linux +=========== + +.. toctree:: + :maxdepth: 1 + :glob: + + clear/* + telemetrics/* + Maintenance =========== diff --git a/source/guides/kernel/kernel-development.rst b/source/guides/kernel/kernel-development.rst index d84ea6d2..fc6ec167 100644 --- a/source/guides/kernel/kernel-development.rst +++ b/source/guides/kernel/kernel-development.rst @@ -49,7 +49,7 @@ Then make changes to the kernel, build it, and install it. Install the |CL| development tooling framework ============================================== -.. include:: /tooling/autospec.rst +.. include:: /clear/autospec.rst :start-after: install-tooling-after-header: :end-before: install-tooling-end: diff --git a/source/index.rst b/source/index.rst index 811103e2..d8df5d08 100644 --- a/source/index.rst +++ b/source/index.rst @@ -15,7 +15,7 @@ Our documentation is divided into the following sections: If you are new to |CL|, get started fast with tutorials for installing |CL| on bare metal, in a virtual environment, or as a live image on a USB stick. -:ref:`tooling` +:ref:`about` Clear Linux is a little different from other distros. Here are some important tools and concepts for managing your install. @@ -40,7 +40,7 @@ Our documentation is divided into the following sections: :hidden: get-started/get-started - tooling/tooling + about guides/guides tutorials/tutorials reference/reference diff --git a/source/reference/reference.rst b/source/reference/reference.rst index 95339ad8..3578753e 100644 --- a/source/reference/reference.rst +++ b/source/reference/reference.rst @@ -27,5 +27,5 @@ Clear Linux concepts :glob: ../concepts/* - ../tooling/stateless - ../tooling/security \ No newline at end of file + ../guides/clear/stateless + ../guides/clear/security \ No newline at end of file diff --git a/source/reference/system-requirements.rst b/source/reference/system-requirements.rst index 415e0f06..c0974923 100644 --- a/source/reference/system-requirements.rst +++ b/source/reference/system-requirements.rst @@ -7,7 +7,7 @@ Recommended minimum system requirements modest hardware resources. Out of the box, |CL| can run on a single CPU core, 1 GB RAM, and 2 GB of disk space. -For use cases requiring minimal resources, |CL| :ref:`tooling ` can +For use cases requiring minimal resources, |CL| :ref:`about ` can be used to create a highly customized installation that can even run on a system with a 128MB of memory and 600MB of disk space, for example. diff --git a/source/tutorials/tutorial-proxy.rst b/source/tutorials/tutorial-proxy.rst index eab5ca47..b538dd66 100644 --- a/source/tutorials/tutorial-proxy.rst +++ b/source/tutorials/tutorial-proxy.rst @@ -6,7 +6,7 @@ Setting up proxy This tutorial shows you how to configure your system for use behind an outbound proxy to access the Internet. -|CL| :ref:`tooling` applications already benefit from the :ref:`autoproxy` +|CL| applications already benefit from the :ref:`autoproxy` feature. .. contents::