Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GraphBLAS/binsparse-specification i…
Browse files Browse the repository at this point in the history
…nto wma/links
  • Loading branch information
willow-ahrens committed Sep 13, 2023
2 parents ced7884 + 2978398 commit 589cda8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Minutes from our meetings are available [here](https://hackmd.io/0qzK4fJlQp-78t0

## Specification

The working version of the specification can be found under `spec/latest/index.bs`.
[View Latest Spec](https://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/GraphBLAS/binsparse-specification/main/spec/latest/index.bs)

## Parsers

Expand All @@ -19,10 +19,20 @@ Here is a table listing the current tensor frameworks that support the format:

### Editing

The working version of the specification can be found under `spec/latest/index.bs`.

The spec is written in [bikeshed](https://github.com/tabatkins/bikeshed) – a variant of markdown.
To render the spec locally:

* Install bikeshed (ideally in an isolated environment): `pipx install bikeshed`
* Call `bikeshed spec spec/latest/index.bs`

To render the spec online, see [api.csswg.org](https://api.csswg.org/bikeshed/),
or use the following commands:

```
cd binsparse-specification/spec/latest
curl https://api.csswg.org/bikeshed/ -F [email protected] > index.html
```

Rendered versions will generated for pull requests.

0 comments on commit 589cda8

Please sign in to comment.