examples: add examples to the docs

This commit is contained in:
Richard Kubíček
2025-02-28 19:17:41 +01:00
parent fa3d2ddf32
commit a20ae3fad0
4 changed files with 32 additions and 3 deletions

19
docs/source/examples.rst Normal file
View File

@@ -0,0 +1,19 @@
Examples of SuperFaktura API client usage
====================
Add Invoice
---------------------------------
.. automodule:: examples.add_invoice
:members:
:undoc-members:
:show-inheritance:
Get country list
------------------------------------
.. automodule:: examples.get_country_list
:members:
:undoc-members:
:show-inheritance: