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/mkdocstrings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.20.0
Choose a base ref
...
head repository: mkdocstrings/mkdocstrings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.21.0
Choose a head ref
  • 7 commits
  • 34 files changed
  • 5 contributors

Commits on Jan 27, 2023

  1. docs: Minor documentation improvements

    - Make mkdocs.yml more complete for quick usage
    - Tidy up grammar, fix typos
    thatlittleboy authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d9b9623 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Mar 7, 2023

  1. ci: Correct type signature for BaseCollector.collect

    This is needed by python library because it needs to pass that
    argument to a method that declares it as MutableMapping.
    
    PR #520: #520
    ssbarnea authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    82016df View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. feat: Expose the full config to handlers

    Instead of just passing the handler config on initialization pass the
    full dictionary of `extension_config` directly to the handler.
    
    Issue #501: #501
    PR #509: #509
    jdpatt authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    15dacf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. chore: Template upgrade

    pawamoy committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    56e2818 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. ci: Quality

    pawamoy committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    444ef32 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    3513b00 View commit details
    Browse the repository at this point in the history
Loading