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

Index pages #13

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Index pages #13

wants to merge 7 commits into from

Commits on Nov 7, 2023

  1. added mechanism to create index pages

    with information based on `.example.yml` files that describe
    each example
    alexvoss committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c445e80 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Merge branch 'master' into indexpages

    Alex Voss committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    becd6e4 View commit details
    Browse the repository at this point in the history
  2. fix: exception on incomplete .example.yml, added to mkdocs.yml

    code maintenance:
    - added missing encoding to open (PyLint W1514)
    - removed f-strings from log statements (PyLint W1309)
    - reorganized imports (PyLint misc)
    - removed use of global variable (PyLint W0603)
    - avoiding use of 'type' as a variable name
    alexvoss committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    06cd1db View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. added missing name attribute

    alexvoss committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bbd92b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. New implementation of examples index page

    using a custom template instead of generating HTML code in the hook,
    looking much tidier as a result.
    alexvoss committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6041d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b75786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd25525 View commit details
    Browse the repository at this point in the history