Re: [sqlalchemy] Documentation options

2019-03-29 Thread Rich Shepard
On Fri, 29 Mar 2019, Mike Bayer wrote: I'd prefer any code samples are shared on-list here for the benefit of all to see, thanks. Mike, I was unsure about the proper protocol. I'll post the module here Real Soon Now. Thanks, Rich -- SQLAlchemy - The Python SQL Toolkit and Object

Re: [sqlalchemy] Documentation options

2019-03-29 Thread Mike Bayer
On Tue, Mar 26, 2019 at 6:28 PM Rich Shepard wrote: > > On Thu, 21 Mar 2019, Mike Bayer wrote: > > > sounds like automap: > > https://docs.sqlalchemy.org/en/latest/orm/extensions/automap.html > > Mike, > > May I send you models.py (off the mail list) to check that I have correctly > applied

Re: [sqlalchemy] Documentation options

2019-03-26 Thread Rich Shepard
On Thu, 21 Mar 2019, Mike Bayer wrote: sounds like automap: https://docs.sqlalchemy.org/en/latest/orm/extensions/automap.html Mike, May I send you models.py (off the mail list) to check that I have correctly applied automap? TIA, Rich -- SQLAlchemy - The Python SQL Toolkit and Object

Re: [sqlalchemy] Documentation options

2019-03-21 Thread Mike Bayer
On Thu, Mar 21, 2019 at 7:01 PM Rich Shepard wrote: > > On Thu, 21 Mar 2019, Mike Bayer wrote: > > > sounds like automap: > > https://docs.sqlalchemy.org/en/latest/orm/extensions/automap.html > > Mike, > > While this does not look familiar, I'll carefully read the page again until > I really

Re: [sqlalchemy] Documentation options

2019-03-21 Thread Rich Shepard
On Thu, 21 Mar 2019, Mike Bayer wrote: sounds like automap: https://docs.sqlalchemy.org/en/latest/orm/extensions/automap.html Mike, While this does not look familiar, I'll carefully read the page again until I really understand it. Now, model.py contains classes for each table in the

Re: [sqlalchemy] Documentation options

2019-03-21 Thread Mike Bayer
sounds like automap: https://docs.sqlalchemy.org/en/latest/orm/extensions/automap.html On Thu, Mar 21, 2019 at 6:07 PM Rich Shepard wrote: > > On Thu, 21 Mar 2019, Mike Bayer wrote: > > > oh sure, I meant it uses up an enormous amount of memory / CPU to build > > the PDF. it looks terrible too

Re: [sqlalchemy] Documentation options

2019-03-21 Thread Rich Shepard
On Thu, 21 Mar 2019, Mike Bayer wrote: oh sure, I meant it uses up an enormous amount of memory / CPU to build the PDF. it looks terrible too because sphinx's templates aren't very good, plus SQLAlchemy's docs have a bunch of custom things going on that format even more badly. Mike, Okay.

Re: [sqlalchemy] Documentation options

2019-03-21 Thread Mike Bayer
On Thu, Mar 21, 2019 at 5:11 PM Rich Shepard wrote: > > On Thu, 21 Mar 2019, Mike Bayer wrote: > > > not currently, however you can do a sphinx pdf build yourself if you > > feel like installing LaTeX, > > Mike, > > I write > 90% of my documents using LaTeX (with the LyX GUI front end). > Sphinx

Re: [sqlalchemy] Documentation options

2019-03-21 Thread Rich Shepard
On Thu, 21 Mar 2019, Mike Bayer wrote: not currently, however you can do a sphinx pdf build yourself if you feel like installing LaTeX, Mike, I write > 90% of my documents using LaTeX (with the LyX GUI front end). Sphinx is a new one for me so I'll go look at it. unfortunately SQLAlchemy's

Re: [sqlalchemy] Documentation options

2019-03-21 Thread Mike Bayer
On Thu, Mar 21, 2019 at 4:20 PM Rich Shepard wrote: > > Are there PDF versions of the docs available for downloading and reading? I > don't find an answer on the web site. not currently, however you can do a sphinx pdf build yourself if you feel like installing LaTeX, there also seems to be some