Skip to content

added docs

added docs #113

Workflow file for this run

name: Generate API
on: push
jobs:
generate-api:
runs-on: ubuntu-latest
steps:
- name: Generate sdRDM library
uses: JR-1991/generate-sdrdm-api@main
with:
library_name: pyeed
schema_path: "./specifications/sequence_record.md"
out_dir: "./"
branch: "63-terms-and-external-model-handling"