From cd7ae9fcad6e64a4052849d0f523d2b73dfeef78 Mon Sep 17 00:00:00 2001 From: Tom Most Date: Sun, 21 Aug 2022 12:06:16 -0700 Subject: [PATCH] wip --- docs/core/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/core/index.rst b/docs/core/index.rst index df3cc75391c..cec06107c69 100644 --- a/docs/core/index.rst +++ b/docs/core/index.rst @@ -14,11 +14,9 @@ Twisted Core specifications/index development/index - - :doc:`Developer guides `: documentation on using Twisted Core to develop your own applications - :doc:`Examples `: short code examples using Twisted Core - :doc:`Specifications `: specification documents for elements of Twisted Core - :doc:`Development of Twisted `: for people who want to work on Twisted itself - -An `API reference `_ is available on the twistedmatrix web site. +An :py:mod:`API reference ` is available.