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: mitmproxy/pdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.2.2
Choose a base ref
...
head repository: mitmproxy/pdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.3.0
Choose a head ref
  • 9 commits
  • 30 files changed
  • 3 contributors

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    b711089 View commit details
    Browse the repository at this point in the history
  2. If a docstring fails assertion checks, output the offending docstring… (

    #458)
    
    * If a docstring fails assertion checks, Output the offending docstring to help the user pinpoint the problem.
    
    * Update docstrings.py
    
    Co-authored-by: Maximilian Hils <git@maximilianhils.com>
    vsajip and mhils authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6df629d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    01f3db9 View commit details
    Browse the repository at this point in the history
  2. Support embedding local images (#460)

    * support embedding local images
    
    * [autofix.ci] apply automated fixes
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    mhils and autofix-ci[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ad3d7be View commit details
    Browse the repository at this point in the history
  3. Update Dependencies (#462)

    * update dependencies
    
    * make latest mypy happy
    mhils authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    af7f3d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Improve conversion of ReST to Markdown by converting the text for :me… (

    #463)
    
    * Improve conversion of ReST to Markdown by converting the text for :meth:`foo` or :func:`foo` references to `foo()` rather than just `foo`
    
    * [autofix.ci] apply automated fixes
    
    * Rename a local function and update the changelog.
    
    * nits
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Maximilian Hils <git@maximilianhils.com>
    3 people authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    396c815 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Fix rendering of class attributes pointing to external classes, fix #464

     (#465)
    
    * fix rendering of class attributes pointing to external classes, fix #464
    
    * [autofix.ci] apply automated fixes
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    mhils and autofix-ci[bot] authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b10b525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f787e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. bump to 12.3.0

    mhils committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    41c6783 View commit details
    Browse the repository at this point in the history
Loading