Closed CaselIT closed 3 years ago
Extend the dialect directive to include the supported versions.
These will the used to generate a table in each dialect page like the following
In the dialect index page it will also generate a summary table like the following
This table is generated using a new dialect-table directive
dialect-table
See also https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/2585 that uses the new features of the dialect directive
Very nice, @CaselIT !
wow this all works? amazing!
it seems so.
I forgot to bump the version
Once you understand a bit the example by sphinx, it's not too hard to do.
Extend the dialect directive to include the supported versions.
These will the used to generate a table in each dialect page like the following
In the dialect index page it will also generate a summary table like the following
This table is generated using a new
dialect-table
directiveSee also https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/2585 that uses the new features of the dialect directive