From 72e36f0b1f32f290a96d28c7024f4a0fc1f47841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 10:43:49 +0100 Subject: [PATCH] add devices --- source/devices.rst | 15 +++++++++++++++ source/index.rst | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 source/devices.rst diff --git a/source/devices.rst b/source/devices.rst new file mode 100644 index 0000000..e499629 --- /dev/null +++ b/source/devices.rst @@ -0,0 +1,15 @@ +.. Doc Infra documentation master file, created by + sphinx-quickstart on Tue Jan 28 21:48:24 2025. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Devices +======= + +.. toctree:: + :glob: + :maxdepth: 2 + :caption: Contents: + + devices/* + diff --git a/source/index.rst b/source/index.rst index 0bc92c2..751abf9 100644 --- a/source/index.rst +++ b/source/index.rst @@ -11,5 +11,5 @@ Doc Infra :maxdepth: 2 :caption: Contents: - devices/* + devices.rst