@thegaribguy, please follow the following steps for documentation.
- Install sphinx.
- Fork branch
documentation-development.
- Document the functions. (Add return types and parameters similar to the constructor)
- Go to docs directory inside the repository.
- Run
make clean.
- Run
make html.
- Go inside
docs/build/html/index.html to see if your changes are reflecting.
@thegaribguy, please follow the following steps for documentation.
documentation-development.make clean.make html.docs/build/html/index.htmlto see if your changes are reflecting.