File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11name : Build documentation
22
33on :
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
1213concurrency :
Original file line number Diff line number Diff line change 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 _
66programming language.
77
88gaussdb 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
You can’t perform that action at this time.
0 commit comments