Skip to content

Commit 877ebaa

Browse files
committed
Chore: Update titles and broken links in documentation
1 parent 4a6149d commit 877ebaa

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/crud.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _crud:
22

3-
====================================
4-
Create, retrieve, update, and delete
5-
====================================
3+
===============
4+
CRUD Operations
5+
===============
66

77
This section of the documentation shows how to query, insert, update and delete
88
records using CrateDB's SQLAlchemy integration, it includes common scenarios

docs/dataframe.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ pandas implementation introduced in the previous section.
240240
.. _Dask: https://en.wikipedia.org/wiki/Dask_(software)
241241
.. _DataFrame computing: https://realpython.com/pandas-dataframe/
242242
.. _ETL: https://en.wikipedia.org/wiki/Extract,_transform,_load
243-
.. _insert_dask.py: https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/insert_dask.py
244-
.. _insert_pandas.py: https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/insert_pandas.py
243+
.. _insert_dask.py: https://github.com/crate/cratedb-examples/blob/main/by-dataframe/dask/insert_dask.py
244+
.. _insert_pandas.py: https://github.com/crate/cratedb-examples/blob/main/by-dataframe/pandas/insert_pandas.py
245245
.. _leveling up to 200_000: https://acepor.github.io/2017/08/03/using-chunksize/
246246
.. _NumPy: https://en.wikipedia.org/wiki/NumPy
247247
.. _pandas: https://en.wikipedia.org/wiki/Pandas_(software)

docs/inspection-reflection.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _inspection-reflection:
22

3-
=========================================
4-
Database schema inspection and reflection
5-
=========================================
3+
=========================
4+
Inspection and Reflection
5+
=========================
66

77
This section shows you how to inspect the schema of a database using CrateDB's
88
SQLAlchemy integration.

docs/working-with-types.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _working-with-types:
22

3-
==================================
4-
Working with special CrateDB types
5-
==================================
3+
==========
4+
Data Types
5+
==========
66

77
This section of the documentation shows how to work with special data types
88
from the CrateDB SQLAlchemy dialect. Currently, these are:

0 commit comments

Comments
 (0)