From 1b1f6cefc5e4b97733b81fe17ae179b180683000 Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Tue, 20 Aug 2024 15:44:24 +0900 Subject: [PATCH] wip --- docs/index.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5728389f0..70e6f14ef 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,10 +18,24 @@ The `ops` library provides powerful constructs for charm developers: .. toctree:: :maxdepth: 2 - :caption: Contents: + :titlesonly: + ops_main + ops_module + ops_pebble + ops_testing -.. _ops: + + +.. _ops_main: + + +The ops.main Entry Point +======================== + +text text text + +.. _ops_module: The ops Module ==============