Skip to content

Commit 2ea837e

Browse files
authored
docs: add snakedown to community list (#5436)
1 parent 2e3a13e commit 2ea837e

File tree

3 files changed

+149
-76
lines changed

3 files changed

+149
-76
lines changed

docs/misc/Community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ Masked versions of Python array API standard compatible arrays.
6666
- [pyfixest](https://github.com/py-econometrics/pyfixest): Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax.
6767
- [geovista](https://github.com/bjlittle/geovista): Cartographic rendering and mesh analytics powered by [PyVista](https://github.com/pyvista/pyvista) 🌍
6868
- [SciPy](https://github.com/scipy/scipy): Fundamental algorithms for scientific computing in Python.
69+
- [Snakedown](https://github.com/savente93/snakedown) A fast and intuitive python API reference generator so you can host your docs with your favourite static site generator.

docs/source_files/pixi_tomls/task_default_environment.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "task-default-environment"
77
pytest = "*"
88

99
[environments]
10-
test = ["test"] # An environment covering the "test" feature
10+
test = ["test"] # An environment covering the "test" feature
1111

1212
[tasks]
1313
test = { cmd = "pytest", default-environment = "test" }

0 commit comments

Comments
 (0)