guidance-ai / guidance

A guidance language for controlling large language models.
MIT License
18.14k stars 1.01k forks source link

[Doc] Deal with notebooks #831

Closed riedgar-ms closed 1 month ago

riedgar-ms commented 1 month ago

Read The Docs appears to be trying to execute the notebooks as part of the build process. This is causing us to exceed the RTD build resources. Since we check-in notebooks with executed cells, we don't need to do this.

riedgar-ms commented 1 month ago

And the corresponding docs: https://guidance--831.org.readthedocs.build/en/831/

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.82%. Comparing base (3ea0df6) to head (0fd412b).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #831 +/- ## ========================================== + Coverage 59.57% 61.82% +2.24% ========================================== Files 58 58 Lines 4317 4317 ========================================== + Hits 2572 2669 +97 + Misses 1745 1648 -97 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.