Clay Lenhart
Clay Lenhart
I like that structure. I'd also add a top-level "Getting Started" page which runs through installing via pip and running yamltodb with a sample yaml file. The single-file/multiple-files adds complications...
If we move the pages around, we'll probably want to redirect the old URLs to new ones. This page describes how to do it. From what I can tell, we'd...
I've got a start on it here: pyrseasclay dot readthedocs dot io (I don't want it indexed by google) I'd like to rename the index.rst page to be "Overview", and...
Looks like ReadTheDocs doesn't allow the index page to reference itself, so I'm thinking about duplicating some of the content into the Overview/Features page. Not completely sure about this though....
Do you prefer multiple PRs? I feel there's more to do. I think a command prompt makes it clearer what users should do. Would a Linux prompt be better, for...
Looks like I've updated the PR unintentionally. I'm not a regular PR user, so this is just due to ignorance. I'd still like to add a Reference section under User...
Agreed, plain $ is better -- for me it removes the text clutter. I haven't completely decided how to document the yaml, but definitely will have lots of yaml examples....
It’s all about the yaml ;) I can right-click on a yaml file (a table for example) and see the git history of all the changes I’ve hand modified from...
Microsoft has a similar product as yours, SSDT, and they also don't have pre & post SQL scripts. They went down a route that they called refactor log which I...
I see why you want to talk about dbtoyaml first - it's what you envision users to do. dbaugment: "you specify them in a separate file that can be merged...