mkautodoc
mkautodoc copied to clipboard
Auto documentation for MkDocs 📘
With markdown installed in version 3.4 or newer, `import mkautodoc` fails with ``` ImportError: cannot import name 'etree' from 'markdown.util' ``` The `markdown.util.etree` import has been deprecated since version 3.0...
Hello, looking at the code, it doesnt appear you declared any explicit copyright (as in a pair of and ) for this project, and even the specified license, `BSD`, is...
This MR does two things * converts tests to take in readible HTML strings, and compares by parsing and asserting the same elements exist with the same attributes and text...
Hello, Your project seems interesting but I don't see any reference to the style of Python docstring you can use like NumPy or Google... Did I miss something? Thanks!
Hello, thanks for wonderful tool! [Prettier](https://prettier.io/) is a very popular pretty printer tool. It could be used to format javascript, yaml, markdown, and a lot more file formats. Unfortunately, it...
Hi, I'm working on a library using [trio](https://trio.readthedocs.io/en/stable/) and when I want to build the documentation, I have the bad surprise that the backend is not supported. My environment: Ubuntu...
Hi @tomchristie! I'm finding the mkdocs ecosystem of packages to be quite a joy to use, and yours is part of it too! I've been doing just a trial-run seeing...
For the life of me I cannot get tables to render; is that a known issue?
Suggested in https://github.com/encode/httpx/pull/464#issuecomment-541045025 Preview: ```python self.auth = auth self._params = QueryParams(params) self._headers = Headers(headers) self._cookies = Cookies(cookies) self.max_redirects = max_redirects #: The dispatcher. #: A second line of comments. self.dispatch...