Commit Graph

8 Commits (80ed588733c42d93282c19701ffcc279ebc2ed55)

Author SHA1 Message Date
Bagatur 3596be5210
DOCS: format notebooks (#13371) 10 months ago
Predrag Gruevski 2ebd167dba
Lint Python notebooks with ruff. (#12677)
The new ruff version fixed the blocking bugs, and I was able to fairly
easily us to a passing state: ruff fixed some issues on its own, I fixed
a handful by hand, and I added a list of narrowly-targeted exclusions
for files that are currently failing ruff rules that we probably should
look into eventually.

I went pretty lenient on the docs / cookbooks rules, allowing dead code
and such things. Perhaps in the future we may want to tighten the rules
further, but this is already a good set of checks that found real issues
and will prevent them going forward.
10 months ago
Bagatur dd7959f4ac
template readme's in docs (#13152) 10 months ago
Bagatur 850336bcf1
Update model i/o docs (#13160) 10 months ago
Bagatur 2424fff3f1
notebook fmt (#12498) 11 months ago
Leonid Ganeline 869a49a0ab
removed CardLists for LLMs and ChatModels (#12307)
Problem statement: 
In the `integrations/llms` and `integrations/chat` pages, we have a
sidebar with ToC, and we also have a ToC at the end of the page.
The ToC at the end of the page is not necessary, and it is confusing
when we mix the index page styles; moreover, it requires manual work.
So, I removed ToC at the end of the page (it was discussed with and
approved by @baskaryan)
11 months ago
Bagatur eedfddac2d
Restructure docs (#11620) 11 months ago
Bagatur 88ab69c288
mv docs extras (#11399) 12 months ago