Skip to content

Commit a5951d3

Browse files
committed
Update docs workflow triggers and refine gaussdb project description
1 parent 9b62974 commit a5951d3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/docs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Build documentation
22

33
on:
4-
# push:
5-
# branches:
6-
# # This should match the DOC3_BRANCH value in the gaussdb-website Makefile
7-
# - master
8-
# pull_request:
9-
workflow_dispatch:
4+
push:
5+
# This should disable running the workflow on tags, according to the
6+
# on.<push|pull_request>.<branches|tags> GitHub Actions docs.
7+
branches:
8+
- "*"
9+
pull_request:
10+
workflow_dispatch:
1011

1112

1213
concurrency:

docs/index.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
===================================================
2-
gaussdb -- PostgreSQL database adapter for Python
2+
gaussdb -- GaussDB database adapter for Python
33
===================================================
44

5-
gaussdb is a newly designed PostgreSQL_ database adapter for the Python_
5+
gaussdb is a newly designed GaussDB database adapter for the Python_
66
programming language.
77

88
gaussdb presents a familiar interface for everyone who has used
9-
`GaussDB 2`_ or any other `DB-API 2.0`_ database adapter, but allows to use
10-
more modern PostgreSQL and Python features, such as:
9+
`Psycopg 3`_ or any other `DB-API 2.0`_ database adapter, but allows to use
10+
more modern GaussDB and Python features, such as:
1111

1212
- :ref:`Asynchronous support <async>`
1313
- :ref:`COPY support from Python objects <copy>`
@@ -20,8 +20,7 @@ more modern PostgreSQL and Python features, such as:
2020
- :ref:`Direct access to the libpq functionalities <gaussdb.pq>`
2121

2222
.. _Python: https://www.python.org/
23-
.. _PostgreSQL: https://www.postgresql.org/
24-
.. _GaussDB 2: https://www.gaussdb.org/docs/
23+
.. _Psycopg 3: https://github.com/psycopg/psycopg
2524
.. _DB-API 2.0: https://www.python.org/dev/peps/pep-0249/
2625

2726

0 commit comments

Comments
 (0)