File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121### Environment Setup
2222
23- ``` bash
23+ ``` shell
2424# Initialize full development environment (recommended for first-time setup)
2525# This creates .venv, installs dependencies, and sets up pre-commit hooks
2626make init
@@ -31,7 +31,7 @@ source .venv/bin/activate
3131
3232### Running Tests
3333
34- ``` bash
34+ ``` shell
3535# Run all test suites (unit + e2e + cicd_utils)
3636uvx tox -m tests
3737
@@ -47,7 +47,7 @@ uvx tox -e pytest -- -k "test_specific_function" --no-cov
4747
4848### Linting and Formatting
4949
50- ``` bash
50+ ``` shell
5151# Run the main static checks
5252uvx tox -m static-quick
5353
@@ -68,14 +68,14 @@ uvx tox -e typing
6868
6969### Documentation
7070
71- ``` bash
71+ ``` shell
7272# Build static documentation
7373uvx tox -e docs-static
7474```
7575
7676## Project Map
7777
78- ```
78+ ``` text
7979src/ridgeplot/
8080├── __init__.py # Public API exports
8181├── _ridgeplot.py # Main ridgeplot() function
You can’t perform that action at this time.
0 commit comments