Skip to content

Commit

Permalink
Merge pull request #7 from harisankar95/update-docs
Browse files Browse the repository at this point in the history
updated rst files for sphinx
  • Loading branch information
harisankar95 authored Jan 21, 2024
2 parents a5e8f93 + f7d409c commit b553453
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Generate HTML documentation with Sphinx
docs-html:
sphinx-apidoc -M -o docs/ pathfinding3d/
sphinx-build -b html docs docs/_build
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


project = "pathfinding3d"
copyright = "2023, Harisankar Babu"
copyright = "2024, Harisankar Babu"
author = "Harisankar Babu"
release = __version__
version = __version__
Expand Down
8 changes: 8 additions & 0 deletions docs/pathfinding3d.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ pathfinding3d.core.grid module
:undoc-members:
:show-inheritance:

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

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

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

Expand Down

0 comments on commit b553453

Please sign in to comment.