Skip to content

Commit

Permalink
updated sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Jan 28, 2024
1 parent b20af8b commit d10be27
Show file tree
Hide file tree
Showing 19 changed files with 135 additions and 119 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generate HTML documentation with Sphinx
docs-html:
sphinx-apidoc -M -o docs/ pathfinding3d/
sphinx-apidoc -f -e -M -o docs/ pathfinding3d/
sphinx-build -b html docs docs/_build
cp -r docs/additional_resources/* docs/_build/
7 changes: 7 additions & 0 deletions docs/pathfinding3d.core.diagonal_movement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.core.diagonal\_movement module
============================================

.. automodule:: pathfinding3d.core.diagonal_movement
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.core.grid.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.core.grid module
==============================

.. automodule:: pathfinding3d.core.grid
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.core.heap.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.core.heap module
==============================

.. automodule:: pathfinding3d.core.heap
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.core.heuristic.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.core.heuristic module
===================================

.. automodule:: pathfinding3d.core.heuristic
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.core.node.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.core.node module
==============================

.. automodule:: pathfinding3d.core.node
:members:
:undoc-members:
:show-inheritance:
65 changes: 10 additions & 55 deletions docs/pathfinding3d.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,58 +9,13 @@ pathfinding3d.core package
Submodules
----------

pathfinding3d.core.diagonal\_movement module
--------------------------------------------

.. automodule:: pathfinding3d.core.diagonal_movement
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.core.grid module
------------------------------

.. automodule:: pathfinding3d.core.grid
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.core.heap module
------------------------------

.. automodule:: pathfinding3d.core.heap
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.core.heuristic module
-----------------------------------

.. automodule:: pathfinding3d.core.heuristic
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.core.node module
------------------------------

.. automodule:: pathfinding3d.core.node
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.core.util module
------------------------------

.. automodule:: pathfinding3d.core.util
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.core.world module
-------------------------------

.. automodule:: pathfinding3d.core.world
:members:
:undoc-members:
:show-inheritance:
.. toctree::
:maxdepth: 4

pathfinding3d.core.diagonal_movement
pathfinding3d.core.grid
pathfinding3d.core.heap
pathfinding3d.core.heuristic
pathfinding3d.core.node
pathfinding3d.core.util
pathfinding3d.core.world
7 changes: 7 additions & 0 deletions docs/pathfinding3d.core.util.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.core.util module
==============================

.. automodule:: pathfinding3d.core.util
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.core.world.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.core.world module
===============================

.. automodule:: pathfinding3d.core.world
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.a_star.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.a\_star module
===================================

.. automodule:: pathfinding3d.finder.a_star
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.best_first.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.best\_first module
=======================================

.. automodule:: pathfinding3d.finder.best_first
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.bi_a_star.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.bi\_a\_star module
=======================================

.. automodule:: pathfinding3d.finder.bi_a_star
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.breadth_first.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.breadth\_first module
==========================================

.. automodule:: pathfinding3d.finder.breadth_first
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.dijkstra.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.dijkstra module
====================================

.. automodule:: pathfinding3d.finder.dijkstra
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.finder.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.finder module
==================================

.. automodule:: pathfinding3d.finder.finder
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.ida_star.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.ida\_star module
=====================================

.. automodule:: pathfinding3d.finder.ida_star
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.msp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.msp module
===============================

.. automodule:: pathfinding3d.finder.msp
:members:
:undoc-members:
:show-inheritance:
75 changes: 12 additions & 63 deletions docs/pathfinding3d.finder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,66 +9,15 @@ pathfinding3d.finder package
Submodules
----------

pathfinding3d.finder.a\_star module
-----------------------------------

.. automodule:: pathfinding3d.finder.a_star
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.finder.best\_first module
---------------------------------------

.. automodule:: pathfinding3d.finder.best_first
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.finder.bi\_a\_star module
---------------------------------------

.. automodule:: pathfinding3d.finder.bi_a_star
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.finder.breadth\_first module
------------------------------------------

.. automodule:: pathfinding3d.finder.breadth_first
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.finder.dijkstra module
------------------------------------

.. automodule:: pathfinding3d.finder.dijkstra
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.finder.finder module
----------------------------------

.. automodule:: pathfinding3d.finder.finder
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.finder.ida\_star module
-------------------------------------

.. automodule:: pathfinding3d.finder.ida_star
:members:
:undoc-members:
:show-inheritance:

pathfinding3d.finder.msp module
-------------------------------

.. automodule:: pathfinding3d.finder.msp
:members:
:undoc-members:
:show-inheritance:
.. toctree::
:maxdepth: 4

pathfinding3d.finder.a_star
pathfinding3d.finder.best_first
pathfinding3d.finder.bi_a_star
pathfinding3d.finder.breadth_first
pathfinding3d.finder.dijkstra
pathfinding3d.finder.finder
pathfinding3d.finder.ida_star
pathfinding3d.finder.msp
pathfinding3d.finder.theta_star
7 changes: 7 additions & 0 deletions docs/pathfinding3d.finder.theta_star.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pathfinding3d.finder.theta\_star module
=======================================

.. automodule:: pathfinding3d.finder.theta_star
:members:
:undoc-members:
:show-inheritance:

0 comments on commit d10be27

Please sign in to comment.