Skip to content

Commit 07cf706

Browse files
Improve the documentation
1 parent f30bc6f commit 07cf706

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: html-docs
32-
path: docs/build/html/
32+
path: docs/_build/html/
3333

3434
- name: Deploy
3535
uses: peaceiris/actions-gh-pages@v3

docs/api_reference.rst renamed to docs/api/index.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ API Reference
66
Classes
77
----------------
88

9-
* :doc:`api/http_request`
10-
* :doc:`api/http_header`
11-
* :doc:`api/https_proxy_handler`
12-
* :doc:`api/tls_store`
9+
.. toctree::
10+
:maxdepth: 1
11+
12+
http_request
13+
http_header
14+
https_proxy_handler
15+
tls_store
1316

1417

1518

docs/api/tls_store.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TLS Store
1+
TLSStore
22
==========
33

44
.. autoclass:: asyncio_https_proxy.TLSStore

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ Now that you have a working proxy, you can:
219219
- Build web scraping or testing tools
220220
- Create security analysis tools
221221

222-
For more advanced usage, see the :doc:`api_reference`.
222+
For more advanced usage, see the :doc:`api/index`.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Table of Contents
1515

1616
getting_started
1717
custom_ca
18-
api_reference
18+
api/index
1919
development
2020
faq
2121

0 commit comments

Comments
 (0)