File: test_config_options_myst_.md

package info (click to toggle)
python-sphinx-autodoc2 0.5.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,284 kB
  • sloc: python: 3,415; xml: 72; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (2)
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
```
````