From b28bcce427d37e9923c7bdf39b72af6865454823 Mon Sep 17 00:00:00 2001 From: Yurely Date: Thu, 26 Sep 2024 15:33:34 -0400 Subject: [PATCH] update --- docs/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 093c5c18..d7c8dfd4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,9 +54,10 @@ Python package. [Setuptools](https://setuptools.pypa.io/en/latest/), [PDM](https://pdm.fming.dev/), [Hatch](https://hatch.pypa.io), [Maturin](https://pypi.org/project/maturin/0.8.2/), - [scikit-build-core](https://scikit-build-core.readthedocs.io/en/latest/) or - [setuptools + pybind11](https://pybind11.readthedocs.io/en/stable/), [Pixi](https://pixi.sh/latest/) based on - your preference. + [scikit-build-core](https://scikit-build-core.readthedocs.io/en/latest/), + [setuptools + pybind11](https://pybind11.readthedocs.io/en/stable/) or + [Pixi](https://pixi.sh/latest/) based on your preference. + - The structure of the project can use the _src layout_ or _flat layout_. The “src layout” moving the code that is intended to be importable into a subdirectory. This subdirectory is typically named src. "Flat layout" refers