diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-20 09:01:05 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-20 09:01:05 +0200 |
commit | 5292ffb366f97e4dc611dfd49a1dca7d1e934f4c (patch) | |
tree | 220659b39e0e5384504de3c63bbff003ad50eec2 /docs/gl_objects/namespaces.py | |
parent | 2c342372814bbac2203d7b4c0f2cd32541bab979 (diff) | |
download | gitlab-5292ffb366f97e4dc611dfd49a1dca7d1e934f4c.tar.gz |
[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
Diffstat (limited to 'docs/gl_objects/namespaces.py')
-rw-r--r-- | docs/gl_objects/namespaces.py | 7 |
1 files changed, 0 insertions, 7 deletions
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 |