Skip to content
Snippets Groups Projects
Commit 247b7967 authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

Update documentation

parent ffce99e7
Branches
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ release = '0.0.1' ...@@ -33,6 +33,7 @@ release = '0.0.1'
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
"sphinx.ext.autosummary",
"sphinx_autodoc_typehints" "sphinx_autodoc_typehints"
] ]
......
...@@ -10,10 +10,23 @@ Welcome to EsriMap's documentation! ...@@ -10,10 +10,23 @@ Welcome to EsriMap's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents:
.. automodule:: esrimap EsriAscii
===================================
This class allow to work with Esri ASCII raster files using numpy and python.
For more information on Esri ASCII raster files, please see : https://desktop.arcgis.com/fr/arcmap/latest/manage-data/raster-and-images/esri-ascii-raster-format.htm
.. autoclass:: esrimap.EsriAscii
:members: :members:
:undoc-members: :undoc-members:
EsriCoordinateType
===================================
.. autoclass:: esrimap.EsriCoordinateType
:members:
:undoc-members:
Indices and tables Indices and tables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment