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!
- Host: GitHub
- URL: https://github.com/chrisjsewell/sqla-tutorials-nb
- Owner: chrisjsewell
- License: mit
- Created: 2021-10-03T19:04:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T01:44:28.000Z (over 4 years ago)
- Last Synced: 2025-03-25T05:35:05.664Z (about 1 year ago)
- Topics: sqlalchemy, tutorial
- Homepage: https://sqla-tutorials-nb.readthedocs.io/
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)