Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RDFLib/rdflib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RDFLib/rdflib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: detached
Choose a head ref
  • 9 commits
  • 175 files changed
  • 3 contributors

Commits on May 28, 2025

  1. Start migrating the documentation from .rst sphynx to .md material fo…

    …r mkdocs. Add mkdocs.yml with proper configuration, enable automated generation of the doc API from the docstring, and start converting a few pages (index, getting started, developers) for demo.
    vemonet committed May 28, 2025
    Configuration menu
    Copy the full SHA
    255e7cb View commit details
    Browse the repository at this point in the history
  2. Add automated (opt-in) tests of all python codeblocks in the markdown…

    … docs using pytest-markdown-docs. Needed to comment 1 small test that seemingly should fail (AttributeError: DefinedNamespace like object has no attribute '_NS', indeed the DefinedNamespace class expect a _NS, so it makes sense it fails) but for some reason it was not properly failing when ran with regular pytest, but it fails with pytest-markdown-docs
    vemonet committed May 28, 2025
    Configuration menu
    Copy the full SHA
    a03455c View commit details
    Browse the repository at this point in the history
  3. convert all documentations pages to markdown, convert all docstrings …

    …to markdown with google style, updated config for mkdocs (readthedocs, tox, task)
    
    fixed #3128
    vemonet committed May 28, 2025
    Configuration menu
    Copy the full SHA
    6f2b853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e98c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1583364 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. Configuration menu
    Copy the full SHA
    24ad3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f3e26 View commit details
    Browse the repository at this point in the history
  3. update poetry lock

    nicholascar committed May 31, 2025
    Configuration menu
    Copy the full SHA
    62f4b23 View commit details
    Browse the repository at this point in the history
  4. blacked again

    nicholascar committed May 31, 2025
    Configuration menu
    Copy the full SHA
    1a0a365 View commit details
    Browse the repository at this point in the history
Loading