From 75796bf7453446237d204010d23384fb7483a39f Mon Sep 17 00:00:00 2001 From: GDeLaurentis Date: Thu, 6 Jun 2024 00:22:24 +0100 Subject: [PATCH] Enabled Docs (to be improved) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3564895..fefacc2 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ [![CI Lint](https://github.com/GDeLaurentis/syngular/actions/workflows/ci_lint.yml/badge.svg)](https://github.com/GDeLaurentis/syngular/actions/workflows/ci_lint.yml) [![CI Test](https://github.com/GDeLaurentis/syngular/actions/workflows/ci_test.yml/badge.svg)](https://github.com/GDeLaurentis/syngular/actions/workflows/ci_test.yml) [![Coverage](https://img.shields.io/badge/Coverage-88%25-greenyellow?labelColor=2a2f35)](https://github.com/GDeLaurentis/syngular/actions) +[![Docs](https://github.com/GDeLaurentis/syngular/actions/workflows/cd_docs.yml/badge.svg?label=Docs)](https://gdelaurentis.github.io/syngular/) [![PyPI](https://img.shields.io/pypi/v/syngular.svg?label=PyPI)](https://pypi.org/project/syngular/) [![PyPI Downloads](https://img.shields.io/pypi/dm/syngular.svg?label=PyPI%20downloads)](https://pypistats.org/packages/syngular) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GDeLaurentis/syngular/HEAD) [![DOI](https://zenodo.org/badge/378157462.svg)](https://zenodo.org/doi/10.5281/zenodo.11113680) +[![Python](https://img.shields.io/pypi/pyversions/syngular?label=Python)](https://pypi.org/project/syngular/) The `syngular` library is a Python 3 package for algebraic geometry computations. It provides an intuitive and object-oriented interface to [Singular](https://www.singular.uni-kl.de/). Furthermore, it extends the numerical capabilities of Singular, providing a numerical solver for arbitrary systems of polynomial equations in tandem with [pyadic](https://github.com/GDeLaurentis/pyadic), and its applicaibility to physics computations, where generic algorithms may be insufficient.