ITADN

Module Docs Should Have Default Key

#337Openryanmrichard 创建于 2024-02-07
good first issue
R
ryanmrichardcommented
AFAIK the module documentation is generated by looping over a `ModuleManager` instance. This means the routine for creating the documentation should also be able to update the documentation with what the default key is for the module, e.g., in ChemCache it would be great if the documentation [page](https://nwchemex.github.io/ChemCache/module_api/NWX_Molecules.html) for the `NWXMolecule` module said the key was `"NWX Molecules"`.
0 条评论