Deploying to gh-pages from @ Eledio/superfaktura-client@62274e47f7 🚀

This commit is contained in:
rici4kubicek
2025-03-03 19:14:31 +00:00
parent 26694f6987
commit fa9085ec83
20 changed files with 671 additions and 34 deletions

19
_sources/examples.rst.txt 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:

View File

@@ -6,3 +6,4 @@ Welcome to SuperFaktura Client's documentation
superfaktura
installation
examples