Results 76 comments of Tim Vink

Have you thought about how a potential API would look like (pseudo code)?

Try downloading the zip from github instead: ![image](https://user-images.githubusercontent.com/5570380/195120659-28dbc6d0-6d97-4c8c-86ac-555043a468c6.png) Python packages on PyPI often do not contain the tests.

@CarlosVaquero I got the same message. Probably you are running a python version lower than 3.7 (see your version with `python -V`), while `mkapi` supports python 3.7+

> first of all, thank you very much for this plugin. It's working fine! :) Thanks! A list of the last updated pages reminds of an RSS feed. Perhaps [mkdocs-rss-plugin](https://guts.github.io/mkdocs-rss-plugin/)...

Thanks for the example @simbo . I've updated the docs with your example (of course I've credited you as well), hope you don't mind.

Small update, > two years later. Both `mkdocs-git-authors-plugin` and `mkdocs-git-revision-date-localized-plugin` are quite popular, and they have a nice & easy user interface for adding authors and dates respectively. But there...

Note that you can now either: - Set the option `show_email_address` to `false` (https://timvink.github.io/mkdocs-git-authors-plugin/options.html#show_email_address) - Use [theme customization](https://timvink.github.io/mkdocs-git-authors-plugin/usage.html#in-theme-customizations) and the `git_info` variable to customize your site

Hi @fundthmcalculus , I see this PR is stale. Are you able to pick up the last couple of changes? I'd like to make a new release with your changes...

Merged! I will take care of the changes & make a release. Thanks for all the work on this one, will ping you once the release is there.

Exciting implementation, and promising algo when intelligibility is as important as accuracy! Can you share how you are planning to implement missing value support? The [paper](http://www.cs.cornell.edu/~yinlou/papers/lou-kdd13.pdf) does not mention missing...