Skip to content

Commit

Permalink
Update index.rst spell errors
Browse files Browse the repository at this point in the history
Merge pull request #43 from bw4sz/patch-1
  • Loading branch information
HowcanoeWang authored Sep 4, 2022
2 parents 10ee0fe + 2738e3d commit 0d074ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/python_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ API Summary

The EasyIDP package have the following modules:

- :doc:`Point cloud Module <./pointcloud>` : read, write, check and crop opertation.
- :doc:`GeoTiff Module <./geotiff>` : read, write, crop, and statistics opertation.
- :doc:`Point cloud Module <./pointcloud>` : read, write, check and crop operation.
- :doc:`GeoTiff Module <./geotiff>` : read, write, crop, and statistics operation.

- :doc:`cvtools Submodule <./cvtools>` : processing ndarray images without install scikit-image.

Expand Down Expand Up @@ -39,4 +39,4 @@ Although it may seem like more code, advanced wrappers have more convenient func

The :class:`easyidp.Container` object, its child objects, and objects contains this object, like :class:`easyidp.roi.ROI` , ``ProjectPool`` , ``Recons`` , ``Pix4D`` , ``Metashape``, can not be saved by pickle.

Please check this link for more details `What can be pickled and unpickled <https://docs.python.org/3/library/pickle.html#what-can-be-pickled-and-unpickled>`_ .
Please check this link for more details `What can be pickled and unpickled <https://docs.python.org/3/library/pickle.html#what-can-be-pickled-and-unpickled>`_ .

0 comments on commit 0d074ca

Please sign in to comment.