We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2242de commit 9fbb6f7Copy full SHA for 9fbb6f7
docs/index.rst
@@ -38,7 +38,7 @@ Deploy Reference
38
39
.. compound::
40
:doc:`facts`
41
- A list of all facts ``pyinfra`` can gather from hosts, e.g. ``host.fact.os``.
+ A list of all facts ``pyinfra`` can gather from hosts, e.g. ``server.Hostname``.
42
43
44
:doc:`examples`
scripts/generate_facts_docs.py
@@ -79,7 +79,7 @@ def build_facts():
79
if arg != 'self'
80
))
81
82
- title = ':code:`{0}`'.format(name)
+ title = ':code:`{0}.{1}`'.format(module_name, name)
83
lines.append(title)
84
85
# Underline name with -'s for title
0 commit comments