Skip to content

Commit

Permalink
docs: cannot import docstring of DateRangeAccessor
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Feb 7, 2024
1 parent 0bf77f5 commit d644667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/nox:2": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
},
"postCreateCommand": "pre-commit install"
}
6 changes: 3 additions & 3 deletions docs/usage/layout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ As reported in https://github.com/gee-community/geetools/issues/206, this object
Extra operations
################

- :py:meth:`ee.DateRange.geetools.getRange <geetools.DateRange.DateRangeAccessor.split>`: :docstring:`geetools.DateRangeAccessor.split`
- :py:meth:`ee.DateRange.geetools.split <geetools.DateRange.DateRangeAccessor.split>`: Convert a ``ee.DateRange`` to a list of ``ee.DateRange``.`

Helper
######

- :py:meth:`ee.DateRange.geetools.check_unit <geetools.DateRange.DateRangeAccessor.check_unit>`: :docstring:`geetools.DateRangeAccessor.check_unit`
- :py:meth:`ee.DateRange.geetools.unitMillis <geetools.DateRange.DateRangeAccessor.unitMillis>`: :docstring:`geetools.DateRangeAccessor.unitMillis`
- :py:meth:`ee.DateRange.geetools.check_unit <geetools.DateRange.DateRangeAccessor.check_unit>`: Check if the unit is valid.
- :py:meth:`ee.DateRange.geetools.unitMillis <geetools.DateRange.DateRangeAccessor.unitMillis>`: Get the milliseconds of a unit.

ee.Dictionary
^^^^^^^^^^^^^
Expand Down

0 comments on commit d644667

Please sign in to comment.