-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added documentation for datasets #280
Conversation
- Allow to add other types of entries to the triplestore that are not datasets. Ex: samples, models, instruments, people, projects... - Renamed list_data_iris() to search_iris(). It can now be use to search for all types of entries. - Renamed prepare() to as_jsonld() and made it part of the public API
For more information, see https://pre-commit.ci
Co-authored-by: Tor S. Haugland <torshaugland@gmail.com>
Co-authored-by: Tor S. Haugland <torshaugland@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #280 +/- ##
==========================================
+ Coverage 78.69% 79.18% +0.49%
==========================================
Files 21 21
Lines 2229 2263 +34
==========================================
+ Hits 1754 1792 +38
+ Misses 475 471 -4 ☔ View full report in Codecov by Sentry. |
For more information, see https://pre-commit.ci
…t.json to match the order in datadoc-keywords.md
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.
Mostly improved documentation. I think a link to JSON-LD playground would be nice in the customization part. I'll let you decide if you want to commit these changes before merging.
I did not read all the descriptions for the pre-defined keywords in detail, but a quick glance and they look reasonable. Includes a new function openfile (to open over http) and corresponding test.
Co-authored-by: Tor S. Haugland <torshaugland@gmail.com>
Co-authored-by: Tor S. Haugland <torshaugland@gmail.com>
For more information, see https://pre-commit.ci
Description
Added documentation for datasets. Other changes:
backends
intripper.__init__.py
to avoid pytest failing withRuntimeError: dictionary changed size during iteration
when collectingtripper.__init__.py
.The documentation can be checked locally with:
Builds on top of PR #279
Type of change
Checklist for the reviewer
This checklist should be used as a help for the reviewer.