We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473a063 commit 4a2fc11Copy full SHA for 4a2fc11
2 files changed
docs/api/locator.rst
@@ -3,4 +3,3 @@ Locator
3
4
.. automodule:: nxt.locator
5
:members:
6
- :member-order: bysource
docs/conf.py
@@ -60,3 +60,7 @@
60
html_logo = "../logo.svg"
61
html_favicon = "favicon.ico"
62
html_copy_source = False
63
+
64
+# -- Options for autodoc -----------------------------------------------------
65
66
+autodoc_member_order = "bysource"
0 commit comments