Skip to content
Permalink
Branch: master
Commits on May 3, 2019
  1. DOC: Update README.md, mention type hints

    kernc committed May 3, 2019
  2. MNT: Update changelog for 0.6.0

    kernc committed May 3, 2019
  3. Merge pull request #62 from kernc/new_import

    kernc committed May 3, 2019
    Improved module importing / support for namespace packages
  4. BUG: Resolve `.. include::` directive already in Doc.docstring

    kernc committed May 3, 2019
    Otherwise `pdoc.html_helpers.extract_toc()` doesn't work.
    
    Refs: eda27f3
  5. BUG: Don't put non-str in sys.path

    kernc committed May 3, 2019
    Even as documented that other types are ignored [1],
    it seemed to break on other versions of Python [2].
    
    [1]: https://docs.python.org/3/library/sys.html#sys.path
    [2]: https://travis-ci.org/pdoc3/pdoc/jobs/527591043#L218-L270
  6. REF: Only reload modules when in --http mode

    kernc committed May 3, 2019
    Maybe avoids problems with modules whose importing
    has side effects.
  7. API: New better module import / support for namespace packages

    kernc committed May 3, 2019
    Breaks CLI behavior when modules specified as file paths:
    Previously full relative path was considered module path,
    now only the basename is.
    Thus some tests break.
Commits on May 2, 2019
  1. TST: Init class variables in setUpClass method

    kernc committed May 2, 2019
    For easier debugging with breakpoints not stopping
    where not needed.
  2. MNT: Lint markdown files

    kernc committed May 2, 2019
Commits on May 1, 2019
  1. REF: Remove redundant escape backslashes from documentation.md

    kernc committed May 1, 2019
    No longer required since the content is no longer
    a Python string.
    
    Refs:
    * eda27f3
    * #57
  2. BUG: Add return type annotations in text & pdf templates

    kernc committed May 1, 2019
    What was left out in 4faccce
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
Older
You can’t perform that action at this time.