-
Notifications
You must be signed in to change notification settings - Fork 5
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 #22 from lsst-ts/release/0.2.0
Release/0.2.0
- Loading branch information
Showing
155 changed files
with
23,114 additions
and
398 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 @@ | ||
**/__pycache__ |
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,2 +1,3 @@ | ||
[flake8] | ||
max-line-length = 120 | ||
ignore = D100 |
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,10 +1,11 @@ | ||
virtualenv | ||
venv | ||
*/venv | ||
*.pyc | ||
__pycache__ | ||
**/*.pyc | ||
*.cache | ||
assets | ||
webpack-stats.* | ||
.vscode | ||
*.sqlite3 | ||
**/__pycache__ | ||
**/.DS_Store |
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 953d8bcde9ceff8398c74730e916263b | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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,85 @@ | ||
api package | ||
=========== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
api.tests | ||
|
||
Submodules | ||
---------- | ||
|
||
api.admin module | ||
---------------- | ||
|
||
.. automodule:: api.admin | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.apps module | ||
--------------- | ||
|
||
.. automodule:: api.apps | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.authentication module | ||
------------------------- | ||
|
||
.. automodule:: api.authentication | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.middleware module | ||
--------------------- | ||
|
||
.. automodule:: api.middleware | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.models module | ||
----------------- | ||
|
||
.. automodule:: api.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
api.serializers module | ||
---------------------- | ||
|
||
.. automodule:: api.serializers | ||
: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,22 @@ | ||
api.tests package | ||
================= | ||
|
||
Submodules | ||
---------- | ||
|
||
api.tests.tests\_auth\_api module | ||
--------------------------------- | ||
|
||
.. automodule:: api.tests.tests_auth_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: api.tests | ||
: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 @@ | ||
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
manager package | ||
=============== | ||
|
||
Submodules | ||
---------- | ||
|
||
manager.asgi module | ||
------------------- | ||
|
||
.. automodule:: manager.asgi | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
manager.routing module | ||
---------------------- | ||
|
||
.. automodule:: manager.routing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
manager.settings module | ||
----------------------- | ||
|
||
.. automodule:: manager.settings | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
manager.urls module | ||
------------------- | ||
|
||
.. automodule:: manager.urls | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
manager.wsgi module | ||
------------------- | ||
|
||
.. automodule:: manager.wsgi | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: manager | ||
: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,11 @@ | ||
ApiDoc | ||
====== | ||
These are the ApiDocs of the project. | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
api | ||
manage | ||
manager | ||
subscription |
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 @@ | ||
subscription package | ||
==================== | ||
|
||
Submodules | ||
---------- | ||
|
||
subscription.auth module | ||
------------------------ | ||
|
||
.. automodule:: subscription.auth | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
subscription.consumers module | ||
----------------------------- | ||
|
||
.. automodule:: subscription.consumers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
subscription.routing module | ||
--------------------------- | ||
|
||
.. automodule:: subscription.routing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: subscription | ||
: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,26 @@ | ||
.. LOVE-manager documentation master file, created by | ||
sphinx-quickstart on Mon Jul 29 16:50:25 2019. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to LOVE-manager's documentation! | ||
======================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
modules/introduction.rst | ||
modules/authentication.rst | ||
modules/connection.rst | ||
modules/subscriptions.rst | ||
apidoc/modules.rst | ||
|
||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |
Oops, something went wrong.