Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Nov 22, 2024
1 parent 0855f71 commit 90f80f9
Show file tree
Hide file tree
Showing 26 changed files with 1,315 additions and 2,983 deletions.
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sphinxext-rediraffe = "^0.2.7"
sphinx-tojupyter = "^0.3.0"
sphinx-togglebutton = "^0.3.2"
insipid-sphinx-theme = "^0.4.2"
sphinx-press-theme = "^0.9.1"


[build-system]
Expand Down
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/markdown/toc.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion tamingllms/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c5f1b8b58f4294772289f9a2c33533a0
config: 36945de024d591eca72cb43977f35263
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 6 additions & 0 deletions tamingllms/_build/html/_sources/markdown/toc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: "Taming Large Language Models: A Practical Guide to LLM Pitfalls with Python Examples"
author: "Tharsis T. P. Souza"
date: "2024-11-22"
---

# Table of Contents

## Chapter 1: Introduction
Expand Down
6 changes: 3 additions & 3 deletions tamingllms/_build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ div.sphinxsidebarwrapper {

div.sphinxsidebar {
float: left;
width: 19rem;
width: 230px;
margin-left: -100%;
font-size: 90%;
word-wrap: break-word;
Expand Down Expand Up @@ -222,8 +222,8 @@ table.modindextable td {
/* -- general body styles --------------------------------------------------- */

div.body {
min-width: unset;
max-width: 45rem;
min-width: 360px;
max-width: 800px;
}

div.body p, div.body dd, div.body li, div.body blockquote {
Expand Down
7 changes: 0 additions & 7 deletions tamingllms/_build/html/_static/default.css

This file was deleted.

2 changes: 1 addition & 1 deletion tamingllms/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var DOCUMENTATION_OPTIONS = {
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '',
NAVIGATION_WITH_KEYS: true,
NAVIGATION_WITH_KEYS: false,
SHOW_SEARCH_SUMMARY: true,
ENABLE_SEARCH_SHORTCUTS: true,
};
66 changes: 0 additions & 66 deletions tamingllms/_build/html/_static/insipid-sidebar-readthedocs.css

This file was deleted.

Loading

0 comments on commit 90f80f9

Please sign in to comment.