From 814ec2c91a968dbda808a775e2d407cc56355cfa Mon Sep 17 00:00:00 2001 From: benlipkin Date: Sat, 15 Jun 2024 10:27:50 -0400 Subject: [PATCH] simplify docs --- .gitignore | 2 ++ README.md | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9bda4d77..d046b314 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ dist/* profile.html profile.json *.log +.ruff_cache +.pytest_cache diff --git a/README.md b/README.md index 16441d30..7808292f 100644 --- a/README.md +++ b/README.md @@ -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 ```