diff --git a/docs/source/db.rst b/docs/source/db.rst new file mode 100644 index 0000000000000000000000000000000000000000..71157a84964a6841f7e72933f0a5d374cba14986 --- /dev/null +++ b/docs/source/db.rst @@ -0,0 +1,10 @@ +.. db model intro & info + +Database +========================= + +TODO: add some description about the db model +and how it will be used + +.. image:: images/db-er.png + :alt: database er \ No newline at end of file diff --git a/docs/source/images/db-er.png b/docs/source/images/db-er.png new file mode 100644 index 0000000000000000000000000000000000000000..2eeac880b603d0525b9ca59f4df4f1bbe794d484 Binary files /dev/null and b/docs/source/images/db-er.png differ diff --git a/docs/source/index.rst b/docs/source/index.rst index 2694d74b9cdb21bbe3f8a2ea37add97c8b5eb1af..3cae195ea851d8f8c8cfd31915056321f9993887 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,14 +16,4 @@ Documentation for the NAT Resource Management tools :caption: Contents: basic-tools - - - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` + db diff --git a/resource_management/cli.py b/resource_management/cli.py index f6a6a00e9eb39fa9f55faeaf1045ea685ec3b80e..852a1ec026ae132c5292cb49029135a2249c1d9e 100644 --- a/resource_management/cli.py +++ b/resource_management/cli.py @@ -3,6 +3,8 @@ script name [TODO] ==================== +TODO: add a console script for this + .. code-block:: bash Usage: script name [OPTIONS] @@ -22,11 +24,6 @@ to this schema: resource_management.config.CONFIG_SCHEMA -.. todo:: - - add a console script alias and change the name (cli.py) below - - """ import json