File: test_config_options_myst_.md

package info (click to toggle)
python-sphinx-autodoc2 0.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,268 kB
  • sloc: python: 3,407; xml: 72; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
````{py:function} func(a: str, b: int) -> package.a.c.ac1
:canonical: package.func
:noindex:

```{autodoc2-docstring} package.func
```
````