summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/gen_ref.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ext/gen_ref.py b/doc/ext/gen_ref.py
index f3ea677..f8560b3 100644
--- a/doc/ext/gen_ref.py
+++ b/doc/ext/gen_ref.py
@@ -52,8 +52,3 @@ def gen_ref(ver, title, names):
% {"title": name.capitalize(),
"signs": "=" * len(name),
"pkg": pkg, "name": name})
-
-gen_ref("", "Client Reference", ["client", "exc"])
-gen_ref("v1", "Version 1 API Reference",
- ["stacks", "resources", "events", "actions",
- "software_configs", "software_deployments"])