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.16.2
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.17.0
Choose a head ref
  • 12 commits
  • 26 files changed
  • 3 contributors

Commits on Oct 8, 2021

  1. docs: Clean up README

    pawamoy committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ad959b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1353e4d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. fix: Do minimum work when falling back to re-collecting an object to …

    …get its anchor
    
    This change introduces a new attribute on collectors: `fallback_config`.
    It is used by the `Handlers.get_anchor` method when collecting an object
    to find its anchor. It allows to pass specific options to the collector
    to avoid collecting the object members or, for example,
    parsing Python docstrings, as it is not useful,
    since we only care about the anchor.
    
    Issue #329: #329
    PR #330: #330
    pawamoy authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    f6cf570 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

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

Commits on Dec 14, 2021

  1. refactor: Return multiple identifiers from fallback method

    Since an object can have aliases (different identifiers
    leading to it), and since users sometimes want to
    render an object using one of its aliases instead of its
    canonical identifier, we make sure to register every
    identifier associated to an object so that autorefs
    can find it when fixing cross-references.
    
    Issue mkdocstrings/autorefs#11: mkdocstrings/autorefs#11
    PR #350: #350
    pawamoy authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    78c498c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. feat: Support Keyword Args and Yields sections

    Issue #205: #205
    Issue #324: #324
    PR #331: #331
    pawamoy authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1286427 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. chore: Template upgrade

    pawamoy committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    75a6086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46cea79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b19fee3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

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

Commits on Dec 27, 2021

  1. ci: Fix mypy warnings

    pawamoy committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    57ed0c6 View commit details
    Browse the repository at this point in the history
  2. chore: Prepare release 0.17.0

    pawamoy committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    8ea5f76 View commit details
    Browse the repository at this point in the history
Loading