-
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 #131 from CSCfi/develop
Release 0.5.3
- Loading branch information
Showing
10 changed files
with
1,144 additions
and
250 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
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 +1,16 @@ | ||
/* Custom styles */ | ||
/* Custom styles */ | ||
.wy-nav-content {max-width: 1000px;} | ||
|
||
/* override table width restrictions */ | ||
@media screen and (min-width: 767px) { | ||
|
||
.wy-table-responsive table td { | ||
/* !important prevents the common CSS stylesheets from overriding | ||
this as on RTD they are loaded after this stylesheet */ | ||
white-space: normal !important; | ||
} | ||
|
||
.wy-table-responsive { | ||
overflow: visible !important; | ||
} | ||
} |
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,76 @@ | ||
------------------------ | ||
Metadata Backend Modules | ||
------------------------ | ||
|
||
.. automodule:: metadata_backend | ||
:synopsis: The metadata_backend package contains code for Beacon API. | ||
|
||
.. autosummary:: | ||
|
||
metadata_backend.api | ||
metadata_backend.conf | ||
metadata_backend.database | ||
metadata_backend.helpers | ||
metadata_backend.server | ||
|
||
|
||
******************** | ||
Metadata Backend API | ||
******************** | ||
|
||
.. automodule:: metadata_backend.api | ||
|
||
.. autosummary:: | ||
:toctree: metadata_backend.api | ||
|
||
metadata_backend.api.handlers | ||
metadata_backend.api.middlewares | ||
metadata_backend.api.operators | ||
|
||
******************* | ||
Database Operations | ||
******************* | ||
|
||
.. automodule:: metadata_backend.database | ||
|
||
.. autosummary:: | ||
:toctree: metadata_backend.database | ||
|
||
metadata_backend.database.db_service | ||
|
||
***************** | ||
Utility Functions | ||
***************** | ||
|
||
.. automodule:: metadata_backend.helpers | ||
|
||
.. autosummary:: | ||
:toctree: metadata_backend.helpers | ||
|
||
metadata_backend.helpers.logger | ||
metadata_backend.helpers.parser | ||
metadata_backend.helpers.schema_loader | ||
metadata_backend.helpers.validator | ||
|
||
************* | ||
Configuration | ||
************* | ||
|
||
.. automodule:: metadata_backend.conf | ||
|
||
|
||
.. autosummary:: | ||
:toctree: metadata_backend.conf | ||
|
||
|
||
metadata_backend.conf.conf | ||
|
||
****** | ||
Server | ||
****** | ||
|
||
.. automodule:: metadata_backend.server | ||
:members: | ||
|
||
|
||
:ref:`genindex` | :ref:`modindex` |
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.