Skip to content

Commit a12d5dd

Browse files
jamestjspclaude
andcommitted
docs: add documentation link to README badge and PyPI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1807e34 commit a12d5dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/slicot)](https://pypi.org/project/slicot/)
44
[![Build Status](https://github.com/jamestjsp/slicot/actions/workflows/test.yml/badge.svg)](https://github.com/jamestjsp/slicot/actions)
5+
[![Documentation](https://readthedocs.org/projects/slicot/badge/?version=latest)](https://slicot.readthedocs.io/en/latest/)
56
[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE)
67

78
Python bindings for **SLICOT** (Subroutine Library In COntrol Theory) - numerical routines for control systems analysis and design. This is a low-level API primarily targeting AI agents and higher-level libraries.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626

2727
[project.urls]
2828
Homepage = "https://github.com/jamestjsp/slicot"
29+
Documentation = "https://slicot.readthedocs.io/en/latest/"
2930
Repository = "https://github.com/jamestjsp/slicot"
3031

3132
[project.optional-dependencies]

0 commit comments

Comments
 (0)