Skip to content

Commit

Permalink
documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed May 30, 2022
1 parent 76bcd3e commit a782599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
version_spatialist = get_version('spatialist')

intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
'requests': ('https://docs.python-requests.org/en/latest', None),
'requests': ('https://requests.readthedocs.io/en/latest', None),
'scipy': ('https://docs.scipy.org/doc/scipy', None),
'spatialist': ('https://spatialist.readthedocs.io/en/v{}'
.format(version_spatialist), None),
Expand Down
3 changes: 2 additions & 1 deletion docs/pyroSAR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,15 @@ DEM tools
---------

.. automodule:: pyroSAR.gamma.dem
:members: dem_autocreate, dempar, fill, hgt, hgt_collect, makeSRTM, mosaic, swap
:members: dem_autocreate, dem_import, dempar, fill, hgt, hgt_collect, makeSRTM, mosaic, swap
:undoc-members:
:show-inheritance:

.. autosummary::
:nosignatures:

dem_autocreate
dem_import
dempar
fill
hgt
Expand Down

0 comments on commit a782599

Please sign in to comment.