Switch to side-by-side view

--- a
+++ b/docs/api/openomics.database.base.Database.rst
@@ -0,0 +1,41 @@
+Database
+========
+
+.. currentmodule:: openomics.database.base
+
+.. autoclass:: Database
+   :show-inheritance:
+
+   .. rubric:: Attributes Summary
+
+   .. autosummary::
+
+      ~Database.COLUMNS_RENAME_DICT
+
+   .. rubric:: Methods Summary
+
+   .. autosummary::
+
+      ~Database.close
+      ~Database.get_annotations
+      ~Database.get_expressions
+      ~Database.info
+      ~Database.list_databases
+      ~Database.load_dataframe
+      ~Database.name
+      ~Database.validate_file_resources
+
+   .. rubric:: Attributes Documentation
+
+   .. autoattribute:: COLUMNS_RENAME_DICT
+
+   .. rubric:: Methods Documentation
+
+   .. automethod:: close
+   .. automethod:: get_annotations
+   .. automethod:: get_expressions
+   .. automethod:: info
+   .. automethod:: list_databases
+   .. automethod:: load_dataframe
+   .. automethod:: name
+   .. automethod:: validate_file_resources