mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
14 lines
316 B
HTML
14 lines
316 B
HTML
|
{#
|
||
|
basic/localtoc.html
|
||
|
~~~~~~~~~~~~~~~~~~~
|
||
|
|
||
|
Sphinx sidebar template: local table of contents.
|
||
|
|
||
|
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
|
||
|
:license: BSD, see LICENSE for details.
|
||
|
#}
|
||
|
<div>
|
||
|
<h4><a href="{{ pathto(master_doc)|e }}">{{ _('Sections') }}</a></h4>
|
||
|
{{ toc }}
|
||
|
</div>
|