Skip to content

Commit 782b6db

Browse files
Merge pull request #20 from LLMSQL/16-add-sphinx-to-the-dev-group-dependencies
deps added; docs rebuilt;
2 parents 0c6cb04 + b3961f7 commit 782b6db

32 files changed

+3871
-8
lines changed

docs/_build/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 6ee7cd5529e806f473de3323ad247c53
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
15.7 KB
Binary file not shown.
8.01 KB
Binary file not shown.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.. LLMSQL documentation master file, created by
2+
sphinx-quickstart on Wed Sep 24 11:41:44 2025.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
Welcome to LLMSQL project
7+
==========================
8+
9+
.. image:: https://img.shields.io/pypi/v/llmsql
10+
:target: https://pypi.org/project/llmsql/
11+
12+
LLMSQL is a Python package for SQL reasoning with LLMs and vLLM inference.
13+
14+
🚀 Features
15+
-----------
16+
- Easy vLLM inference integration
17+
- Evaluator utilities
18+
- HuggingFace + TRL support
19+
20+
📦 Installation
21+
---------------
22+
.. code-block:: bash
23+
24+
pip3 install llmsql
25+
26+
🔗 Resources
27+
------------
28+
- `Source code on GitHub <https://github.com/LLMSQL/llmsql-benchmark>`_
29+
- `PyPI project <https://pypi.org/project/llmsql/>`_
30+
- `Dataset on Hugging Face <https://huggingface.co/llmsql-bench>`_
31+
- `Example Usages <https://github.com/LLMSQL/llmsql-benchmark/tree/main/examples>`_
32+
33+
34+
.. toctree::
35+
:maxdepth: 2
36+
:caption: Contents:
37+

0 commit comments

Comments
 (0)