-
I currently use the following script in a parent directory:
```
cd $1
make docs
mv docs ..
git stash
git checkout docs
rm -rf book .vscode src math script install ex_data Doxyfile .clang-format…
-
### Describe the bug
I already [brought this up a while ago](https://github.com/orgs/primefaces/discussions/2175), that an (semi)-automated checking of the typescript code in the documentation is fea…
-
* SHARC version:
* Python version:
* Operating System:
### Description
All possible parameters are described in a .ini file in the same directory {input} as parameters.yaml file. This may be c…
-
https://hono.dev/examples/zod-openapi we already use zod so it's a no brainer
-
All modules in the source code should be added to the sphinx documentation automatically.
-
Currently, the protocol contract documentation is maintained manually. However, this is not ideal because it can get out of sync with changes in the code base, and there is delayed feedback for the de…
aiman updated
1 month ago
-
Title says it all.
https://pdoc3.github.io
Is apparently a little bit more lightweight than sphinx...
-
We're providing PDF documentation that's build from Markdown and DOCX files.
Currently, we're building it manually.
It could be build automatically as part of the [release workflow](https://github.c…
-
A pretty useful feature Typer [has](https://typer.tiangolo.com/tutorial/typer-command/#generate-docs) is automatic documentation generation. It's really helpful to have this as part of `pre-commit` ho…
-
Currently you can carelessly throw exceptions without any documentation for the client unless you manually write `` doc tags above the method. I suggest to automate this so that all potential excepti…