Skip to content
Permalink
Branch: master
Commits on Apr 30, 2019
  1. BUG: Fix numpydoc interpreting some simple bold text as params

    kernc committed Apr 30, 2019
  2. BUG: Fix wrapping non-raw URLs (e.g. in HTML)

    kernc committed Apr 30, 2019
Commits on Apr 24, 2019
  1. MNT: mypy/typing fixes

    kernc committed Apr 24, 2019
  2. ENH: CLI: --output without --html outputs .md files

    kernc committed Apr 24, 2019
    Fixes #43
  3. ENH: Deprecate rarely-used CLI options in favor of new --config

    kernc committed Apr 24, 2019
    Deprecations:
    * --overwrite  →  -f, --force
    * --html-dir   →  -o, --output
    * --html-no-source
    * --external-links
    * --link-prefix
    
    New:
    * --config TEMPLATE_OPTION=VALUE
Commits on Apr 22, 2019
  1. REF: Make module `foo.__init__` pose as `foo`

    kernc committed Feb 3, 2019
    Maybe an issue in `pdoc.Module.find_class()`.
  2. ENH: Supplement __init__ params in text.mako

    kernc committed Apr 22, 2019
    Refs: 5df06cd ENH: Support Function.params/return type annotations
Commits on Apr 21, 2019
  1. REF: Use preformatted inspect.Parameter string on Py3.7

    kernc committed Apr 21, 2019
  2. ENH: Concat class and __init__ docstrings; have Class.params()

    kernc committed Apr 20, 2019
    Fixes #24
  3. ENH: Support Function.params/return type annotations

    kernc committed Apr 20, 2019
    Fixes #6
    Closes #7
  4. MNT: Fix flake8 errors in test module

    kernc committed Apr 21, 2019
  5. MNT: Update CHANGELOG for 0.5.4

    kernc committed Apr 21, 2019
Commits on Apr 19, 2019
  1. TST: Ignore irrelevant/expected test errors

    kernc committed Apr 19, 2019
Commits on Apr 4, 2019
  1. MNT: Update typing for updated mypy, typed-ast

    kernc committed Apr 4, 2019

Seeing something unexpected? Take a look at the GitHub commits guide.

You can’t perform that action at this time.