-
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 #71 from lsst-ts/release/2.0.0
Release/2.0.0
- Loading branch information
Showing
111 changed files
with
14,542 additions
and
1,115 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 +1,2 @@ | ||
**/__pycache__ | ||
**/__pycache__ | ||
**/db_data |
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
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
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 |
---|---|---|
@@ -1,4 +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 | ||
config: 0e75181af2d457cfd432dc4ec2676b09 | ||
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ These are the ApiDocs of the project. | |
manage | ||
manager | ||
subscription | ||
ui_framework |
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,69 @@ | ||
ui\_framework package | ||
===================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
ui_framework.tests | ||
|
||
Submodules | ||
---------- | ||
|
||
ui\_framework.admin module | ||
-------------------------- | ||
|
||
.. automodule:: ui_framework.admin | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ui\_framework.apps module | ||
------------------------- | ||
|
||
.. automodule:: ui_framework.apps | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ui\_framework.models module | ||
--------------------------- | ||
|
||
.. automodule:: ui_framework.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ui\_framework.serializers module | ||
-------------------------------- | ||
|
||
.. automodule:: ui_framework.serializers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ui\_framework.urls module | ||
------------------------- | ||
|
||
.. automodule:: ui_framework.urls | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ui\_framework.views module | ||
-------------------------- | ||
|
||
.. automodule:: ui_framework.views | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ui_framework | ||
: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 @@ | ||
ui\_framework.tests package | ||
=========================== | ||
|
||
Submodules | ||
---------- | ||
|
||
ui\_framework.tests.tests\_api module | ||
------------------------------------- | ||
|
||
.. automodule:: ui_framework.tests.tests_api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ui\_framework.tests.tests\_models module | ||
---------------------------------------- | ||
|
||
.. automodule:: ui_framework.tests.tests_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ui\_framework.tests.utils module | ||
-------------------------------- | ||
|
||
.. automodule:: ui_framework.tests.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ui_framework.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
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
Oops, something went wrong.