From 082d6b1266f919554338ce29b75b712e117e42e5 Mon Sep 17 00:00:00 2001 From: Said Hadjout Date: Mon, 3 Aug 2026 14:14:07 +0100 Subject: [PATCH 1/2] update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ba62bb1c..b5214c52 100644 --- a/README.md +++ b/README.md @@ -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 From 2796ade17eea4e07f176d8875c4793850c0de0b5 Mon Sep 17 00:00:00 2001 From: Said Hadjout Date: Mon, 3 Aug 2026 21:26:32 +0100 Subject: [PATCH 2/2] change title --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ecbd963..8ecf8032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },