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

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

You can’t perform that action at this time.