diff --git a/docs/library_breakdown/index.rst b/docs/library_breakdown/index.rst index 718e265..83f88d0 100644 --- a/docs/library_breakdown/index.rst +++ b/docs/library_breakdown/index.rst @@ -6,39 +6,39 @@ The full breakdown of what everything does! .. toctree:: :maxdepth: 1 + advthreading.rst + passport.rst + quickstart.rst + controller.rst + noise.rst + text.rst + gpu_distribution.rst + image.rst + backpack.rst + surface.rst + file.rst + gpu.rst + video.rst number_converter.rst - draw.rst + render_pipeline.rst + constants.rst + formatters.rst + recorder.rst + logging.rst + transitions.rst + error.rst + data_structures.rst sampler.rst + audio.rst memory_manager.rst + advmath.rst general.rst - formatters.rst - file.rst - opengl.rst - transitions.rst - noise.rst + display.rst settings.rst - surface.rst - logging.rst - recorder.rst - backpack.rst - render_pipeline.rst - text.rst - passport.rst - video.rst executor.rst - advthreading.rst projection.rst - audio.rst - quickstart.rst - data_structures.rst - advmath.rst - gpu_distribution.rst - gpu.rst + draw.rst + opengl.rst advtkinter.rst - error.rst - constants.rst - display.rst - controller.rst - image.rst miscellaneous.rst events.rst diff --git a/docs/library_breakdown/miscellaneous.rst b/docs/library_breakdown/miscellaneous.rst index 2b8592c..ec3180b 100644 --- a/docs/library_breakdown/miscellaneous.rst +++ b/docs/library_breakdown/miscellaneous.rst @@ -4,26 +4,6 @@ PMMA Miscellaneous Methods (``pmma.``) Here you will find all the subroutines that aren't grouped into a specific object. Don't let the title fool you however, the subroutines found here can be incredibly powerful and helpful. -.. py:method:: pmma.set_render_wire_frame() -> None - - Not Yet Written - -.. py:method:: pmma.get_render_wire_frame() -> None - - Not Yet Written - -.. py:method:: pmma.quit() -> None - - Not Yet Written - -.. py:method:: pmma.add() -> None - - Not Yet Written - -.. py:method:: pmma.render() -> None - - Not Yet Written - .. py:method:: pmma.path_builder() -> None Not Yet Written @@ -160,3 +140,23 @@ Here you will find all the subroutines that aren't grouped into a specific objec Not Yet Written +.. py:method:: pmma.set_render_wire_frame() -> None + + Not Yet Written + +.. py:method:: pmma.get_render_wire_frame() -> None + + Not Yet Written + +.. py:method:: pmma.quit() -> None + + Not Yet Written + +.. py:method:: pmma.add() -> None + + Not Yet Written + +.. py:method:: pmma.render() -> None + + Not Yet Written +