Skip to content

Commit

Permalink
Merge pull request #157 from zabuldon/dev
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Tse <alandtse@gmail.com>
  • Loading branch information
alandtse committed Feb 20, 2021
2 parents 325c8a1 + 351fc34 commit d1a17ab
Show file tree
Hide file tree
Showing 151 changed files with 42,989 additions and 111 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install python-semantic-release
- name: Make documentation
run: |
make docs
- name: Setup Git
run: |
git config --global user.name "semantic-release"
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ test:
pipenv run pytest -s --verbose tests -Wi -Wd:::teslajsonpy
typing:
pipenv run mypy --ignore-missing-imports teslajsonpy
docs: docstyle
pipenv lock -r --dev > docs/requirements.txt
echo "teslajsonpy" >> docs/requirements.txt
pipenv run sphinx-build -b html docs docs/html
8 changes: 7 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ tox-pipenv = "*"
twine = "*"
black = "*"
typing-extensions = "*"
sphinx = "*"
autoapi = "*"
sphinx-rtd-theme = "*"
m2r2 = "*"
sphinx-autoapi = "*"
sphinx-copybutton = "*"

[packages]
aiohttp = "*"
backoff = "*"
beautifulsoup4 = "*"
wrapt = "*"
authcaptureproxy = "0.4.0"
authcaptureproxy = "~=0.4.2"

[pipenv]
allow_prereleases = true
312 changes: 269 additions & 43 deletions Pipfile.lock

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. teslajsonpy documentation master file, created by
sphinx-quickstart on Sat Feb 13 23:32:50 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to teslajsonpy's documentation!
=======================================

.. toctree::
:maxdepth: 2
:caption: Contents:



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Loading

0 comments on commit d1a17ab

Please sign in to comment.