Skip to content

Commit f88842f

Browse files
authored
Remove page local TOC (#75)
1 parent 882fa04 commit f88842f

File tree

5 files changed

+3
-31
lines changed

5 files changed

+3
-31
lines changed

docs/appendices/index.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/connect.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Connect to CrateDB using the :ref:`CrateDB Npgsql Plugin <index>`.
1414
This software is a legacy plugin for older versions of CrateDB that lacked
1515
full compatibility with Npgsql.
1616

17-
.. rubric:: Table of contents
18-
19-
.. contents::
20-
:local:
2117

2218
Setup
2319
=====
@@ -66,7 +62,7 @@ Use the standard `Npgsql documentation`_ for the rest of your setup process.
6662

6763
.. SEEALSO::
6864

69-
The plugin :ref:`data-types` appendix.
65+
The plugin :ref:`data-types`.
7066

7167
.. _connection string parameters: https://www.npgsql.org/doc/connection-string-parameters.html
7268
.. _DatabaseInfoFactory: https://www.npgsql.org/doc/api/Npgsql.Internal.NpgsqlDatabaseInfo.html
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
Data types
55
==========
66

7-
.. rubric:: Table of contents
8-
9-
.. contents::
10-
:local:
11-
127
.. _objects:
138

149
Objects

docs/getting-started.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Install and get started with the :ref:`CrateDB Npgsql Plugin <index>`.
1414
This software is a legacy plugin for older versions of CrateDB that lacked
1515
full compatibility with Npgsql.
1616

17-
.. rubric:: Table of contents
18-
19-
.. contents::
20-
:local:
2117

2218
Install
2319
=======

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ demonstration program for using CrateDB with vanilla Npgsql`_.
2222
.. rubric:: Table of contents
2323

2424
.. toctree::
25-
:maxdepth: 2
25+
:maxdepth: 1
2626

2727
getting-started
2828
connect
29-
appendices/index
29+
data-types
3030

3131
.. SEEALSO::
3232

0 commit comments

Comments
 (0)