@@ -48,7 +48,7 @@ when it should be `[Section][pytkdocs.parsers.docstrings.Section]`.
4848# # Some objects are not rendered (they do not appear in the generated docs)
4949
5050- Make sure the configuration options of the handler are correct.
51- Check the documentation for [Handlers](handlers/overview .md) to see the available options for each handler.
51+ Check the documentation for [Handlers](usage/handlers .md) to see the available options for each handler.
5252- Also make sure your documentation in your source code is formatted correctly.
5353 For Python code, check the [supported docstring styles](https://mkdocstrings.github.io/python/usage/#supported-docstrings-styles) page.
5454- Re-run the Mkdocs command with `-v`, and carefully read any traceback.
@@ -116,13 +116,13 @@ use this workaround.
116116
117117Please open an ticket on the [bugtracker][bugtracker] with a detailed
118118explanation and screenshots of the bad-looking parts.
119- Note that you can always [customize the look](theming.md) of *mkdocstrings* blocks -- through both HTML and CSS.
119+ Note that you can always [customize the look](usage/ theming.md) of *mkdocstrings* blocks -- through both HTML and CSS.
120120
121121# # Warning: could not find cross-reference target
122122
123123TIP : **New in version 0.15.**
124124Cross-linking used to include any Markdown heading, but now it's only for *mkdocstrings* identifiers by default.
125- See [Cross-references to any Markdown heading](usage.md#cross-references-to-any-markdown-heading) to opt back in.
125+ See [Cross-references to any Markdown heading](usage/index .md#cross-references-to-any-markdown-heading) to opt back in.
126126
127127Make sure the referenced object is properly rendered : verify your configuration options.
128128
0 commit comments