Skip to content

Commit

Permalink
Add documentation about pooling polygons (#69)
Browse files Browse the repository at this point in the history
This patch adds documentation about producing pooling polygons for point
clouds.
  • Loading branch information
ybubnov authored Aug 11, 2024
1 parent f521d60 commit ab9cb82
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ assumed that a reader knows fundamentals of the `PyTorch`_ library.

getting_started.ipynb
house_prices.ipynb
pooling_polygons.ipynb


.. _PyTorch: https://pytorch.org/tutorials/beginner/basics/intro.html
302 changes: 302 additions & 0 deletions docs/guide/pooling_polygons.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
IPython
furo>=2022.6.4
sphinx-autobuild
sphinx
Expand Down

0 comments on commit ab9cb82

Please sign in to comment.