Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: large refactoring #303

Merged
merged 6 commits into from
Mar 25, 2024
Merged

ENH: large refactoring #303

merged 6 commits into from
Mar 25, 2024

Commits on Mar 22, 2024

  1. ENH: Refactor architecture

    The goal here is to properly expose the public api and hide
    icclom internals in a ``_core`` package.
    Abel Aoun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3c939c6 View commit details
    Browse the repository at this point in the history
  2. enh: Add DCSC indices

    Abel Aoun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    00c41c8 View commit details
    Browse the repository at this point in the history
  3. maint: Update project config

    Added ruff rules.
    Added sphinx extensions.
    Abel Aoun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4d7c6c9 View commit details
    Browse the repository at this point in the history
  4. enh: Update extraction tool

    Abel Aoun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b9aab29 View commit details
    Browse the repository at this point in the history
  5. doc: Update documentation using autoapi

    Abel Aoun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f00f348 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. doc: Attempt to simplify public api doc

    Make use of autodoc to generate dynamically the doc for
    the generated functions.
    Abel Aoun committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    847243b View commit details
    Browse the repository at this point in the history