Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation using ReadTheDocs and MyST #7

Closed
simonw opened this issue Nov 23, 2022 · 2 comments
Closed

Documentation using ReadTheDocs and MyST #7

simonw opened this issue Nov 23, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Nov 23, 2022

I can use the same setup as shot-scraper: https://shot-scraper.datasette.io/en/stable/ / https://github.com/simonw/shot-scraper/tree/main/docs

@simonw simonw added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 23, 2022
@simonw
Copy link
Owner Author

simonw commented Jul 17, 2023

I just made this change:

def get_config_dir():
return pathlib.Path(click.get_app_dir("io.datasette.dclient"))

So having dclient.datasette.io is a good idea as it makes that a bit more self-documenting.

simonw added a commit that referenced this issue Jul 17, 2023
simonw added a commit that referenced this issue Jul 17, 2023
@simonw
Copy link
Owner Author

simonw commented Jul 17, 2023

Now live at https://dclient.datasette.io/

@simonw simonw closed this as completed Jul 17, 2023
simonw added a commit that referenced this issue Jul 19, 2023
simonw added a commit that referenced this issue Jul 24, 2023
* Move making queries to own page, refs #7
* Documentation for the dclient insert feature, refs #8
* Implemented progress bar for insert, refs #8
* --pk option
* --ignore and --replace for insert, refs #8
* --batch-size option, refs #8
* First insert test, using a mock - refs #8
* insert test that exercises against an in-memory Datasette instance, refs #8
* Insert tests now cover an error case, refs #8
* Tests for --ignore and --replace, refs #8
* Tests for different formats, refs #8
* Test for --no-detect-types
* Support for --encoding, refs #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant