AndreaCensi / contracts

PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified using Python3 annotations, or inside a docstring. PyContracts supports a basic type system, variables binding, arithmetic constraints, and has several specialized contracts and an extension API.
http://andreacensi.github.io/contracts/
Other
399 stars 61 forks source link

Broken documentation links #103

Open sonnygeorge opened 1 year ago

sonnygeorge commented 1 year ago

Links to documentation don't seem to work.

Screen Shot 2023-02-16 at 5 45 32 PM