File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed
Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ Minor release to address version packaging issue.
390390- Moved datacube write/save/plot utilities from udf to client (EP-3456)
391391- Add documentation on OpenID Connect authentication (EP-3485)
392392
393- ## Fixed
393+ ### Fixed
394394- Fix ` kwargs ` handling in ` TimingLogger ` decorator
395395
396396
Original file line number Diff line number Diff line change 1+ ``` {include} ../CHANGELOG.md
2+ ```
Original file line number Diff line number Diff line change 4040 'sphinx_autodoc_typehints' ,
4141 'sphinx.ext.viewcode' ,
4242 'sphinx.ext.doctest' ,
43+ 'myst_parser' ,
4344]
4445
4546import sphinx_autodoc_typehints
4647# Add any paths that contain templates here, relative to this directory.
4748templates_path = ['_templates' ]
4849
4950# The suffix(es) of source filenames.
50- # You can specify multiple suffix as a list of string:
51- #
52- # source_suffix = ['.rst', ' .md']
53- source_suffix = '.rst'
51+ source_suffix = {
52+ ".rst" : "restructuredtext" ,
53+ " .md" : "markdown" ,
54+ }
5455
5556# The master toctree document.
5657master_doc = 'index'
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Table of contents
6363 process_mapping
6464 development
6565 best_practices
66+ changelog
6667
6768
6869Indices and tables
Original file line number Diff line number Diff line change @@ -261,17 +261,17 @@ Illustration of data chunking in ``apply`` with a UDF
261261TODO
262262
263263Example: ``apply_dimension `` with a UDF
264- ======================================
264+ ========================================
265265
266266TODO
267267
268268Example: ``reduce_dimension `` with a UDF
269- ======================================
269+ ========================================
270270
271271TODO
272272
273273Example: ``apply_neighborhood `` with a UDF
274- =========================================
274+ ===========================================
275275
276276TODO
277277
Original file line number Diff line number Diff line change 5454 "sphinx-autodoc-annotation" ,
5555 "sphinx-autodoc-typehints" ,
5656 "flake8" ,
57+ "myst-parser" ,
5758 ]
5859 },
5960 entry_points = {
You can’t perform that action at this time.
0 commit comments