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 docs comment doesn't describe behavior #2443

Merged
merged 3 commits into from
Jun 15, 2023
Merged

Commits on Jun 14, 2023

  1. Fix comment doesn't describe behavior

    Comment refers to a person that knows bob and code would return a name, but this would only work if the triple
    `person foaf:name bob .`
    is part of the dataset. As this is a very uncommon way to model a `foaf:knows` the code was adjusted to match the description.
    Kibubu committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ad728f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    eaa30c9 View commit details
    Browse the repository at this point in the history
  2. Ignore flake8 'undefined name' in rst docs

    The code in docs won't always be complete programs and is sometimes just
    snippets, and for snippets it does not make sense to error out if the
    variables used in the snippet is not defined.
    aucampia committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3199548 View commit details
    Browse the repository at this point in the history