File tree 4 files changed +7
-27
lines changed
4 files changed +7
-27
lines changed Original file line number Diff line number Diff line change 11
11
os :
12
12
- ubuntu-latest
13
13
- windows-latest
14
- - macos-latest
15
14
python-version :
16
15
- " 3.10"
17
16
- " 3.11"
Original file line number Diff line number Diff line change 1
1
API Reference
2
2
=============
3
3
4
- .. autosummary ::
5
- :toctree: generated
4
+ .. toctree ::
5
+ :maxdepth: 3
6
6
:caption: Documentation API
7
- :template: custom-module-template.rst
8
- :recursive:
9
7
10
8
earthdaily
Original file line number Diff line number Diff line change 34
34
"sphinx_automodapi.automodapi" , # for a page per function
35
35
"myst_parser" ,
36
36
"rst2pdf.pdfbuilder" ,
37
- "sphinx_immaterial"
38
37
]
39
-
40
38
#
41
39
automodapi_toctreedirnm = "_API"
42
40
numpydoc_show_class_members = False
101
99
# a list of builtin themes.
102
100
#
103
101
# html_theme = 'alabaster'
104
- # html_theme = "sphinx_rtd_theme"
105
- html_theme = "sphinx_immaterial"
106
-
107
- html_theme_options = {
108
-
109
- "repo_url" : "https://github.com/GEOSYS/earthdaily-client-python" ,
110
- "repo_name" : "GEOSYS/earthdaily" ,
111
- "palette" : {
112
- "scheme" : "default" ,
113
- "palette" : {
114
- "primary" : "cyan" ,
115
- "accent" : "green" }
116
- }
117
- }
102
+ html_theme = "sphinx_rtd_theme"
118
103
119
104
source_suffix = [".rst" , ".md" ]
120
105
132
117
# -- Options for todo extension ----------------------------------------------
133
118
134
119
# If true, `todo` and `todoList` produce output, else they produce nothing.
135
- todo_include_todos = False
120
+ todo_include_todos = False
Original file line number Diff line number Diff line change @@ -21,11 +21,9 @@ earthdaily documentation
21
21
22
22
23
23
.. toctree ::
24
- :maxdepth: 1
25
- :caption: Getting Started
24
+ :maxdepth: 3
26
25
27
26
self
28
- _auto_examples/first_steps_create_datacube
29
27
30
28
.. toctree ::
31
29
:maxdepth: 3
@@ -37,7 +35,7 @@ earthdaily documentation
37
35
:maxdepth: 3
38
36
:caption: Documentation API
39
37
40
- api
38
+ earthdaily
41
39
CONTRIBUTING
42
40
CHANGELOG
43
41
@@ -49,4 +47,4 @@ Indices and tables
49
47
50
48
* :ref: `genindex `
51
49
* :ref: `modindex `
52
- * :ref: `search `
50
+ * :ref: `search `
You can’t perform that action at this time.
0 commit comments