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

Port API coverage reporting to Python 3 and adapt to current doxygen output #15

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2024

  1. doc: Fix `summarizes' typo

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ab5ab62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa6b44 View commit details
    Browse the repository at this point in the history
  3. doc: Use double backslash in regex

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5761f4c View commit details
    Browse the repository at this point in the history
  4. doc: urllib data must be decoded into text

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    93ba24c View commit details
    Browse the repository at this point in the history
  5. doc: Open pickle file as binary

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    86d9c2b View commit details
    Browse the repository at this point in the history
  6. doc: Use getpass.getuser instead of os.getlogin

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    e97e845 View commit details
    Browse the repository at this point in the history
  7. doc: Add formatter.py from PySolFC project

    The "formatter" module was deprecated in 3.4 and was removed
    from the standard library in 3.10.
    
    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2ffba28 View commit details
    Browse the repository at this point in the history
  8. doc: Port from htmllib to html.parser HTMLParser

    htmllib was deprecated in 2.6 and removed in 3.x.
    
    Instead of dealing with non-breakable space in the HTMLParser,
    transform to spaces in parse_asoundlib_api() instead.
    
    At the same time adjust to the current ALSA API web page format.
    
    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    61c453b View commit details
    Browse the repository at this point in the history