Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs/appendices/index.rst

This file was deleted.

6 changes: 1 addition & 5 deletions docs/connect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ Connect to CrateDB using the :ref:`CrateDB Npgsql Plugin <index>`.
This software is a legacy plugin for older versions of CrateDB that lacked
full compatibility with Npgsql.

.. rubric:: Table of contents

.. contents::
:local:

Setup
=====
Expand Down Expand Up @@ -66,7 +62,7 @@ Use the standard `Npgsql documentation`_ for the rest of your setup process.

.. SEEALSO::

The plugin :ref:`data-types` appendix.
The plugin :ref:`data-types`.

.. _connection string parameters: https://www.npgsql.org/doc/connection-string-parameters.html
.. _DatabaseInfoFactory: https://www.npgsql.org/doc/api/Npgsql.Internal.NpgsqlDatabaseInfo.html
Expand Down
5 changes: 0 additions & 5 deletions docs/appendices/data-types.rst → docs/data-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
Data types
==========

.. rubric:: Table of contents

.. contents::
:local:

.. _objects:

Objects
Expand Down
4 changes: 0 additions & 4 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ Install and get started with the :ref:`CrateDB Npgsql Plugin <index>`.
This software is a legacy plugin for older versions of CrateDB that lacked
full compatibility with Npgsql.

.. rubric:: Table of contents

.. contents::
:local:

Install
=======
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ demonstration program for using CrateDB with vanilla Npgsql`_.
.. rubric:: Table of contents

.. toctree::
:maxdepth: 2
:maxdepth: 1

getting-started
connect
appendices/index
data-types

.. SEEALSO::

Expand Down
Loading