Skip to content

Commit

Permalink
simplify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benlipkin committed Jun 15, 2024
1 parent 76ac96a commit 814ec2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ dist/*
profile.html
profile.json
*.log
.ruff_cache
.pytest_cache
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,10 @@ This library supports an automated build using [GNU Make](https://www.gnu.org/so
make env # install dependencies in current env
```

```bash
make docs # build documentation
```

## Contributing

Before pushing a new commit

```bash
make format # run style formatting
```

```bash
make test # run tests
```

0 comments on commit 814ec2c

Please sign in to comment.