File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ icon : fontawesome/solid/code
3+ ---
4+
5+ # API
6+
7+ ## Core
8+
9+ ::: mkdocs_rss_plugin.plugin.GitRssPlugin
10+
11+ ----
12+
13+ ::: mkdocs_rss_plugin.config.RssPluginConfig
14+
15+ ----
16+
17+ ::: mkdocs_rss_plugin.constants
18+
19+ ----
20+
21+ ::: mkdocs_rss_plugin.models.PageInformation
22+
23+ ----
24+
25+ ::: mkdocs_rss_plugin.util.Util
26+
27+ ## Integrations
28+
29+ ::: mkdocs_rss_plugin.integrations.theme_material_social_plugin.IntegrationMaterialSocialCards
Original file line number Diff line number Diff line change 5757 - configuration.md
5858 - integrations.md
5959 - Contributing : contributing.md
60+ - API : api.md
6061 - Changelog : changelog.md
6162
6263plugins :
@@ -79,6 +80,20 @@ plugins:
7980 minify_html : true
8081 htmlmin_opts :
8182 remove_comments : true
83+ - mkdocstrings :
84+ enabled : !ENV [MKDOCS_ENABLE_PLUGIN_MKDOCSTRINGS, true]
85+ default_handler : python
86+ handlers :
87+ python :
88+ options :
89+ docstring_style : google
90+ heading_level : 3
91+ ignore_init_summary : false
92+ show_source : false
93+ merge_init_into_class : true
94+ paths : [.]
95+ show_root_heading : true
96+
8297 - privacy :
8398 enabled : !ENV [MKDOCS_ENABLE_PLUGIN_PRIVACY, true]
8499 cache_dir :
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ mkdocs-git-committers-plugin-2>=1.2,<1.3
55mkdocs-git-revision-date-localized-plugin>=1,<1.3
66mkdocs-material[imaging]>=9.5.1,<10
77mkdocs-minify-plugin==0.7.*
8+ mkdocstrings[python]>=0.18,<1
89termynal>=0.11.1,<0.12
You can’t perform that action at this time.
0 commit comments