@@ -5,7 +5,7 @@ site_name: Federated Learning Demonstrator
55
66repo_name : fl-demonstrator
77repo_url : https://github.com/DLR-KI/fl-demonstrator
8- # edit_uri: blob /main/docs/
8+ edit_uri : edit /main/docs/
99
1010theme :
1111 name : material
@@ -46,8 +46,9 @@ markdown_extensions:
4646 permalink : true
4747 - pymdownx.arithmatex :
4848 generic : true
49- # - pymdownx.blocks.tab:
50- # alternate_style: true
49+ - pymdownx.blocks.details
50+ - pymdownx.blocks.tab :
51+ alternate_style : true
5152 - pymdownx.details
5253 - pymdownx.emoji :
5354 emoji_index : !!python/name:material.extensions.emoji.twemoji
@@ -63,28 +64,71 @@ markdown_extensions:
6364
6465plugins :
6566 - search
66- - portray
67+ - coverage :
68+ html_report_dir : build/htmlcov
69+ # - autorefs
70+ - api-autonav :
71+ # https://github.com/tlambert03/mkdocs-api-autonav?tab=readme-ov-file#configuration
72+ modules : ["fl_server", "fl_server_ai", "fl_server_api", "fl_server_core"]
73+ exclude_private : true
74+ - mkdocstrings :
75+ enabled : !ENV [MKDOCSTRINGS_ENABLED, true]
76+ handlers :
77+ python :
78+ inventories :
79+ - url : https://docs.python.org/3/objects.inv
80+ domains : [std, py]
81+ - https://typing-extensions.readthedocs.io/en/latest/objects.inv
82+ options :
83+ # https://mkdocstrings.github.io/python/usage/configuration/general/
84+ # general
85+ backlinks : tree
86+ show_inheritance_diagram : true
87+ # headings
88+ heading_level : 2
89+ parameter_headings : true
90+ show_root_heading : true
91+ show_category_heading : true
92+ show_symbol_type_heading : true
93+ show_symbol_type_toc : true
94+ # members
95+ summary : true
96+ # docstring
97+ # docstring_style: google
98+ # docstring_section_style: table
99+ show_if_no_docstring : true
100+ # signatures
101+ line_length : 80
102+ modernize_annotations : true
103+ show_signature_annotations : true
104+ separate_signature : true
105+ show_overloads : true
106+ signature_crossrefs : true
107+ - minify :
108+ minify_html : !ENV [DEPLOY, false]
109+ htmlmin_opts :
110+ remove_comments : true
67111
68112extra :
69113 social :
70114 - icon : dlr-logo
71115 link : https://www.dlr.de/en
72116 - icon : dlr-ki
73- link : https://www.dlr.de/ki/en
117+ link : https://www.dlr.de/en/ki
74118 - icon : fontawesome/brands/square-github
75- link : https://github.com/DLR-KI/fl-demonstrator
119+ link : https://github.com/DLR-KI
76120
77121extra_javascript :
78- - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7 /katex.min.js
79- - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7 /contrib/auto-render.min.js
122+ - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9 /katex.min.js
123+ - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9 /contrib/auto-render.min.js
80124 - javascripts/katex.js
81125
82126extra_css :
83- - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7 /katex.min.css
127+ - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9 /katex.min.css
84128 - styles/style.css
85129
86130copyright : |
87- © 2024
131+ © 2026
88132 <a href="https://www.dlr.de/en/ki/about-us/departments/algorithms-hybrid-solutions" target="_blank" rel="noopener">
89133 DLR KI ALG
90134 </a>
0 commit comments