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: mkdocstrings/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b064a0
Choose a base ref
...
head repository: mkdocstrings/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 941d0e5
Choose a head ref
  • 16 commits
  • 119 files changed
  • 2 contributors

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    c6dab06 View commit details
    Browse the repository at this point in the history
  2. fix: Don't merge parent __init__ docstring into class docstring if …

    …such inherited method wasn't selected through the `inherited_members` configuration option
    
    Issue-189: #189
    pawamoy committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6c5b5c3 View commit details
    Browse the repository at this point in the history
  3. fix: Fix normalization of extension paths on the annoying operating s…

    …ystem and Python 3.13
    
    Python 3.13 changed `os.path.isabs`:
    
    > On Windows, `isabs()` no longer considers paths starting with exactly one slash (`\` or `/`) to be absolute.
    
    See https://docs.python.org/3/whatsnew/3.13.html#os-path.
    pawamoy committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    101a6dc View commit details
    Browse the repository at this point in the history
  4. fix: Respect highlight's linenums config for pycon examples in do…

    …cstrings
    
    The reasoning is that someone enabling line numbers globally supposedly also wants them for code blocks in docstrings. There's in my opinion no difference between a code block in a Markdown document and a code block in a docstring, they both serve documentation purposes and should be subject to the same rendering rules.
    
    If that makes someone unhappy, we can always consider adding an option to hide line numbers for code blocks in docstrings.
    
    Related-to-#192: #192
    pawamoy committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    53eb82a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a669f1c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. fix: Actually check if a module is public when rendering auto-generat…

    …ed summary table for modules
    
    Issue-203: #203
    pawamoy committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3bf55b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6fab3 View commit details
    Browse the repository at this point in the history
  3. fix: Respect show_signature_annotations option for attribute signat…

    …ures in headings
    
    Issue-griffe-pydantic#9: mkdocstrings/griffe-pydantic#9
    pawamoy committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e93d166 View commit details
    Browse the repository at this point in the history
  4. docs: Mention mkdocstrings-python-xref

    Issue-199: #199
    pawamoy committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    cea4996 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    c4506f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d67215c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. chore: Template upgrade

    pawamoy committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    ec4d2cc View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. chore: Template upgrade

    pawamoy committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    0d953e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e493663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f1a77 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. chore: Prepare release 1.13.0

    pawamoy committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    941d0e5 View commit details
    Browse the repository at this point in the history
Loading