From a7d71afd4a238647848f041b8f683cd7ff6bccdd Mon Sep 17 00:00:00 2001 From: Bill Wang Date: Mon, 30 Sep 2024 11:09:10 +1000 Subject: [PATCH 01/22] #263 - update the install pip command to support zsh users --- docs/src/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/installation.rst b/docs/src/installation.rst index 3f56aa3f..80a66135 100644 --- a/docs/src/installation.rst +++ b/docs/src/installation.rst @@ -16,7 +16,7 @@ Installing ell .. code-block:: bash - pip install -U ell-ai[anthropic] + pip install -U 'ell-ai[anthropic]' 2. Verify installation: From 703ab697a6cd2d6bc3a8dce6d4bd2dcb64cac25e Mon Sep 17 00:00:00 2001 From: Shelwin Date: Tue, 1 Oct 2024 01:22:25 -0500 Subject: [PATCH 02/22] styling: restyle github add star button --- docs/src/_templates/header.html | 78 ++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/docs/src/_templates/header.html b/docs/src/_templates/header.html index 16bfda32..6aa09fe0 100644 --- a/docs/src/_templates/header.html +++ b/docs/src/_templates/header.html @@ -1,6 +1,69 @@ {% extends "!header.html" %} {% block header_logo %} + {%- if logo_url %} Logo @@ -19,13 +82,26 @@
{%- if docsearch or hasdoc('search') %} -
+
{%- include "searchbox.html" %}
{%- endif %} {%- block extra_header_link_icons %} -