Skip to content

Commit

Permalink
📝 update docs
Browse files Browse the repository at this point in the history
ajndkr committed May 21, 2023

Verified

This commit was signed with the committer’s verified signature.
ajndkr Ajinkya Indulkar
1 parent eea27ff commit 45d16dc
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
[![PyPI version](https://badge.fury.io/py/lanarky.svg)](https://pypi.org/project/lanarky/)
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-3916/)
[![Code Coverage](https://coveralls.io/repos/github/ajndkr/lanarky/badge.svg?branch=main)](https://coveralls.io/github/ajndkr/lanarky?branch=main)
[![Documentation](https://img.shields.io/badge/documentation-ReadTheDocs-blue.svg)](https://lanarky.readthedocs.io/en/latest/)

</div>

6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -43,6 +43,9 @@ Welcome to Lanarky
.. image:: https://img.shields.io/badge/python-3.9-blue.svg
:target: https://www.python.org/downloads/release/python-3916/

.. image:: https://coveralls.io/repos/github/ajndkr/lanarky/badge.svg?branch=main
:target: https://coveralls.io/github/ajndkr/lanarky?branch=main

Lanarky is an open-source framework to deploy LLM applications in production.
It is built on top of `FastAPI <https://github.com/tiangolo/fastapi>`_ and comes with batteries included.

@@ -66,9 +69,6 @@ The library is available on PyPI and can be installed via ``pip``.
🤝 Contributing
----------------

.. image:: https://coveralls.io/repos/github/ajndkr/lanarky/badge.svg?branch=main
:target: https://coveralls.io/github/ajndkr/lanarky?branch=main

.. image:: https://github.com/ajndkr/lanarky/actions/workflows/code-check.yaml/badge.svg
:target: https://github.com/ajndkr/lanarky/actions/workflows/code-check.yaml

0 comments on commit 45d16dc

Please sign in to comment.