mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-19 03:54:10 +08:00
da121f013c
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@681 d0cd1f9f-072b-0410-8dd7-cf729c803f20
14 lines
383 B
HTML
14 lines
383 B
HTML
{# -*- mode: jinja-html-mumamo;-*- #}
|
|
{#
|
|
leptonicatheme/globaltoc.html
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Sphinx sidebar template: global table of contents.
|
|
|
|
:copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
|
|
:license: BSD, see LICENSE for details.
|
|
#}
|
|
{# <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3> #}
|
|
{{ toctree(maxdepth=4) }}
|
|
|