Since nbdev 2.4.7 (which moved documentation rendering to fastcore via PR #1536), the parameter tables that used to display function arguments, types, defaults, and descriptions are no longer rendering in generated documentation. In addition function code is shown even though #| export and not #| exports is used
This issue can be observed for example on fastcore or claudette documentation.
Environment:
- nbdev version: 2.4.7+
- fastcore version: 1.11.2
Related:
- nbdev PR #1536. Moved docments rendering to fastcore. Not sure if this is the source of the bug.
Since nbdev 2.4.7 (which moved documentation rendering to fastcore via PR #1536), the parameter tables that used to display function arguments, types, defaults, and descriptions are no longer rendering in generated documentation. In addition function code is shown even though
#| exportand not#| exportsis usedThis issue can be observed for example on fastcore or claudette documentation.
Environment:
Related: