Skip to content

Commit 2e6fb6a

Browse files
committed
Reference code API docs
1 parent 9762b79 commit 2e6fb6a

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/api/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
API Reference
2+
=============
3+
4+
Documentation with information of functions, classes or methods and all other parts of the OpenAPI-core public API.
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
openapi

docs/api/openapi.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
`OpenAPI` class
2+
===============
3+
4+
.. autoclass:: openapi_core.OpenAPI
5+
:members:

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ openapi-core
1111
customizations/index
1212
security
1313
extensions
14+
api/index
1415
contributing
1516

1617
Openapi-core is a Python library that adds client-side and server-side support

0 commit comments

Comments
 (0)