Skip to content

Commit

Permalink
Merge pull request #45 from earthdaily/dev
Browse files Browse the repository at this point in the history
V0.0.6
  • Loading branch information
luisageo6 authored Feb 23, 2024
2 parents 2abde84 + 8e70444 commit c5c32f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pytest-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
python-version:
- "3.10"
- "3.11"
Expand Down
6 changes: 2 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
API Reference
=============

.. autosummary::
:toctree: generated
.. toctree::
:maxdepth: 3
:caption: Documentation API
:template: custom-module-template.rst
:recursive:

earthdaily
19 changes: 2 additions & 17 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"sphinx_automodapi.automodapi", # for a page per function
"myst_parser",
"rst2pdf.pdfbuilder",
"sphinx_immaterial"
]

#
automodapi_toctreedirnm = "_API"
numpydoc_show_class_members = False
Expand Down Expand Up @@ -101,20 +99,7 @@
# a list of builtin themes.
#
# html_theme = 'alabaster'
# html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_immaterial"

html_theme_options = {

"repo_url": "https://github.com/GEOSYS/earthdaily-client-python",
"repo_name": "GEOSYS/earthdaily",
"palette": {
"scheme": "default",
"palette": {
"primary": "cyan",
"accent": "green" }
}
}
html_theme = "sphinx_rtd_theme"

source_suffix = [".rst", ".md"]

Expand All @@ -132,4 +117,4 @@
# -- Options for todo extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
todo_include_todos = False
8 changes: 3 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ earthdaily documentation


.. toctree::
:maxdepth: 1
:caption: Getting Started
:maxdepth: 3

self
_auto_examples/first_steps_create_datacube

.. toctree::
:maxdepth: 3
Expand All @@ -37,7 +35,7 @@ earthdaily documentation
:maxdepth: 3
:caption: Documentation API

api
earthdaily
CONTRIBUTING
CHANGELOG

Expand All @@ -49,4 +47,4 @@ Indices and tables

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`search`

0 comments on commit c5c32f0

Please sign in to comment.