Skip to content

Commit 89192f9

Browse files
committed
fix the rendering status
1 parent 3cc3d22 commit 89192f9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Dynamic Maze Solver module."""
2+
3+
from .dynamic_maze_solver import MazeVisualizer
4+
5+
__all__ = ['MazeVisualizer']

docs/modules/5_path_planning/dynamic_bfs_maze_solver/dynamic_bfs_maze_solver_main.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ where R and C denote the number of rows and columns in the grid.
3232
Code Link
3333
+++++++++
3434

35-
.. automodule:: PathPlanning.DynamicMazeSolver.dynamic_maze_solver
35+
.. autoclass:: PathPlanning.DynamicMazeSolver.dynamic_maze_solver.MazeVisualizer
36+
:members:
37+
:undoc-members:
38+
:show-inheritance:
3639

3740

3841
References

0 commit comments

Comments
 (0)