diff --git a/conf.py b/conf.py new file mode 100644 index 0000000..b160f7a --- /dev/null +++ b/conf.py @@ -0,0 +1,11 @@ +project = 'biodigitaljazz' +copyright = '2023, Kayce Basques' +author = 'Kayce Basques' +release = '0.0.0' + +extensions = [] +templates_path = ['_templates'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] + +html_theme = 'alabaster' +html_static_path = ['_static'] diff --git a/index.rst b/index.rst new file mode 100644 index 0000000..22fa911 --- /dev/null +++ b/index.rst @@ -0,0 +1,20 @@ +.. biodigitaljazz documentation master file, created by + sphinx-quickstart on Wed Nov 22 12:07:11 2023. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to biodigitaljazz's documentation! +========================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search`