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

Fix documentation #1038

Merged
merged 40 commits into from
Sep 9, 2021
Merged

Fix documentation #1038

merged 40 commits into from
Sep 9, 2021

Commits on Sep 1, 2021

  1. Add flake8-rst-docstrings

    To check for any invalid rst syntax that could break the
    documentation.
    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a3b5b6f View commit details
    Browse the repository at this point in the history
  2. Add task to test the doc

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    04f2513 View commit details
    Browse the repository at this point in the history
  3. Whitelist the attribute directive

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9dc68ea View commit details
    Browse the repository at this point in the history
  4. Whitelist the class role

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    26b1a25 View commit details
    Browse the repository at this point in the history
  5. Whitelist the meth role

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f783ffd View commit details
    Browse the repository at this point in the history
  6. Whitelist the obj role

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3255f0a View commit details
    Browse the repository at this point in the history
  7. Whitelist the exc role

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f83f167 View commit details
    Browse the repository at this point in the history
  8. Fix invalid markdown in rst docstring

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    45dad35 View commit details
    Browse the repository at this point in the history
  9. Fix invalid rst

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cab2091 View commit details
    Browse the repository at this point in the history
  10. Fix malformed table

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    178c14e View commit details
    Browse the repository at this point in the history
  11. Fix reference to numpy in enums

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    c2d475e View commit details
    Browse the repository at this point in the history
  12. Fix missing reference in simulations

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    fdbaf6e View commit details
    Browse the repository at this point in the history
  13. Fix missing reference in test runner

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d90b859 View commit details
    Browse the repository at this point in the history
  14. Fix missing reference in tax benefit systems

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2eadc1d View commit details
    Browse the repository at this point in the history
  15. Fix missing reference in parameters

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2d71b50 View commit details
    Browse the repository at this point in the history
  16. Fix missing reference in variables

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ad9218c View commit details
    Browse the repository at this point in the history
  17. Fix missing reference to error

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8037dca View commit details
    Browse the repository at this point in the history
  18. Fix missing reference in tax benefit systems

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    93718b8 View commit details
    Browse the repository at this point in the history
  19. Fix missing reference in test runner

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    37e1980 View commit details
    Browse the repository at this point in the history
  20. Fix missing reference in variables

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2f59d9c View commit details
    Browse the repository at this point in the history
  21. Split test task in subtasks

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    de38100 View commit details
    Browse the repository at this point in the history
  22. Add option to pass the branch

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a2003e0 View commit details
    Browse the repository at this point in the history
  23. Handle rebased/squashed branches

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7f671ed View commit details
    Browse the repository at this point in the history
  24. Move repo to a variable

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    246bd19 View commit details
    Browse the repository at this point in the history
  25. Fallback to master if no such branch

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    fb30b75 View commit details
    Browse the repository at this point in the history
  26. Checkout doc in circleci

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    20d0a67 View commit details
    Browse the repository at this point in the history
  27. Move test docs to its own job

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1427760 View commit details
    Browse the repository at this point in the history
  28. Install doc in circleci

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6d19e2d View commit details
    Browse the repository at this point in the history
  29. Build doc in circleci

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    23b1a81 View commit details
    Browse the repository at this point in the history
  30. Document how to verify that the doc build

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7313deb View commit details
    Browse the repository at this point in the history
  31. Fix wrong markup in contributing

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5cee544 View commit details
    Browse the repository at this point in the history
  32. Add how to doc to contributing

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3b5e95c View commit details
    Browse the repository at this point in the history
  33. Add how to fix the doc

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7073cac View commit details
    Browse the repository at this point in the history
  34. Fix doc tracers

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bf88c8d View commit details
    Browse the repository at this point in the history
  35. Fix doc parameters

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7b0d865 View commit details
    Browse the repository at this point in the history
  36. Fix doc variables

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bdda1a9 View commit details
    Browse the repository at this point in the history
  37. Fix default branch to current

    Mauko Quiroga committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    01f3193 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Change commit message in README.md

    Mauko Quiroga committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    d991bdc View commit details
    Browse the repository at this point in the history
  2. Use hyphens in Makefile

    Mauko Quiroga committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    95e94a5 View commit details
    Browse the repository at this point in the history
  3. Bump minor to 35.5.0

    Mauko Quiroga committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    df51e0b View commit details
    Browse the repository at this point in the history