-
Notifications
You must be signed in to change notification settings - Fork 0
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: 📝 revise package guide to "local-first" #1109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. I have some suggestions and questions 😁
docs/guide/packages.qmd
Outdated
|
||
With that in mind, let's make our first data package! A data package | ||
always needs a `datapackage.json` file. This file contains a set of | ||
properties, or metadata, about the data package and, eventually, about |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the first mention of properties here, we could include a link to the glossary/definition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, I want to make that glossary repo and than go through all our repos and link to the glossary. But that's later since we don't have that set up yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, you could add a link to the glossary we currently have?
Co-authored-by: Signe Kirk Brødbæk <40836345+signekb@users.noreply.github.com>
updated_package_properties = sp.edit_package_properties( | ||
path=package_path, | ||
sp.edit_package_properties( | ||
path=sp.path_properties(path=package_path), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realized this doesn't build now because it depends on #1114
Description
To match our "local-first" approach.
Closes #1086
This PR needs an in-depth review.
Checklist
just run-all