summaryrefslogtreecommitdiffstats
path: root/src/ceph/doc/_templates/smarttoc.html
diff options
context:
space:
mode:
authorQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
committerQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
commit7da45d65be36d36b880cc55c5036e96c24b53f00 (patch)
treed4f944eb4f8f8de50a9a7584ffa408dc3a3185b2 /src/ceph/doc/_templates/smarttoc.html
parent691462d09d0987b47e112d6ee8740375df3c51b2 (diff)
remove ceph code
This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/doc/_templates/smarttoc.html')
-rw-r--r--src/ceph/doc/_templates/smarttoc.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ceph/doc/_templates/smarttoc.html b/src/ceph/doc/_templates/smarttoc.html
deleted file mode 100644
index 8ec60cd..0000000
--- a/src/ceph/doc/_templates/smarttoc.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{#
- Sphinx sidebar template: smart table of contents.
-
- Shows a sidebar ToC that gives you a more global view of the
- documentation, and not the confusing cur/prev/next which is the
- default sidebar.
-
- The ToC will open and collapse automatically to show the part of the
- hierarchy you are in. Top-level items will always be visible.
-
-#}
-<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
-{{ toctree(maxdepth=-1) }}
-
-<!-- ugly kludge to make genindex look like it's part of the toc -->
-<ul style="margin-top: -10px"><li class="toctree-l1"><a class="reference internal" href="{{ pathto('genindex') }}">Index</a></li></ul>