Skip to content

Commit

Permalink
Merge pull request #250 from ajhynes7/improve_docs
Browse files Browse the repository at this point in the history
Delete "Computations" section from docs and add Cylinder to API reference
  • Loading branch information
ajhynes7 committed Feb 15, 2021
2 parents a3c2b4e + 0cd2fff commit efd5129
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 110 deletions.
1 change: 1 addition & 0 deletions docs/source/api_reference/skspatial.objects.Cylinder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Methods
~skspatial.objects.Cylinder.length
~skspatial.objects.Cylinder.plot_3d
~skspatial.objects.Cylinder.to_mesh
~skspatial.objects.Cylinder.to_points
~skspatial.objects.Cylinder.volume
1 change: 1 addition & 0 deletions docs/source/api_reference/skspatial.objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ skspatial.objects
skspatial.objects.Circle
skspatial.objects.Sphere
skspatial.objects.Triangle
skspatial.objects.Cylinder
17 changes: 0 additions & 17 deletions docs/source/computations/comparison.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/source/computations/fitting.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/source/computations/intersection.rst

This file was deleted.

28 changes: 0 additions & 28 deletions docs/source/computations/measurement.rst

This file was deleted.

15 changes: 0 additions & 15 deletions docs/source/computations/projection.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/source/computations/toc.rst

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/computations/transformation.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
'globaltoc_depth': -1,
'navbar_links': [
('Objects', 'objects/toc'),
('Computations', 'computations/toc'),
('Plotting', 'plotting'),
('Gallery', 'gallery/index'),
('API', 'api_reference/toc'),
Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Contents
:maxdepth: 1

objects/toc
computations/toc
plotting
gallery/index
api_reference/toc
1 change: 1 addition & 0 deletions docs/source/objects/toc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Spatial Objects
circle
sphere
triangle
cylinder

0 comments on commit efd5129

Please sign in to comment.