Skip to content

Commit 0378c8e

Browse files
authored
Update README
1 parent 05ae3dd commit 0378c8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ or the `main` branch of this repo:
2626
pip install -U git+https://github.com/sr-murthy/continuedfractions
2727
```
2828

29-
The documentation now consists only of an [API reference](https://continuedfractions.readthedocs.io/sources/api-reference.html). All other previous documentation has been removed to reduce maintenance.
30-
3129
The `continuedfractions` package is aimed at users interested in:
3230

3331
* working with (finite, simple) continued fractions as Python objects, in an intuitive object-oriented way
3432
- making stateful computations involving key properties such as elements/coefficients, convergents, semiconvergents, remainders, and others
3533
* operating on them as rationals and instances of the [`fractions.Fraction`](https://docs.python.org/3/library/fractions.html#fractions.Fraction) standard library class
3634
* testing approximations for irrational numbers
3735
* exploring other related objects such as rational points in the plane, enumerations of rational numbers, mediants, and special sequences of rational numbers such as Farey sequences
36+
37+
The [documentation](continuedfractions.readthedocs.io) provides more detailed information on aspects of the package libraries and their implementation.

0 commit comments

Comments
 (0)