An open API service indexing awesome lists of open source software.

https://github.com/chrisjsewell/sqla-tutorials-nb

The SQLAlchemy tutorial, using notebooks!
https://github.com/chrisjsewell/sqla-tutorials-nb

sqlalchemy tutorial

Last synced: 3 months ago
JSON representation

The SQLAlchemy tutorial, using notebooks!

Awesome Lists containing this project

README

          

# SQLAlchemy Tutorial

The SQLAlchemy tutorial, using notebooks!

This content is adapted from , using sqlalchemy v1.4.22 (SHA: 044d951ea46cfa405ad9cae4319d6d44afda527a)

- Convert RST to MyST with [rst-to-myst](https://github.com/executablebooks/rst-to-myst)
- `rst2myst convert -R doc/build/tutorial/*`
- Remove content above top-header in each file
- Replace inter-sphinx references

## Development

To build the documentation, simply run [tox](https://tox.readthedocs.io/en/latest/).

## TODO

- targets uses `-` but refs used `_` and myst-parser didn't like this.
- `rst-class` in `eval-rst` causes failure, unhandled pending node.
- Better code hiding (title dropdown)