-
First of all, I'm sorry that this is not the question related to the library itself, but rather the documentation inside this repository. Your documentation look awesome and I would like to build similar thing for my private personal project with mkdocs. But when I see the code, I couldn't find anything specific on how the API documentation is generated from the source. So.. does the API documentation here is generated by mkdocs and/or its plugin from the source documentation? Or is it completely written and maintained by hand? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, the docs are created with mkdocs and https://squidfunk.github.io/mkdocs-material/. To build, run the following in the make install_venv
make serve This will start a local web server and you can visit http://127.0.0.1:8000/ to browse the documentation. The relevant Markdown files are in Let me know if you need any support. |
Beta Was this translation helpful? Give feedback.
Oh sorry. Yes, they are created manually.