Skip to content

Commit

Permalink
Restructure how commands are done
Browse files Browse the repository at this point in the history
  • Loading branch information
gbroques committed May 15, 2020
1 parent 89afada commit 796585e
Show file tree
Hide file tree
Showing 44 changed files with 379 additions and 205 deletions.
16 changes: 16 additions & 0 deletions docs/ose3dprinter/ose3dprinter.gui.command.add_extruder.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

ose3dprinter.gui.command.add_extruder
=====================================


.. autosummary::
ose3dprinter.gui.command.add_extruder.add_extruder


add_extruder
------------
.. automodule:: ose3dprinter.gui.command.add_extruder.add_extruder
:members:
:undoc-members:
:show-inheritance:

16 changes: 16 additions & 0 deletions docs/ose3dprinter/ose3dprinter.gui.command.add_frame.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

ose3dprinter.gui.command.add_frame
==================================


.. autosummary::
ose3dprinter.gui.command.add_frame.add_frame


add_frame
---------
.. automodule:: ose3dprinter.gui.command.add_frame.add_frame
:members:
:undoc-members:
:show-inheritance:

16 changes: 16 additions & 0 deletions docs/ose3dprinter/ose3dprinter.gui.command.add_heated_bed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

ose3dprinter.gui.command.add_heated_bed
=======================================


.. autosummary::
ose3dprinter.gui.command.add_heated_bed.add_heated_bed


add_heated_bed
--------------
.. automodule:: ose3dprinter.gui.command.add_heated_bed.add_heated_bed
:members:
:undoc-members:
:show-inheritance:

46 changes: 46 additions & 0 deletions docs/ose3dprinter/ose3dprinter.gui.command.axis.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

ose3dprinter.gui.command.axis
=============================


.. autosummary::
ose3dprinter.gui.command.axis.add_x_axis

ose3dprinter.gui.command.axis.add_y_axis

ose3dprinter.gui.command.axis.add_z_axis

ose3dprinter.gui.command.axis.handle_add_axis_command_activation


add_x_axis
----------
.. automodule:: ose3dprinter.gui.command.axis.add_x_axis
:members:
:undoc-members:
:show-inheritance:


add_y_axis
----------
.. automodule:: ose3dprinter.gui.command.axis.add_y_axis
:members:
:undoc-members:
:show-inheritance:


add_z_axis
----------
.. automodule:: ose3dprinter.gui.command.axis.add_z_axis
:members:
:undoc-members:
:show-inheritance:


handle_add_axis_command_activation
----------------------------------
.. automodule:: ose3dprinter.gui.command.axis.handle_add_axis_command_activation
:members:
:undoc-members:
:show-inheritance:

116 changes: 116 additions & 0 deletions docs/ose3dprinter/ose3dprinter.gui.command.cut_list.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@

ose3dprinter.gui.command.cut_list
=================================


.. autosummary::
ose3dprinter.gui.command.cut_list.convert_dict_list_to_wiki_list_markup

ose3dprinter.gui.command.cut_list.convert_dict_list_to_wiki_table_markup

ose3dprinter.gui.command.cut_list.copy_cut_list_to_clipboard

ose3dprinter.gui.command.cut_list.copy_cut_list_to_clipboard_task_panel

ose3dprinter.gui.command.cut_list.generate_cut_list

ose3dprinter.gui.command.cut_list.generate_cut_list_task_panel

ose3dprinter.gui.command.cut_list.merge_cut_list_rows_and_format_descriptions

ose3dprinter.gui.command.cut_list.pluralize

ose3dprinter.gui.command.cut_list.save_cut_list_as_csv

ose3dprinter.gui.command.cut_list.save_cut_list_as_csv_task_panel

ose3dprinter.gui.command.cut_list.task_type


convert_dict_list_to_wiki_list_markup
-------------------------------------
.. automodule:: ose3dprinter.gui.command.cut_list.convert_dict_list_to_wiki_list_markup
:members:
:undoc-members:
:show-inheritance:


convert_dict_list_to_wiki_table_markup
--------------------------------------
.. automodule:: ose3dprinter.gui.command.cut_list.convert_dict_list_to_wiki_table_markup
:members:
:undoc-members:
:show-inheritance:


copy_cut_list_to_clipboard
--------------------------
.. automodule:: ose3dprinter.gui.command.cut_list.copy_cut_list_to_clipboard
:members:
:undoc-members:
:show-inheritance:


copy_cut_list_to_clipboard_task_panel
-------------------------------------
.. automodule:: ose3dprinter.gui.command.cut_list.copy_cut_list_to_clipboard_task_panel
:members:
:undoc-members:
:show-inheritance:


generate_cut_list
-----------------
.. automodule:: ose3dprinter.gui.command.cut_list.generate_cut_list
:members:
:undoc-members:
:show-inheritance:


generate_cut_list_task_panel
----------------------------
.. automodule:: ose3dprinter.gui.command.cut_list.generate_cut_list_task_panel
:members:
:undoc-members:
:show-inheritance:


merge_cut_list_rows_and_format_descriptions
-------------------------------------------
.. automodule:: ose3dprinter.gui.command.cut_list.merge_cut_list_rows_and_format_descriptions
:members:
:undoc-members:
:show-inheritance:


pluralize
---------
.. automodule:: ose3dprinter.gui.command.cut_list.pluralize
:members:
:undoc-members:
:show-inheritance:


save_cut_list_as_csv
--------------------
.. automodule:: ose3dprinter.gui.command.cut_list.save_cut_list_as_csv
:members:
:undoc-members:
:show-inheritance:


save_cut_list_as_csv_task_panel
-------------------------------
.. automodule:: ose3dprinter.gui.command.cut_list.save_cut_list_as_csv_task_panel
:members:
:undoc-members:
:show-inheritance:


task_type
---------
.. automodule:: ose3dprinter.gui.command.cut_list.task_type
:members:
:undoc-members:
:show-inheritance:

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

ose3dprinter.gui.command.make_angle_frame_connector
===================================================


.. autosummary::
ose3dprinter.gui.command.make_angle_frame_connector.make_angle_frame_connector

ose3dprinter.gui.command.make_angle_frame_connector.make_angle_frame_connector_task_panel


make_angle_frame_connector
--------------------------
.. automodule:: ose3dprinter.gui.command.make_angle_frame_connector.make_angle_frame_connector
:members:
:undoc-members:
:show-inheritance:


make_angle_frame_connector_task_panel
-------------------------------------
.. automodule:: ose3dprinter.gui.command.make_angle_frame_connector.make_angle_frame_connector_task_panel
:members:
:undoc-members:
:show-inheritance:

14 changes: 14 additions & 0 deletions docs/ose3dprinter/ose3dprinter.gui.command.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

ose3dprinter.gui.command
========================

.. toctree::
:maxdepth: 1

ose3dprinter.gui.command.add_extruder
ose3dprinter.gui.command.add_frame
ose3dprinter.gui.command.add_heated_bed
ose3dprinter.gui.command.axis
ose3dprinter.gui.command.cut_list
ose3dprinter.gui.command.make_angle_frame_connector

16 changes: 16 additions & 0 deletions docs/ose3dprinter/ose3dprinter.gui.command_collection.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

ose3dprinter.gui.command_collection
===================================


.. autosummary::
ose3dprinter.gui.command_collection.command_collection


command_collection
------------------
.. automodule:: ose3dprinter.gui.command_collection.command_collection
:members:
:undoc-members:
:show-inheritance:

72 changes: 5 additions & 67 deletions docs/ose3dprinter/ose3dprinter.gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,86 +5,24 @@ ose3dprinter.gui
.. toctree::
:maxdepth: 1

ose3dprinter.gui.add_axis_base
ose3dprinter.gui.command_registry
ose3dprinter.gui.generate_cut_list
ose3dprinter.gui.command
ose3dprinter.gui.command_collection
ose3dprinter.gui.icon
ose3dprinter.gui.make_angle_frame_connector
ose3dprinter.gui.part



.. autosummary::
ose3dprinter.gui.add_extruder

ose3dprinter.gui.add_frame

ose3dprinter.gui.add_heated_bed

ose3dprinter.gui.add_x_axis

ose3dprinter.gui.add_y_axis

ose3dprinter.gui.add_z_axis

ose3dprinter.gui.commands
ose3dprinter.gui.OSE-3D-Printer

ose3dprinter.gui.get_first_selected_object_and_sub_object

ose3dprinter.gui.three_dimensional_printer_workbench


add_extruder
------------
.. automodule:: ose3dprinter.gui.add_extruder
:members:
:undoc-members:
:show-inheritance:


add_frame
---------
.. automodule:: ose3dprinter.gui.add_frame
:members:
:undoc-members:
:show-inheritance:


add_heated_bed
OSE-3D-Printer
--------------
.. automodule:: ose3dprinter.gui.add_heated_bed
:members:
:undoc-members:
:show-inheritance:


add_x_axis
----------
.. automodule:: ose3dprinter.gui.add_x_axis
:members:
:undoc-members:
:show-inheritance:


add_y_axis
----------
.. automodule:: ose3dprinter.gui.add_y_axis
:members:
:undoc-members:
:show-inheritance:


add_z_axis
----------
.. automodule:: ose3dprinter.gui.add_z_axis
:members:
:undoc-members:
:show-inheritance:


commands
--------
.. automodule:: ose3dprinter.gui.commands
.. automodule:: ose3dprinter.gui.OSE-3D-Printer
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit 796585e

Please sign in to comment.