From cc599baa7829272f6ef4eba31395acb27185ee1c Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sat, 3 Feb 2024 15:43:12 -0500 Subject: [PATCH] docs black --- docs/index.md | 4 +--- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index be24939b1..bedff323e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,14 +1,12 @@ # Instructor -_Structured extraction in Python, powered by llms, designed for simplicity, transparency, and control._ +_Structured outputs powered by llms. Designed for simplicity, transparency, and control._ --- [![Twitter Follow](https://img.shields.io/twitter/follow/jxnlco?style=social)](https://twitter.com/jxnlco) [![Discord](https://img.shields.io/discord/1192334452110659664?label=discord)](https://discord.gg/CV8sPM5k5Y) [![Downloads](https://img.shields.io/pypi/dm/instructor.svg)](https://pypi.python.org/pypi/instructor) -[![Documentation](https://img.shields.io/badge/docs-available-brightgreen)](https://jxnl.github.io/instructor) -[![GitHub issues](https://img.shields.io/github/issues/jxnl/instructor.svg)](https://github.com/jxnl/instructor/issues) Dive into the world of Python-based structured extraction, by OpenAI's function calling API and Pydantic, the most widely used data validation library for Python. Instructor stands out for its simplicity, transparency, and user-centric design. Whether you're a seasoned developer or just starting out, you'll find Instructor's approach intuitive and steerable. diff --git a/mkdocs.yml b/mkdocs.yml index 6789655ac..dfb85fc6e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,7 +55,7 @@ theme: # - toc.integrate palette: - scheme: default - primary: indigo + primary: black accent: indigo toggle: icon: material/brightness-7