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

added support for nested classes; this is basically a newer version o… #390

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

Commits on Mar 29, 2022

  1. added support for nested classes; this is basically a newer version o…

    …f angeloskath's commit 467350c.
    Frank Pecher committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a4b9eb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fixed lint problems

    Frank Pecher committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c092596 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. fixed warnings issued by CI linting step

    Frank Pecher committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    8ff7b29 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nested_classes' of https://github.com/frank101010/pdoc

    …into nested_classes
    Frank Pecher committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    b30dcee View commit details
    Browse the repository at this point in the history
  3. fixed lint problems

    Frank Pecher committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4683271 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. removed argument from call

    Frank Pecher committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e2308b0 View commit details
    Browse the repository at this point in the history
  2. removed accidental new entry in .gitignore; renamed Class.classes() t…

    …o Class._classes() and Class.all_classes() to Class.classes()
    Frank Pecher committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    1ac854c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. created test case for nested classes support

    Frank Pecher committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    08982db View commit details
    Browse the repository at this point in the history
  2. Merge branch 'work_in_progress' into nested_classes

    Frank Pecher committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1eefe66 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nested_classes' of https://github.com/frank101010/pdoc

    …into nested_classes
    Frank Pecher committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    2e07a53 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. fixed visibility of nested classes

    Frank Pecher committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7c28ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2445d5a View commit details
    Browse the repository at this point in the history
  3. Update pdoc/test/__init__.py

    Co-authored-by: kernc <kerncece@gmail.com>
    frank101010 and kernc committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    8ef5e25 View commit details
    Browse the repository at this point in the history
  4. applied review suggestions

    Frank Pecher committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    da5e790 View commit details
    Browse the repository at this point in the history
  5. adapted test__all__ to new nested class handling; added more checks t…

    …o test_nested_classes
    Frank Pecher committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    54db3eb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    ad471f4 View commit details
    Browse the repository at this point in the history
  2. improved test

    Frank Pecher committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f353e5c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nested_classes' of https://gitlab01.quality.pc-c.endres…

    …s.com/i00502672/pdoc3 into nested_classes
    Frank Pecher committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    556a3f5 View commit details
    Browse the repository at this point in the history
  4. removed unused code, improved comment

    Frank Pecher committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    22190cb View commit details
    Browse the repository at this point in the history