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

A new way of adding parameters that allows overriding inherited parameters (and sphinx auto documentation) #3098

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    eb5eb2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2466c8d View commit details
    Browse the repository at this point in the history
  3. some comments

    caenrigen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e6d5d76 View commit details
    Browse the repository at this point in the history
  4. fix codacy

    caenrigen committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5220fb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1224732 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. address review comments

    caenrigen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6d3f06d View commit details
    Browse the repository at this point in the history
  2. bug fix

    caenrigen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a1b9e8b View commit details
    Browse the repository at this point in the history
  3. minor var rename

    caenrigen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3599bb5 View commit details
    Browse the repository at this point in the history
  4. bug fix

    caenrigen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    918ba4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dc1864 View commit details
    Browse the repository at this point in the history
  6. proper use of Callable

    caenrigen committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6e23d34 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    966a61e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. added sphinx extension

    caenrigen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    df0b771 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feat/add_parameter_decorator' in…

    …to feat/add_parameter_decorator
    caenrigen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c0e2ce4 View commit details
    Browse the repository at this point in the history
  3. started documenting

    caenrigen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    6868d38 View commit details
    Browse the repository at this point in the history
  4. docs enh

    caenrigen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5b0e14b View commit details
    Browse the repository at this point in the history
  5. some cleanup

    caenrigen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    89c5968 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. wip

    caenrigen committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    895d5c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c87cb9 View commit details
    Browse the repository at this point in the history
  3. done documenting

    caenrigen committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    4c51987 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    9142fbf View commit details
    Browse the repository at this point in the history
  2. improve error handling

    caenrigen committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    44ca9a6 View commit details
    Browse the repository at this point in the history
  3. fix codacy issues

    caenrigen committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9f86aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    198ded8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a92131e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feat/add_parameter_decorator' in…

    …to feat/add_parameter_decorator
    caenrigen committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ad2ea22 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    606c36b View commit details
    Browse the repository at this point in the history
  2. address comments

    caenrigen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a2a8afb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feat/add_parameter_decorator' in…

    …to feat/add_parameter_decorator
    caenrigen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5f46e5b View commit details
    Browse the repository at this point in the history
  4. address comments

    caenrigen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    63acaf3 View commit details
    Browse the repository at this point in the history
  5. remove comment

    caenrigen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    26ae403 View commit details
    Browse the repository at this point in the history
  6. codacy fix(?)

    caenrigen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    99a07d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4118ce View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/feat/add_parameter_decorator' in…

    …to feat/add_parameter_decorator
    caenrigen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1a29c21 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. typo

    caenrigen committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b07eafa View commit details
    Browse the repository at this point in the history
  2. tests wip

    caenrigen committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4436bf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. raise errors asap

    caenrigen committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    d00b149 View commit details
    Browse the repository at this point in the history
  2. finish test

    caenrigen committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5455e9d View commit details
    Browse the repository at this point in the history
  3. fix codacy (?)

    caenrigen committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    f8f1d09 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. fix list in sphinx

    caenrigen committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    9ba7bc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. print lambda

    caenrigen committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    b18c448 View commit details
    Browse the repository at this point in the history