Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.0.6 #45

Merged
merged 3 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`
Loading