Skip to content

Create public API

iricci requested to merge docs into master

Create public API documentation using pdoc3 and automate it using CI

Changes

  • add public API via pdoc3 at active/api/atooms/active/
  • add docstrings to every module
  • move tutorial to active/tutorial

Removals

  • remove data_log from vm in api.py (now parameter logging defaults to file_out + '.param' path)

Fixes

  • fix format issues in reST tutorial files
  • fix pages CI
  • fix package imports in api.py
  • revert to alabaster theme in tutorial

Merge request reports