sqlalchemyorg / zzzeeksphinx

zzzeek's sphinx layout (used by SQLAlchemy, Mako templaets)
Other
4 stars 4 forks source link

Add dialect version table support #4

Closed CaselIT closed 3 years ago

CaselIT commented 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 image

In the dialect index page it will also generate a summary table like the following image

This table is generated using a new dialect-table directive

See also https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/2585 that uses the new features of the dialect directive

jvanasco commented 3 years ago

Very nice, @CaselIT !

zzzeek commented 3 years ago

wow this all works? amazing!

CaselIT commented 3 years ago

it seems so.

I forgot to bump the version

CaselIT commented 3 years ago

Once you understand a bit the example by sphinx, it's not too hard to do.