-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from chmoder/develop
Develop
- Loading branch information
Showing
11 changed files
with
131 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
|
||
build: | ||
os: "ubuntu-20.04" | ||
tools: | ||
python: "3.9" | ||
|
||
# Build from the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
# Explicitly set the version of Python and its requirements | ||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ strike_api | |
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:caption: Contents: | ||
:maxdepth: 4 | ||
|
||
strike_api | ||
strike_api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
autodoc-pydantic==1.8.0 | ||
pyhumps==3.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
strike\_api.models package | ||
========================== | ||
|
||
Submodules | ||
---------- | ||
|
||
strike\_api.models.accounts module | ||
---------------------------------- | ||
|
||
.. automodule:: strike_api.models.accounts | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
strike\_api.models.errors module | ||
-------------------------------- | ||
|
||
.. automodule:: strike_api.models.errors | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
strike\_api.models.events module | ||
-------------------------------- | ||
|
||
.. automodule:: strike_api.models.events | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
strike\_api.models.generic module | ||
--------------------------------- | ||
|
||
.. automodule:: strike_api.models.generic | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
strike\_api.models.invoices module | ||
---------------------------------- | ||
|
||
.. automodule:: strike_api.models.invoices | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
strike\_api.models.quotes module | ||
-------------------------------- | ||
|
||
.. automodule:: strike_api.models.quotes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
strike\_api.models.rates module | ||
------------------------------- | ||
|
||
.. automodule:: strike_api.models.rates | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
strike\_api.models.subscriptions module | ||
--------------------------------------- | ||
|
||
.. automodule:: strike_api.models.subscriptions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: strike_api.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.