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

Docs: Grammar action, satisfaction! First 20 pages. #1817

Merged
merged 5 commits into from
Sep 19, 2024
Merged

Conversation

sh-rp
Copy link
Collaborator

@sh-rp sh-rp commented Sep 16, 2024

Description

Runs our grammar checker on all docs pages

Copy link

netlify bot commented Sep 16, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit 342967c
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66ec248d56279f00081f4e6a
😎 Deploy Preview https://deploy-preview-1817--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


### Table references
You can annotate tables with table references. This feature is coming soon.
You can annotate tables with table references. This feature is coming soon.## Schema settings
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this header moved down here, maybe write a regex to find these kind of occurences

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

change model
fix chunking
fix lint
fix grammar script
add offset limit functionailty for grammar checker
@sh-rp sh-rp changed the title Docs: Grammar action, satisfaction! Docs: Grammar action, satisfaction! First 20 pages. Sep 19, 2024
@@ -33,19 +28,15 @@ using `primary_key`. Use `write_disposition='merge'`.

</div>

The "write disposition" you choose depends on the data set and how you can extract it.
The "write disposition" you choose depends on the dataset and how you can extract it.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a strange change as I think both terms are valid

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use dataset throughout the docs and in the code, so I would say it is good, no?

@@ -155,7 +145,7 @@ def repo_events() -> Iterator[TDataItems]:

# the `table_schema` method gets the table schema generated by a resource and takes an optional
# data item to evaluate dynamic hints
print(repo_events().compute_table_schema({"type": "WatchEvent", id:...}))
print(repo_events().compute_table_schema({"type": "WatchEvent", "id": ...}))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

Copy link
Collaborator

@burnash burnash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work, @sh-rp! Thank you!

@sh-rp sh-rp marked this pull request as ready for review September 19, 2024 14:53
@sh-rp sh-rp merged commit acf1e36 into devel Sep 19, 2024
59 of 61 checks passed
@sh-rp sh-rp deleted the docs/grammar branch September 19, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants