Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 666 Bytes

developers.rst

File metadata and controls

20 lines (13 loc) · 666 Bytes

Developer Guide

.. toctree::
   :maxdepth: 1

   overview
   style
   testing
   workflows

This section is for people who want to contribute code to BlenderCAM, people who want to modify the addon for their needs, or anyone who simply want to better understand what is happening 'under the hood'.

:doc:`overview` offers a guide to the addon files and how they relate to one another.

:doc:`style` gives tips on editors, linting, formatting etc.

:doc:`testing` has information on how to run and contribute to the Test Suite.

:doc:`workflows` contains an explanation of how the addon, testing and documentation are automated via Github Actions.