File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77nav = mkdocs_gen_files .Nav ()
88
99for path in sorted (Path ("src" ).glob ("**/*.py" )):
10- # if str(path) in exclude:
11- # continue
1210 module_path = path .relative_to ("src" ).with_suffix ("" )
1311 doc_path = path .relative_to ("src" ).with_suffix (".md" )
1412 full_doc_path = Path ("reference" , doc_path )
Original file line number Diff line number Diff line change @@ -66,8 +66,13 @@ plugins:
6666 - docs/gen_ref_nav.py
6767- literate-nav :
6868 nav_file : SUMMARY.md
69+ - section-index
6970- coverage
7071- mkdocstrings :
72+ handlers :
73+ python :
74+ import :
75+ - https://mkdocstrings.github.io/objects.inv
7176 watch :
7277 - src/mkdocstrings
7378
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ docs = [
5555 " mkdocs-gen-files>=0.3" ,
5656 " mkdocs-literate-nav>=0.4" ,
5757 " mkdocs-material>=7.3" ,
58+ " mkdocs-section-index" ,
5859 " mkdocstrings>=0.16" ,
5960 " toml>=0.10" ,
6061]
You can’t perform that action at this time.
0 commit comments