-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update docs frontpage to show mapping metadata and examples at a glance #393
Conversation
I want to review this but the $ make gendoc
cp -rf src/docs/* docs ; \
poetry run gen-doc -d docs src/sssom_schema/schema/sssom_schema.yaml --template-directory src/doc-templates --index-name linkml-index
Command not found: gen-doc
make: *** [gendoc] Error 1 I tried a couple other things but I am not very good with makefiles and it's not really clear what to do in what order. |
Poetry install? |
Here is the generated markdown: Anything else you want to see? |
This gets the job done nicely, thanks |
The content LGTM, I don't know enough about the jinjinate stuff to comment but I'm sure it's fine |
Resolves #392
This PR updates the front page to show at a glance the mapping level metadata fields, and a better view of a SSSOM example table.
docs/
have been added/updated if necessarymake test
has been run locally