Skip to content

Commit 644c91d

Browse files
authored
prepare 0.1.0 release
* update README.md * change title
1 parent 2c2ce24 commit 644c91d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ independent numerical expectations. The
3636
Reference LAPACK implementation corpus once and validates the reviewed 127
3737
SciPy-backed double-precision routines in the dedicated CI lane.
3838

39+
## Contents
40+
41+
- [See it in action](#see-it-in-action)
42+
- [Key Features](#key-features)
43+
- [Performance](#performance)
44+
- [Installation & Quick Start](#installation--quick-start)
45+
- [How it works](#how-it-works)
46+
- [Native Project Inputs](#native-project-inputs)
47+
- [Python API](#python-api)
48+
- [Development](#development)
49+
- [License](#license)
50+
- [Documentation](#documentation)
51+
3952
The complete example below builds with one command:
4053

4154
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "prik"
77
version = "0.1.0"
8-
description = "Python Runtime Interop Kit for native-language Python wrappers"
8+
description = "Python Runtime Interop Kit"
99
readme = "README.md"
1010
authors = [
1111
{ name = "Said Hadjout" },

0 commit comments

Comments
 (0)