Added autogenerated sphinx documentation

This commit is contained in:
2025-05-28 15:12:44 +01:00
parent 0ad146179c
commit 0b0a0ca5c5
13 changed files with 1824 additions and 2 deletions

25
docs/python/index.rst Normal file
View File

@@ -0,0 +1,25 @@
Python API Reference
====================
This section contains the complete Python API reference for ``read_aconity_layers``.
Module
-----------
.. automodule:: read_aconity_layers
:members:
:undoc-members:
:show-inheritance:
Return Type Information
-----------------------
The library includes comprehensive type stubs for full IDE support and type checking.
All functions return NumPy arrays with the following structure:
* **Column 0**: X coordinates (corrected)
* **Column 1**: Y coordinates (corrected)
* **Column 2**: Z coordinates (layer height)
* **Column 3**: Pyrometer 1 readings
* **Column 4**: Pyrometer 2 readings