From 7b294b8f1678fb7cafd1a457f8f628895539c497 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Wed, 13 Dec 2023 22:31:03 -0500 Subject: [PATCH] doc: fix TOC in devel guide --- docs/devel.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/devel.adoc b/docs/devel.adoc index 18a9232cd..3f6cdc72a 100644 --- a/docs/devel.adoc +++ b/docs/devel.adoc @@ -1,12 +1,10 @@ = Development guide - -:toc: -:toc-placement!: +:toc: preamble +:toclevels: 2 +:!toc-title: This is a guide with quick recipes meant for PyRDP developers. -toc::[] - == Install from git source on Linux We recommend installing PyRDP in a https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/[virtualenv environment] to avoid dependency issues.