[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Minios-devel] [UNIKRAFT PATCH] doc: Enable referencing of sections
- To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
- From: "Jung, Alexander" <a.jung@xxxxxxxxxxxxxxx>
- Date: Thu, 6 Feb 2020 10:03:41 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=lancaster.ac.uk; dmarc=pass action=none header.from=lancaster.ac.uk; dkim=pass header.d=lancaster.ac.uk; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=/Eg9SbdTLpJNb10Ta8z60RObsMdiC1ANoBmwwsBug3M=; b=H3Xgw+xW+A2H7bib/7HRDG1xHQXPGd4MZMRnIam+HaALGBLIyNgNnPyzAwbnAByZ92CkpMkDs6NR9QcEUXFE5E8Y04us942PJBqvc/rRInegmr0Rol2NTzkrvhjJRU727DKXK8eZWScXjkZq/kW3EbbCJ+KHqI74cGXC6ZNQsI2CgxotwO9QZZNL+v9OIoXK9fgwnfvAEBnZ0TjQTNWFYziVP05MbDhZ03XMhQVbwmUWv7c+ljgmC0ar04X1WtLigvmwx5BjuLy2Ckla++YSgYITUXZ73biB+IVTDi3mOCNQ+Jl6FTL/moFO8vgzwkYokTMQYZqqa9qwoZGe3zW/qQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=b+1BQC+9IOtWjWaPKLoYbgcHECxftmeJIziNCHOH4m5t6jvKr6CBUBxPbOXV/pjaYf84VTeNP0sVDb4aeUw5PIUqpvu6yrRYtX8K+/U2aSb2eB4KXt8M2Zi53bViYqsmz0DbZOId0HKUUa3KqV6eNtE5fK1hg5Nl66j6csybEx+VN2loqjtk7y7YSLyD/9N30bSk6iG3nX8u+NxftwgexhkDOyJx6FHFmoiO90ur4larzk2IrUk7Czy2/MG7IvhUdcWb40p9DU9++RVYa1zqT9uyGLH7Cy1wgoArKuhIH1/ILpsH82E/PaIJTmYBV56jJCizzITGOtcahJwjZImoIg==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=a.jung@xxxxxxxxxxxxxxx;
- Delivery-date: Thu, 06 Feb 2020 10:03:46 +0000
- List-id: Mini-os development list <minios-devel.lists.xenproject.org>
- Thread-index: AQHV3NS1g+dFQgjM20aKDEf8X+FaWg==
- Thread-topic: [Minios-devel] [UNIKRAFT PATCH] doc: Enable referencing of sections
Reviewed-by: Alexander Jung <a.jung@xxxxxxxxxxx>
On 06.02.20, 11:02, "Minios-devel on behalf of Simon Kuenzer"
<minios-devel-bounces@xxxxxxxxxxxxxxxxxxxx on behalf of
simon.kuenzer@xxxxxxxxx> wrote:
Adds the Sphinx extension `autosectionlabel` which automatically
creates labels for each section. Based on this, Sphinx can convert
references `:ref:` into links to other sections.
Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
---
doc/guides/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index 55eeb7be..647995db 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -31,6 +31,7 @@ import os
extensions = [
'sphinx.ext.todo',
'sphinx.ext.viewcode',
+ 'sphinx.ext.autosectionlabel',
]
# Add any paths that contain templates here, relative to this directory.
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|