File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Ruby) and `node-puppetdbquery
22
22
<https://github.com/dalen/node-puppetdbquery> `__ (in JavaScript/NodeJS).
23
23
24
24
Please see the `pypuppetdbquery documentation
25
- <http://pypuppetdbquery.readthedocs.io/en/latest/?badge=latest > `__ courtesy of
26
- ` Read the Docs <https://readthedocs.org/ >`__ and `Sphinx
25
+ <http://pypuppetdbquery.readthedocs.io/en/latest/> `__ courtesy of ` Read the
26
+ Docs <https://readthedocs.org/> `__ and `Sphinx
27
27
<http://www.sphinx-doc.org/en/stable/> `__.
28
28
29
29
Installation
@@ -66,6 +66,11 @@ Usage Example
66
66
for node in pdb.nodes(query = pdb_ast):
67
67
print (node)
68
68
69
+ For further examples, see the `Examples section
70
+ <http://pypuppetdbquery.readthedocs.io/en/latest/examples.html> `__ of the
71
+ `pypuppetdbquery documentation
72
+ <http://pypuppetdbquery.readthedocs.io/en/latest/> `__.
73
+
69
74
License
70
75
-------
71
76
You can’t perform that action at this time.
0 commit comments