Skip to content

Commit ad70fa9

Browse files
committed
Update README to point at documentation examples section
1 parent a4a20b2 commit ad70fa9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Ruby) and `node-puppetdbquery
2222
<https://github.com/dalen/node-puppetdbquery>`__ (in JavaScript/NodeJS).
2323

2424
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
2727
<http://www.sphinx-doc.org/en/stable/>`__.
2828

2929
Installation
@@ -66,6 +66,11 @@ Usage Example
6666
for node in pdb.nodes(query=pdb_ast):
6767
print(node)
6868
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+
6974
License
7075
-------
7176

0 commit comments

Comments
 (0)