Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ deploy: all mkd-gh-deploy

compile-sheets:

$(RUN) sheets2linkml --gsheet-id $(SHEET_ID) $(SHEET_TABS) > $(SHEET_MODULE_PATH).tmp && mv $(SHEET_MODULE_PATH).tmp $(SHEET_MODULE_PATH)


# In future this will be done by conversion
gen-examples:
cp src/data/examples/* $(EXAMPLEDIR)
Expand Down
10 changes: 5 additions & 5 deletions examples/Person-001.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Example data object
id: example:Person001
name: foo bar
primary_email: foo.bar@example.com
age_in_years: 33
entries:
- id: P:001
name: fred bloggs
primary_email: fred.bloggs@example.com
age_in_years: 33
Loading