Skip to content

Commit

Permalink
fiddle w/ docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 8, 2024
1 parent ef91dcb commit 747294e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/reference/api/metakb.database.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
metakb.database
===============

.. automodule:: metakb.database
:members:
:undoc-members:
:special-members: __init__
:exclude-members: model_fields, model_config, model_computed_fields
8 changes: 8 additions & 0 deletions docs/source/reference/api/metakb.load_data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
metakb.load_data
================

.. automodule:: metakb.load_data
:members:
:undoc-members:
:special-members: __init__
:exclude-members: model_fields, model_config, model_computed_fields
11 changes: 11 additions & 0 deletions docs/source/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Core
metakb.query
metakb.normalizers

Data Management
---------------

.. autosummary::
:nosignatures:
:toctree: api/
:template: module_summary.rst

metakb.load_data
metakb.database


Data Schemas
------------
Expand Down
2 changes: 1 addition & 1 deletion src/metakb/database.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Graph database for storing CDM data."""
"""Acquire connection to Neo4j graph database."""
import ast
import logging
from os import environ
Expand Down

0 comments on commit 747294e

Please sign in to comment.