mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00

* removed korean documentation Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * removed CN and KOR readme Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * changed to the press theme Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * first changes Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixe H3 vs H1 issues Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added missing png Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added missing file Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed warnings Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * moved documents Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * removed obsolete files Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * removed obsolete folder Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * removed obs. file Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added some final changes Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * removed obs. reference Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
61 lines
1.4 KiB
ReStructuredText
61 lines
1.4 KiB
ReStructuredText
|
|
.. Copyright © 2020 Interplanetary Database Association e.V.,
|
|
Planetmint and IPDB software contributors.
|
|
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
|
Code is Apache-2.0 and docs are CC-BY-4.0
|
|
|
|
###########################
|
|
Database Backend Interfaces
|
|
###########################
|
|
|
|
|
|
|
|
.. automodule:: planetmint.backend
|
|
:special-members: __init__
|
|
|
|
|
|
Generic Interfaces
|
|
------------------
|
|
|
|
|
|
:mod:`planetmint.backend.connection`
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
.. automodule:: planetmint.backend.connection
|
|
:special-members: __init__
|
|
|
|
:mod:`planetmint.backend.query`
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
.. automodule:: planetmint.backend.query
|
|
|
|
:mod:`planetmint.backend.schema`
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
.. automodule:: planetmint.backend.schema
|
|
|
|
:mod:`planetmint.backend.utils`
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
.. automodule:: planetmint.backend.utils
|
|
|
|
|
|
MongoDB Backend
|
|
---------------
|
|
|
|
|
|
.. automodule:: planetmint.backend.localmongodb
|
|
:special-members: __init__
|
|
|
|
:mod:`planetmint.backend.localmongodb.connection`
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
.. automodule:: planetmint.backend.localmongodb.connection
|
|
|
|
:mod:`planetmint.backend.localmongodb.query`
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. automodule:: planetmint.backend.localmongodb.query
|
|
|
|
:mod:`planetmint.backend.localmongodb.schema`
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. automodule:: planetmint.backend.localmongodb.schema
|