From 5292ffb366f97e4dc611dfd49a1dca7d1e934f4c Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 20 May 2018 09:01:05 +0200 Subject: [docs] Rework the examples pages * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things --- docs/gl_objects/namespaces.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docs/gl_objects/namespaces.py (limited to 'docs/gl_objects/namespaces.py') diff --git a/docs/gl_objects/namespaces.py b/docs/gl_objects/namespaces.py deleted file mode 100644 index fe50697..0000000 --- a/docs/gl_objects/namespaces.py +++ /dev/null @@ -1,7 +0,0 @@ -# list -namespaces = gl.namespaces.list() -# end list - -# search -namespaces = gl.namespaces.list(search='foo') -# end search -- cgit v1.2.1