Skip to content

Commit e967135

Browse files
committed
simplify readme, and remove other changes
1 parent 769f525 commit e967135

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,15 @@ pre-commit install
7373
Tests should now pass:
7474

7575
```sh
76-
make check-tests
77-
make check-types
78-
make check-lint
79-
make check-format
76+
make check
77+
# To apply formatting fixes instead of erroring:
78+
# make check-fix
8079
```
8180

81+
Or get a full list of helpers with just:
82+
```sh
83+
make
84+
```
85+
86+
8287
See the [docs README](docs/README.md) for instructions on building the documentation locally.

docs/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ After those dependencies are installed, build the .qmd files for Shiny, using qu
1818
make quartodoc
1919
```
2020

21-
Then build the web site using Quarto:
22-
23-
```bash
24-
make site
25-
# When this completes, the docs will be available at _site/index.html.
26-
```
27-
2821
Alternatively, running `make serve` will build the docs, and serve them locally, and watch for changes to the .qmd files:
2922

3023
```bash

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ dev = [
126126
"tokenizers",
127127
"aiohttp",
128128
"beautifulsoup4",
129-
"uv",
130129
]
131130
doc = [
132131
"jupyter",

0 commit comments

Comments
 (0)