Exclude document titles from local ToCs

This commit is contained in:
Kovid Goyal 2021-05-04 11:19:49 +05:30
parent 80e05319c6
commit 2bc35539f0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
6 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Frequently Asked Questions
.. highlight:: sh .. highlight:: sh
.. contents:: .. contents::
:local:
Some special symbols are rendered small/truncated in kitty? Some special symbols are rendered small/truncated in kitty?
----------------------------------------------------------- -----------------------------------------------------------

View File

@ -46,6 +46,7 @@ Some programs and libraries that use the kitty graphics protocol:
.. contents:: .. contents::
:local:
Getting the window size Getting the window size

View File

@ -76,6 +76,7 @@ See :doc:`Configuring kitty <conf>` for help on configuring |kitty| and
.. contents:: .. contents::
:local:
Design philosophy Design philosophy

View File

@ -26,6 +26,7 @@ Major Features
Screenshot, showing a sample diff Screenshot, showing a sample diff
.. contents:: .. contents::
:local:
Installation Installation

View File

@ -28,6 +28,7 @@ are available use :opt:`enabled_layouts`, the first listed layout becomes
the default. Individual layouts and how to use them are described below. the default. Individual layouts and how to use them are described below.
.. contents:: .. contents::
:local:
The Stack Layout The Stack Layout

View File

@ -16,9 +16,11 @@ is to make it as easy to implement these protocol extensions as possible,
thereby hopefully encouraging their widespread adoption. thereby hopefully encouraging their widespread adoption.
If you wish to discuss these extensions, propose additions/changes to them If you wish to discuss these extensions, propose additions/changes to them
please do so by opening issues in the github bug tracker. please do so by opening issues in the `GitHub
<https://github.com/kovidgoyal/kitty/issues>`_ bug tracker.
.. contents:: .. contents::
:local:
Colored and styled underlines Colored and styled underlines
------------------------------- -------------------------------