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

Discover collections in doc_maker.py #41

Merged
merged 2 commits into from
Jul 31, 2020

Commits on Jul 9, 2020

  1. remove hardcoding of Collection keyword

    Remove hardcoding of "Collection" keyword for checking if
    a class is a collection. Check either using 'collection'
    property defined in 'EntryPoint' or 'manages' property defined
    in that class
    sameshl committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    552ee31 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Use get_endpoint_and_path function instead of class_in_endpoint
    or collection_in_endpoint as they are changed to get_endpoint_and_path
    function
    sameshl committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    119ece1 View commit details
    Browse the repository at this point in the history