Mkdoc plugin to autodoc your numpy docstring
Project description
NumKdoc
NumKdoc is a plugin for Mkdoc allowing you to automatically generate documentation from your Numpy style docstring, by making a simple call to classes.
This project is not maintained, and the parsing is not complete. It is based on the NumpyDoc parser.
Quick start
If you want to try this plugin as-it-is, follow these steps:
-
Download this repo and (eventually) unzip it in a folder
-
Inside the project folder, execute the command
python setup.py develop
to install the plugin on your local machine. -
Go to your mkdocs project folder, edit the
mkdocs.yml
file and add these few lines at the end:plugins: - numkdoc
That's it.
Now you can call the parsing of a class using the tag {{ module.ClassName }}
,
Numkdoc will automatically substitue that tag with the class documentation.
Example
For example, you could edit the docs/api/core.md
file and insert the tag in any place, like this:
# Core Api
[...]
{{ src.module.Class }}
[...]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Numkdoc-0.2.tar.gz
.
File metadata
- Download URL: Numkdoc-0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f823d70fecfa9cf9790e1bd2616ce534c8afe481a4dfdda27267481a54728f0d |
|
MD5 | d349b4a5e81048897eed8c0fa8c4ddfd |
|
BLAKE2b-256 | f3d6f21965a124e5fadaf2110927200d00c5d1d906eca6c67d224297980fb69f |