From 93cb9e022079eabd28c0ad4b4c4afb575d150bff Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Sun, 20 Jul 2025 13:06:49 -0600 Subject: [PATCH] Fix links to API docs Fix #9 --- src/content/pages/docs/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/content/pages/docs/index.rst b/src/content/pages/docs/index.rst index 12412fd..a517b2d 100644 --- a/src/content/pages/docs/index.rst +++ b/src/content/pages/docs/index.rst @@ -16,11 +16,13 @@ This includes: There is API documentation for the following packages: -* `prelude `__ -* `base `__ -* `contrib `__ -* `network `__ -* `test `__ +* `prelude `__ +* `base `__ +* `contrib `__ +* `linear `__ +* `network `__ +* `test `__ +* `papers `__ You can also find our `Community Standards <{filename}./standards.rst>`_ here.