diff --git a/docs/developer/developer.md b/docs/developer/developer.md index 924b35a2..e73d16b4 100644 --- a/docs/developer/developer.md +++ b/docs/developer/developer.md @@ -1,6 +1,14 @@ (developer)= # Development +```{toctree} +--- +maxdepth: 1 +hidden: true +--- +reference/ +``` + To contribute to the development of BEC Widgets, start by setting up the development environment: 1. **Clone the Repository**: @@ -13,4 +21,6 @@ cd bec-widgets Installing the package in editable mode allows you to make changes to the code and test them in real-time. ```bash pip install -e .[dev] -``` \ No newline at end of file +``` + + diff --git a/docs/developer/reference.md b/docs/developer/reference.md new file mode 100644 index 00000000..5302b84e --- /dev/null +++ b/docs/developer/reference.md @@ -0,0 +1,10 @@ +## API Reference + +```{eval-rst} +.. autosummary:: + :toctree: _autosummary + :template: custom-module-template.rst + :recursive: + + bec_widgets +``` \ No newline at end of file