Skip to content

Commit df09708

Browse files
committed
[ci skip] links
1 parent a52175a commit df09708

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
[![PyPI version](https://badge.fury.io/py/libigl.svg)](https://pypi.org/project/libigl/)
33
[![buildwheels](https://github.com/libigl/libigl-python-bindings/actions/workflows/wheels.yml/badge.svg)](https://github.com/libigl/libigl-python-bindings/actions/workflows/wheels.yml?query=branch%3Amain)
44

5-
This repository contains the source code for the libigl Python bindings written
6-
using [nanobind](https://nanobind.readthedocs.io/en/latest/). Functions allow
7-
NumPy arrays as input and output for dense matrices and vectors and SciPy sparse
5+
This repository contains the source code for the python bindings for the C++
6+
[libigl](https://github.com/libigl/libigl) library written using
7+
[nanobind](https://nanobind.readthedocs.io/en/latest/). Functions allow NumPy
8+
arrays as input and output for dense matrices and vectors and SciPy sparse
89
matrices for sparse matrices.
910

1011
## Installation
@@ -13,11 +14,11 @@ matrices for sparse matrices.
1314
python -m pip install libigl
1415
```
1516

16-
## [Help/Documentation](https://libigl.github.io/libigl-python-bindings/)
17+
## Documentation
1718

1819
| :warning: WARNING |
1920
|:----------------------------|
20-
| This documentation is perennially out of date and will likely be removed/changed. |
21+
| The [python-binding documentation](https://libigl.github.io/libigl-python-bindings/) is perennially out of date and will likely be removed/changed. |
2122

2223
* A tutorial on how to use the bindings can be found [here](https://libigl.github.io/libigl-python-bindings/tutorials/)
2324
* A function reference can be found [here](https://libigl.github.io/libigl-python-bindings/igl_docs/)

0 commit comments

Comments
 (0)