Skip to content

Commit b7328f8

Browse files
committed
Change directive headings and page titles to sentence case
1 parent 03d8ade commit b7328f8

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

docs/appendices/compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Compatibility
55
=============
66

7-
.. rubric:: Table of Contents
7+
.. rubric:: Table of contents
88

99
.. contents::
1010
:local:

docs/appendices/data-types.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.. _data-types:
22

33
==========
4-
Data Types
4+
Data types
55
==========
66

77
The :ref:`Database API client <connect>` and the :ref:`SQLAlchemy dialect
88
<using-sqlalchemy>` use different Python data types. Consult the corresponding
99
section for further information.
1010

11-
.. rubric:: Table of Contents
11+
.. rubric:: Table of contents
1212

1313
.. contents::
1414
:local:

docs/appendices/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Appendices
66

77
Supplementary information for the CrateDB Python client library.
88

9-
.. rubric:: Table of Contents
9+
.. rubric:: Table of contents
1010

1111
.. toctree::
1212
:maxdepth: 2

docs/blobs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Blobs
77
The CrateDB Python client library provides full access to the powerful `blob
88
storage capabilities`_ of your CrateDB cluster.
99

10-
.. rubric:: Table of Contents
10+
.. rubric:: Table of contents
1111

1212
.. contents::
1313
:local:

docs/connect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Connect to CrateDB
1919

2020
For general help using the Database API, consult `PEP 0249`_.
2121

22-
.. rubric:: Table of Contents
22+
.. rubric:: Table of contents
2323

2424
.. contents::
2525
:local:

docs/getting-started.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _getting-started:
22

33
===============
4-
Getting Started
4+
Getting started
55
===============
66

77
Learn how to install and get started the :ref:`CrateDB Python client library
88
<index>`.
99

10-
.. rubric:: Table of Contents
10+
.. rubric:: Table of contents
1111

1212
.. contents::
1313
:local:

docs/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _index:
22

33
=====================
4-
CrateDB Python Client
4+
CrateDB Python client
55
=====================
66

77
A Python client library for `CrateDB`_.
@@ -26,7 +26,7 @@ A :ref:`CrateDB dialect <using-sqlalchemy>` for `SQLAlchemy`_ is also included.
2626
The CrateDB Python client library is an open source project and is `hosted
2727
on GitHub`_.
2828

29-
.. rubric:: Table of Contents
29+
.. rubric:: Table of contents
3030

3131
.. toctree::
3232
:maxdepth: 2

docs/query.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Query CrateDB
1919

2020
For general help using the Database API, consult `PEP 0249`_.
2121

22-
.. rubric:: Table of Contents
22+
.. rubric:: Table of contents
2323

2424
.. contents::
2525
:local:

docs/sqlalchemy.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _using-sqlalchemy:
22

33
============================
4-
Using the SQLAlchemy Dialect
4+
Using the SQLAlchemy dialect
55
============================
66

77
`SQLAlchemy`_ is a popular `Object-Relational Mapping`_ (ORM) tool for Python.
@@ -29,7 +29,7 @@ The CrateDB Python client library works with SQLAlchemy versions ``1.0``,
2929
For general help using SQLAlchemy, consult the `SQLAlchemy tutorial`_ or the
3030
`SQLAlchemy library`_ .
3131

32-
.. rubric:: Table of Contents
32+
.. rubric:: Table of contents
3333

3434
.. contents::
3535
:local:

0 commit comments

Comments
 (0)