Initial Work on Documentation

This commit is contained in:
2025-06-19 23:51:33 -03:00
parent 040ffcba66
commit c504efe23b
13 changed files with 772 additions and 1 deletions

33
docs/source/index.rst Normal file
View File

@@ -0,0 +1,33 @@
.. jambo documentation master file, created by
sphinx-quickstart on Thu Jun 19 22:20:35 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Jambo - JSON Schema to Pydantic Converter
=========================================
This is the documentation for Jambo, a tool that converts JSON Schema definitions into Pydantic models.
Welcome to Jambo's documentation!
Jambo is a Python package that automatically converts JSON Schema definitions into Pydantic models. It's designed to streamline schema validation and enforce type safety using Pydantic's powerful validation features.
Created to simplifying the process of dynamically generating Pydantic models for AI frameworks like LangChain, CrewAI, and others.
Installation
------------------
You can install Jambo using pip:
.. code-block:: bash
pip install jambo
.. toctree::
:maxdepth: 2
:caption: Contents:
usage
modules