You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/01/12 00:51:02 UTC

[29/32] git commit: apidoc: Remove api discovery from toc

apidoc: Remove api discovery from toc

Based on eb40d2337e0ae10876a27dfbc22575be8e9d593d

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/66514c00
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/66514c00
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/66514c00

Branch: refs/heads/api_limit
Commit: 66514c00efad5c93a2b0996f1e79222cbff9bd48
Parents: 2b3084b
Author: Rohit Yadav <bh...@apache.org>
Authored: Fri Jan 11 09:45:04 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Fri Jan 11 09:46:18 2013 -0800

----------------------------------------------------------------------
 tools/apidoc/gen_toc.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/66514c00/tools/apidoc/gen_toc.py
----------------------------------------------------------------------
diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py
index 7739aea..0b281a2 100644
--- a/tools/apidoc/gen_toc.py
+++ b/tools/apidoc/gen_toc.py
@@ -129,7 +129,6 @@ known_categories = {
     'AutoScale': 'AutoScale',
     'Counter': 'AutoScale',
     'Condition': 'AutoScale',
-    'Api': 'API Discovery',
     }