Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ independent numerical expectations. The
Reference LAPACK implementation corpus once and validates the reviewed 127
SciPy-backed double-precision routines in the dedicated CI lane.

## Contents

- [See it in action](#see-it-in-action)
- [Key Features](#key-features)
- [Performance](#performance)
- [Installation & Quick Start](#installation--quick-start)
- [How it works](#how-it-works)
- [Native Project Inputs](#native-project-inputs)
- [Python API](#python-api)
- [Development](#development)
- [License](#license)
- [Documentation](#documentation)

The complete example below builds with one command:

```bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "prik"
version = "0.1.0"
description = "Python Runtime Interop Kit for native-language Python wrappers"
description = "Python Runtime Interop Kit"
readme = "README.md"
authors = [
{ name = "Said Hadjout" },
Expand Down
Loading