From 59b1849108763a18ab3953561f3e82873f4ae28b Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Fri, 12 Jun 2026 11:55:33 +0200 Subject: [PATCH] Improve the table of contents --- docs/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 6af68db8..1509b96a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,10 +7,31 @@ The ``scrapinghub`` is a Python library for communicating with the `Scrapinghub .. _Scrapinghub API: https://doc.scrapinghub.com/scrapy-cloud.html#scrapycloud .. toctree:: + :caption: Getting started :maxdepth: 1 quickstart + +.. toctree:: + :caption: Usage + :maxdepth: 1 + client/overview + +.. toctree:: + :caption: Reference + :maxdepth: 1 + client/apidocs + +.. toctree:: + :caption: Legacy + :maxdepth: 1 + legacy/clients + +.. toctree:: + :caption: All the rest + :maxdepth: 1 + changes