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: tox-dev/sphinx-autodoc-typehints
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5278aac
Choose a base ref
...
head repository: wheerd/sphinx-autodoc-typehints
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d38c9e
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 27, 2016

  1. Fixed return type of __init__ being added (from -> None annotation).

    Fixed generic arguments of some types not being added (e.g. typing.Mapping).
    wheerd committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    aeb57c2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	sphinx_autodoc_typehints.py
    wheerd committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    8bb3a3e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Made flake8 not complain...

    wheerd committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    2d38c9e View commit details
    Browse the repository at this point in the history
Loading