forked from project-koku/koku
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes to get RTD builds working again. (project-koku#86)
make RTD builds work again
- Loading branch information
Showing
13 changed files
with
205 additions
and
27 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
=========== | ||
Koku | ||
Koku README | ||
=========== | ||
|
||
|license| |Build Status| |codecov| |Updates| |Python 3| |Docs| | ||
|
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 |
---|---|---|
@@ -1,15 +1,37 @@ | ||
boto3==1.7.10 | ||
botocore==1.10.10 | ||
django-environ==0.4.4 | ||
django==2.0.4 | ||
djangorestframework==3.8.2 | ||
-i https://pypi.python.org/simple | ||
alabaster==0.7.10 | ||
astroid==1.6.3 | ||
babel==2.5.3 | ||
certifi==2018.4.16 | ||
chardet==3.0.4 | ||
codecov==2.0.15 | ||
coverage==4.5.1 | ||
docutils==0.14 | ||
gunicorn==19.8.0 | ||
jmespath==0.9.3 | ||
psycopg2==2.7.4 | ||
python-dateutil==2.7.2 | ||
idna==2.6 | ||
imagesize==1.0.0 | ||
isort==4.3.4 | ||
jinja2==2.10 | ||
jsonschema==2.6.0 | ||
lazy-object-proxy==1.3.1 | ||
markupsafe==1.0 | ||
mccabe==0.6.1 | ||
packaging==17.1 | ||
pluggy==0.6.0 | ||
py==1.5.3 | ||
pygments==2.2.0 | ||
pylint==1.8.4 | ||
pyparsing==2.2.0 | ||
pytz==2018.4 | ||
s3transfer==0.1.13 | ||
pyyaml==3.12 | ||
requests==2.18.4 | ||
six==1.11.0 | ||
snowballstemmer==1.2.1 | ||
sphinx-rtd-theme==0.3.0 | ||
sphinx==1.7.4 | ||
sphinxcontrib-httpdomain==1.6.1 | ||
sphinxcontrib-openapi==0.3.2 | ||
whitenoise==3.3.1 | ||
sphinxcontrib-websupport==1.0.1 | ||
tox==3.0.0 | ||
urllib3==1.22 | ||
virtualenv==15.2.0 | ||
wrapt==1.10.11 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
api.migrations package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
api.migrations.0001\_initial module | ||
----------------------------------- | ||
|
||
.. automodule:: api.migrations.0001_initial | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: api.migrations | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
api package | ||
=========== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
api.migrations | ||
api.status | ||
|
||
Submodules | ||
---------- | ||
|
||
api.admin module | ||
---------------- | ||
|
||
.. automodule:: api.admin | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.apps module | ||
--------------- | ||
|
||
.. automodule:: api.apps | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.models module | ||
----------------- | ||
|
||
.. automodule:: api.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.urls module | ||
--------------- | ||
|
||
.. automodule:: api.urls | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.views module | ||
---------------- | ||
|
||
.. automodule:: api.views | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: api | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
api.status package | ||
================== | ||
|
||
Submodules | ||
---------- | ||
|
||
api.status.model module | ||
----------------------- | ||
|
||
.. automodule:: api.status.model | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.status.serializer module | ||
---------------------------- | ||
|
||
.. automodule:: api.status.serializer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.status.view module | ||
---------------------- | ||
|
||
.. automodule:: api.status.view | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: api.status | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
gunicorn module | ||
=============== | ||
|
||
.. automodule:: gunicorn | ||
: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
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,7 @@ | ||
manage module | ||
============= | ||
|
||
.. automodule:: manage | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
Koku Modules | ||
================== | ||
koku | ||
==== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
api | ||
gunicorn | ||
koku | ||
manage |
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