Read the Docs build information Build id: 3633948 Project: expected-parrot-edsl Version: latest Commit: e1b28910ddf94844fc7405763e2275c9d20b1791 Date: 2026-01-02T11:41:21.872066Z State: finished Success: True [rtd-command-info] start-time: 2026-01-02T11:41:22.696271Z, end-time: 2026-01-02T11:41:27.562572Z, duration: 4, exit-code: 0 git clone --depth 1 https://github.com/expectedparrot/edsl.git . Cloning into '.'... [rtd-command-info] start-time: 2026-01-02T11:41:27.649484Z, end-time: 2026-01-02T11:41:29.449996Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/expectedparrot/edsl * [new tag] coopr-v1.0 -> coopr-v1.0 [rtd-command-info] start-time: 2026-01-02T11:41:30.202234Z, end-time: 2026-01-02T11:41:30.882660Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at e1b2891 Merge pull request #2357 from expectedparrot/more_question_interview_improvements [rtd-command-info] start-time: 2026-01-02T11:41:30.966000Z, end-time: 2026-01-02T11:41:31.002600Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64" # golang: "1.19" # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf # - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2026-01-02T11:41:35.494146Z, end-time: 2026-01-02T11:41:35.538742Z, duration: 0, exit-code: 0 asdf global python 3.11.12 [rtd-command-info] start-time: 2026-01-02T11:41:35.830742Z, end-time: 2026-01-02T11:41:36.471414Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.12.final.0-64 in 418ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2026-01-02T11:41:36.562437Z, end-time: 2026-01-02T11:41:42.423697Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-25.3-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 25.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 238.8 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-25.3 setuptools-80.9.0 [rtd-command-info] start-time: 2026-01-02T11:41:42.522358Z, end-time: 2026-01-02T11:41:46.207408Z, duration: 3, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-9.0.4-py3-none-any.whl.metadata (5.8 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.23,>=0.20 (from sphinx) Downloading docutils-0.22.4-py3-none-any.whl.metadata (15 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting roman-numerals>=1.0.0 (from sphinx) Downloading roman_numerals-4.1.0-py3-none-any.whl.metadata (3.3 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting charset_normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.6.2-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) Downloading sphinx-9.0.4-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 138.0 MB/s 0:00:00 Downloading docutils-0.22.4-py3-none-any.whl (633 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 633.2/633.2 kB 1.0 GB/s 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 350.1 MB/s 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.1 GB/s 0:00:00 Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading urllib3-2.6.2-py3-none-any.whl (131 kB) Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) Downloading roman_numerals-4.1.0-py3-none-any.whl (7.7 kB) Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Installing collected packages: urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, roman-numerals, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset_normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.3 Pygments-2.19.2 alabaster-1.0.0 babel-2.17.0 certifi-2025.11.12 charset_normalizer-3.4.4 docutils-0.22.4 idna-3.11 imagesize-1.4.1 packaging-25.0 requests-2.32.5 roman-numerals-4.1.0 snowballstemmer-3.0.1 sphinx-9.0.4 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.6.2 [rtd-command-info] start-time: 2026-01-02T11:41:46.296760Z, end-time: 2026-01-02T11:42:28.035659Z, duration: 41, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Ignoring appnope: markers 'python_full_version >= "3.9.1" and python_version < "3.14" and platform_system == "Darwin"' don't match your environment Ignoring async-timeout: markers 'python_full_version >= "3.9.1" and python_version < "3.11"' don't match your environment Ignoring exceptiongroup: markers 'python_full_version >= "3.9.1" and python_version < "3.11"' don't match your environment Ignoring importlib-metadata: markers 'python_full_version >= "3.9.1" and python_version < "3.10"' don't match your environment Ignoring importlib-resources: markers 'python_full_version >= "3.9.1" and python_version < "3.10"' don't match your environment Ignoring pywin32: markers 'sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version >= "3.9.1" and python_version < "3.14"' don't match your environment Ignoring pywinpty: markers 'python_full_version >= "3.9.1" and python_version < "3.14" and os_name == "nt"' don't match your environment Ignoring tomli: markers 'python_full_version >= "3.9.1" and python_version < "3.11"' don't match your environment Ignoring zipp: markers 'python_full_version >= "3.9.1" and python_version < "3.10"' don't match your environment Collecting aiohappyeyeballs==2.6.1 (from -r docs/requirements.txt (line 1)) Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) Collecting aiohttp==3.12.15 (from -r docs/requirements.txt (line 4)) Downloading aiohttp-3.12.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 16.3 MB/s 0:00:00 Collecting aiosignal==1.4.0 (from -r docs/requirements.txt (line 91)) Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB) Collecting alabaster==0.7.16 (from -r docs/requirements.txt (line 94)) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Collecting annotated-types==0.7.0 (from -r docs/requirements.txt (line 97)) Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) Collecting anthropic==0.45.2 (from -r docs/requirements.txt (line 100)) Downloading anthropic-0.45.2-py3-none-any.whl (222 kB) Collecting anyio==4.9.0 (from -r docs/requirements.txt (line 103)) Downloading anyio-4.9.0-py3-none-any.whl (100 kB) Collecting anywidget==0.9.18 (from -r docs/requirements.txt (line 106)) Downloading anywidget-0.9.18-py3-none-any.whl (220 kB) Collecting argon2-cffi-bindings==25.1.0 (from -r docs/requirements.txt (line 112)) Downloading argon2_cffi_bindings-25.1.0-cp39-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (87 kB) Collecting argon2-cffi==25.1.0 (from -r docs/requirements.txt (line 139)) Downloading argon2_cffi-25.1.0-py3-none-any.whl (14 kB) Collecting arrow==1.3.0 (from -r docs/requirements.txt (line 142)) Downloading arrow-1.3.0-py3-none-any.whl (66 kB) Collecting astroid==3.3.11 (from -r docs/requirements.txt (line 145)) Downloading astroid-3.3.11-py3-none-any.whl (275 kB) Collecting asttokens==3.0.0 (from -r docs/requirements.txt (line 148)) Downloading asttokens-3.0.0-py3-none-any.whl (26 kB) Collecting async-lru==2.0.5 (from -r docs/requirements.txt (line 151)) Downloading async_lru-2.0.5-py3-none-any.whl (6.1 kB) Collecting attrs==25.3.0 (from -r docs/requirements.txt (line 157)) Downloading attrs-25.3.0-py3-none-any.whl (63 kB) Collecting azure-ai-inference==1.0.0b9 (from -r docs/requirements.txt (line 160)) Downloading azure_ai_inference-1.0.0b9-py3-none-any.whl (124 kB) Collecting azure-core==1.35.0 (from -r docs/requirements.txt (line 163)) Downloading azure_core-1.35.0-py3-none-any.whl (210 kB) Requirement already satisfied: babel==2.17.0 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 166)) (2.17.0) Collecting beautifulsoup4==4.13.4 (from -r docs/requirements.txt (line 169)) Downloading beautifulsoup4-4.13.4-py3-none-any.whl (187 kB) Collecting black==24.10.0 (from black[jupyter]==24.10.0->-r docs/requirements.txt (line 172)) Downloading black-24.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 37.3 MB/s 0:00:00 Collecting bleach==6.2.0 (from bleach[css]==6.2.0->-r docs/requirements.txt (line 195)) Downloading bleach-6.2.0-py3-none-any.whl (163 kB) Collecting boto3==1.40.0 (from -r docs/requirements.txt (line 198)) Downloading boto3-1.40.0-py3-none-any.whl (139 kB) Collecting botocore==1.40.0 (from -r docs/requirements.txt (line 201)) Downloading botocore-1.40.0-py3-none-any.whl (13.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/13.9 MB 85.0 MB/s 0:00:00 Collecting cachetools==5.5.2 (from -r docs/requirements.txt (line 204)) Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) Collecting certifi==2025.7.14 (from -r docs/requirements.txt (line 207)) Downloading certifi-2025.7.14-py3-none-any.whl (162 kB) Collecting cffi==1.17.1 (from -r docs/requirements.txt (line 210)) Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) Collecting cfgv==3.4.0 (from -r docs/requirements.txt (line 278)) Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB) Collecting charset-normalizer==3.4.2 (from -r docs/requirements.txt (line 281)) Downloading charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB) Collecting click==8.1.8 (from -r docs/requirements.txt (line 374)) Downloading click-8.1.8-py3-none-any.whl (98 kB) Collecting colorama==0.4.6 (from -r docs/requirements.txt (line 377)) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting comm==0.2.3 (from -r docs/requirements.txt (line 380)) Downloading comm-0.2.3-py3-none-any.whl (7.3 kB) Collecting contourpy==1.3.0 (from -r docs/requirements.txt (line 383)) Downloading contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323 kB) Collecting coverage==7.10.1 (from -r docs/requirements.txt (line 449)) Downloading coverage-7.10.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (246 kB) Collecting cycler==0.12.1 (from -r docs/requirements.txt (line 538)) Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Collecting debugpy==1.8.15 (from -r docs/requirements.txt (line 541)) Downloading debugpy-1.8.15-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 153.9 MB/s 0:00:00 Collecting decorator==5.2.1 (from -r docs/requirements.txt (line 568)) Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB) Collecting defusedxml==0.7.1 (from -r docs/requirements.txt (line 571)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting dill==0.4.0 (from -r docs/requirements.txt (line 574)) Downloading dill-0.4.0-py3-none-any.whl (119 kB) Collecting distlib==0.4.0 (from -r docs/requirements.txt (line 577)) Downloading distlib-0.4.0-py2.py3-none-any.whl (469 kB) Collecting distro==1.9.0 (from -r docs/requirements.txt (line 580)) Downloading distro-1.9.0-py3-none-any.whl (20 kB) Collecting docutils==0.20.1 (from -r docs/requirements.txt (line 583)) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 234.9 MB/s 0:00:00 Collecting et-xmlfile==2.0.0 (from -r docs/requirements.txt (line 586)) Downloading et_xmlfile-2.0.0-py3-none-any.whl (18 kB) Collecting eval-type-backport==0.2.2 (from -r docs/requirements.txt (line 589)) Downloading eval_type_backport-0.2.2-py3-none-any.whl (5.8 kB) Collecting execnet==2.1.1 (from -r docs/requirements.txt (line 595)) Downloading execnet-2.1.1-py3-none-any.whl (40 kB) Collecting executing==2.2.0 (from -r docs/requirements.txt (line 598)) Downloading executing-2.2.0-py2.py3-none-any.whl (26 kB) Collecting faker==37.5.3 (from -r docs/requirements.txt (line 601)) Downloading faker-37.5.3-py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 185.0 MB/s 0:00:00 Collecting fastjsonschema==2.21.1 (from -r docs/requirements.txt (line 604)) Downloading fastjsonschema-2.21.1-py3-none-any.whl (23 kB) Collecting filelock==3.18.0 (from -r docs/requirements.txt (line 607)) Downloading filelock-3.18.0-py3-none-any.whl (16 kB) Collecting fonttools==4.59.0 (from -r docs/requirements.txt (line 610)) Downloading fonttools-4.59.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 211.6 MB/s 0:00:00 Collecting fqdn==1.5.1 (from -r docs/requirements.txt (line 653)) Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB) Collecting frozenlist==1.7.0 (from -r docs/requirements.txt (line 656)) Downloading frozenlist-1.7.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235 kB) Collecting google-ai-generativelanguage==0.6.15 (from -r docs/requirements.txt (line 761)) Downloading google_ai_generativelanguage-0.6.15-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 354.3 MB/s 0:00:00 Collecting google-api-core==2.25.1 (from -r docs/requirements.txt (line 764)) Downloading google_api_core-2.25.1-py3-none-any.whl (160 kB) Collecting google-api-python-client==2.177.0 (from -r docs/requirements.txt (line 770)) Downloading google_api_python_client-2.177.0-py3-none-any.whl (13.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.7/13.7 MB 252.2 MB/s 0:00:00 Collecting google-auth-httplib2==0.2.0 (from -r docs/requirements.txt (line 773)) Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB) Collecting google-auth==2.40.3 (from -r docs/requirements.txt (line 776)) Downloading google_auth-2.40.3-py2.py3-none-any.whl (216 kB) Collecting google-generativeai==0.8.5 (from -r docs/requirements.txt (line 779)) Downloading google_generativeai-0.8.5-py3-none-any.whl (155 kB) Collecting googleapis-common-protos==1.70.0 (from -r docs/requirements.txt (line 781)) Downloading googleapis_common_protos-1.70.0-py3-none-any.whl (294 kB) Collecting gprof2dot==2025.4.14 (from -r docs/requirements.txt (line 784)) Downloading gprof2dot-2025.4.14-py3-none-any.whl (37 kB) Collecting greenlet==3.2.3 (from -r docs/requirements.txt (line 787)) Downloading greenlet-3.2.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (585 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 585.5/585.5 kB 1.0 GB/s 0:00:00 Collecting groq==0.23.1 (from -r docs/requirements.txt (line 842)) Downloading groq-0.23.1-py3-none-any.whl (127 kB) Collecting grpcio-status==1.71.2 (from -r docs/requirements.txt (line 845)) Downloading grpcio_status-1.71.2-py3-none-any.whl (14 kB) Collecting grpcio==1.74.0 (from -r docs/requirements.txt (line 848)) Downloading grpcio-1.74.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 371.6 MB/s 0:00:00 Collecting h11==0.16.0 (from -r docs/requirements.txt (line 900)) Downloading h11-0.16.0-py3-none-any.whl (37 kB) Collecting httpcore==1.0.9 (from -r docs/requirements.txt (line 903)) Downloading httpcore-1.0.9-py3-none-any.whl (78 kB) Collecting httplib2==0.22.0 (from -r docs/requirements.txt (line 906)) Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) Collecting httpx==0.28.1 (from -r docs/requirements.txt (line 909)) Downloading httpx-0.28.1-py3-none-any.whl (73 kB) Collecting identify==2.6.12 (from -r docs/requirements.txt (line 912)) Downloading identify-2.6.12-py2.py3-none-any.whl (99 kB) Collecting idna==3.10 (from -r docs/requirements.txt (line 915)) Downloading idna-3.10-py3-none-any.whl (70 kB) Requirement already satisfied: imagesize==1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 918)) (1.4.1) Collecting iniconfig==2.1.0 (from -r docs/requirements.txt (line 927)) Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) Collecting ipykernel==6.30.0 (from -r docs/requirements.txt (line 930)) Downloading ipykernel-6.30.0-py3-none-any.whl (117 kB) Collecting ipython==8.18.1 (from -r docs/requirements.txt (line 933)) Downloading ipython-8.18.1-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 913.9 MB/s 0:00:00 Collecting ipywidgets==8.1.7 (from -r docs/requirements.txt (line 936)) Downloading ipywidgets-8.1.7-py3-none-any.whl (139 kB) Collecting isodate==0.7.2 (from -r docs/requirements.txt (line 939)) Downloading isodate-0.7.2-py3-none-any.whl (22 kB) Collecting isoduration==20.11.0 (from -r docs/requirements.txt (line 942)) Downloading isoduration-20.11.0-py3-none-any.whl (11 kB) Collecting isort==6.0.1 (from -r docs/requirements.txt (line 945)) Downloading isort-6.0.1-py3-none-any.whl (94 kB) Collecting jedi==0.19.2 (from -r docs/requirements.txt (line 948)) Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 701.1 MB/s 0:00:00 Requirement already satisfied: jinja2==3.1.6 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 951)) (3.1.6) Collecting jiter==0.10.0 (from -r docs/requirements.txt (line 954)) Downloading jiter-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (352 kB) Collecting jmespath==1.0.1 (from -r docs/requirements.txt (line 1032)) Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) Collecting json-repair==0.28.4 (from -r docs/requirements.txt (line 1035)) Downloading json_repair-0.28.4-py3-none-any.whl (13 kB) Collecting json5==0.12.0 (from -r docs/requirements.txt (line 1038)) Downloading json5-0.12.0-py3-none-any.whl (36 kB) Collecting jsonpointer==3.0.0 (from -r docs/requirements.txt (line 1041)) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) Collecting jsonschema-specifications==2025.4.1 (from -r docs/requirements.txt (line 1044)) Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) Collecting jsonschema==4.25.0 (from -r docs/requirements.txt (line 1047)) Downloading jsonschema-4.25.0-py3-none-any.whl (89 kB) Collecting jupyter-client==8.6.3 (from -r docs/requirements.txt (line 1053)) Downloading jupyter_client-8.6.3-py3-none-any.whl (106 kB) Collecting jupyter-console==6.6.3 (from -r docs/requirements.txt (line 1056)) Downloading jupyter_console-6.6.3-py3-none-any.whl (24 kB) Collecting jupyter-core==5.8.1 (from -r docs/requirements.txt (line 1059)) Downloading jupyter_core-5.8.1-py3-none-any.whl (28 kB) Collecting jupyter-events==0.12.0 (from -r docs/requirements.txt (line 1062)) Downloading jupyter_events-0.12.0-py3-none-any.whl (19 kB) Collecting jupyter-lsp==2.2.6 (from -r docs/requirements.txt (line 1065)) Downloading jupyter_lsp-2.2.6-py3-none-any.whl (69 kB) Collecting jupyter-server-terminals==0.5.3 (from -r docs/requirements.txt (line 1068)) Downloading jupyter_server_terminals-0.5.3-py3-none-any.whl (13 kB) Collecting jupyter-server==2.16.0 (from -r docs/requirements.txt (line 1071)) Downloading jupyter_server-2.16.0-py3-none-any.whl (386 kB) Collecting jupyter==1.1.1 (from -r docs/requirements.txt (line 1074)) Downloading jupyter-1.1.1-py2.py3-none-any.whl (2.7 kB) Collecting jupyterlab-pygments==0.3.0 (from -r docs/requirements.txt (line 1077)) Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Collecting jupyterlab-server==2.27.3 (from -r docs/requirements.txt (line 1080)) Downloading jupyterlab_server-2.27.3-py3-none-any.whl (59 kB) Collecting jupyterlab-widgets==3.0.15 (from -r docs/requirements.txt (line 1083)) Downloading jupyterlab_widgets-3.0.15-py3-none-any.whl (216 kB) Collecting jupyterlab==4.4.5 (from -r docs/requirements.txt (line 1086)) Downloading jupyterlab-4.4.5-py3-none-any.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 401.4 MB/s 0:00:00 Collecting kiwisolver==1.4.7 (from -r docs/requirements.txt (line 1089)) Downloading kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 502.9 MB/s 0:00:00 Collecting lark==1.2.2 (from -r docs/requirements.txt (line 1204)) Downloading lark-1.2.2-py3-none-any.whl (111 kB) Collecting lxml==6.0.0 (from -r docs/requirements.txt (line 1207)) Downloading lxml-6.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 381.6 MB/s 0:00:00 Collecting markdown-it-py==3.0.0 (from -r docs/requirements.txt (line 1302)) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Collecting markdown2==2.5.4 (from -r docs/requirements.txt (line 1305)) Downloading markdown2-2.5.4-py3-none-any.whl (49 kB) Collecting markupsafe==3.0.2 (from -r docs/requirements.txt (line 1308)) Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) Collecting matplotlib-inline==0.1.7 (from -r docs/requirements.txt (line 1370)) Downloading matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB) Collecting matplotlib==3.9.4 (from -r docs/requirements.txt (line 1373)) Downloading matplotlib-3.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 297.4 MB/s 0:00:00 Collecting mccabe==0.7.0 (from -r docs/requirements.txt (line 1415)) Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Collecting mdit-py-plugins==0.4.2 (from -r docs/requirements.txt (line 1418)) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB) Collecting mdurl==0.1.2 (from -r docs/requirements.txt (line 1421)) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Collecting memory-profiler==0.61.0 (from -r docs/requirements.txt (line 1424)) Downloading memory_profiler-0.61.0-py3-none-any.whl (31 kB) Collecting mistralai==1.9.3 (from -r docs/requirements.txt (line 1427)) Downloading mistralai-1.9.3-py3-none-any.whl (426 kB) Collecting mistune==3.1.3 (from -r docs/requirements.txt (line 1430)) Downloading mistune-3.1.3-py3-none-any.whl (53 kB) Collecting multidict==6.6.3 (from -r docs/requirements.txt (line 1433)) Downloading multidict-6.6.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (246 kB) Collecting mypy-extensions==1.1.0 (from -r docs/requirements.txt (line 1544)) Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) Collecting mypy==1.17.1 (from -r docs/requirements.txt (line 1547)) Downloading mypy-1.17.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (12.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 299.4 MB/s 0:00:00 Collecting myst-parser==3.0.1 (from -r docs/requirements.txt (line 1586)) Downloading myst_parser-3.0.1-py3-none-any.whl (83 kB) Collecting nbclient==0.10.2 (from -r docs/requirements.txt (line 1589)) Downloading nbclient-0.10.2-py3-none-any.whl (25 kB) Collecting nbconvert==7.16.6 (from -r docs/requirements.txt (line 1592)) Downloading nbconvert-7.16.6-py3-none-any.whl (258 kB) Collecting nbformat==5.10.4 (from -r docs/requirements.txt (line 1595)) Downloading nbformat-5.10.4-py3-none-any.whl (78 kB) Collecting nbsphinx==0.9.7 (from -r docs/requirements.txt (line 1598)) Downloading nbsphinx-0.9.7-py3-none-any.whl (31 kB) Collecting nest-asyncio==1.6.0 (from -r docs/requirements.txt (line 1601)) Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) Collecting nodeenv==1.9.1 (from -r docs/requirements.txt (line 1604)) Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) Collecting notebook-shim==0.2.4 (from -r docs/requirements.txt (line 1607)) Downloading notebook_shim-0.2.4-py3-none-any.whl (13 kB) Collecting notebook==7.4.4 (from -r docs/requirements.txt (line 1610)) Downloading notebook-7.4.4-py3-none-any.whl (14.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 362.8 MB/s 0:00:00 Collecting numpy==2.0.2 (from -r docs/requirements.txt (line 1613)) Downloading numpy-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/19.5 MB 337.8 MB/s 0:00:00 Collecting objgraph==3.6.2 (from -r docs/requirements.txt (line 1659)) Downloading objgraph-3.6.2-py3-none-any.whl (17 kB) Collecting openai==1.98.0 (from -r docs/requirements.txt (line 1662)) Downloading openai-1.98.0-py3-none-any.whl (767 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.7/767.7 kB 1.0 GB/s 0:00:00 Collecting openpyxl==3.1.5 (from -r docs/requirements.txt (line 1665)) Downloading openpyxl-3.1.5-py2.py3-none-any.whl (250 kB) Collecting overrides==7.7.0 (from -r docs/requirements.txt (line 1668)) Downloading overrides-7.7.0-py3-none-any.whl (17 kB) Requirement already satisfied: packaging==25.0 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 1671)) (25.0) Collecting pandas==2.3.1 (from -r docs/requirements.txt (line 1674)) Downloading pandas-2.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 367.2 MB/s 0:00:00 Collecting pandocfilters==1.5.1 (from -r docs/requirements.txt (line 1717)) Downloading pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB) Collecting parso==0.8.4 (from -r docs/requirements.txt (line 1720)) Downloading parso-0.8.4-py2.py3-none-any.whl (103 kB) Collecting pathspec==0.12.1 (from -r docs/requirements.txt (line 1723)) Downloading pathspec-0.12.1-py3-none-any.whl (31 kB) Collecting pexpect==4.9.0 (from -r docs/requirements.txt (line 1726)) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Collecting pillow==11.3.0 (from -r docs/requirements.txt (line 1729)) Downloading pillow-11.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 360.1 MB/s 0:00:00 Collecting platformdirs==4.3.8 (from -r docs/requirements.txt (line 1836)) Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB) Collecting pluggy==1.6.0 (from -r docs/requirements.txt (line 1839)) Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) Collecting polyfactory==2.22.1 (from -r docs/requirements.txt (line 1842)) Downloading polyfactory-2.22.1-py3-none-any.whl (63 kB) Collecting pre-commit==3.8.0 (from -r docs/requirements.txt (line 1845)) Downloading pre_commit-3.8.0-py2.py3-none-any.whl (204 kB) Collecting prometheus-client==0.22.1 (from -r docs/requirements.txt (line 1848)) Downloading prometheus_client-0.22.1-py3-none-any.whl (58 kB) Collecting prompt-toolkit==3.0.51 (from -r docs/requirements.txt (line 1851)) Downloading prompt_toolkit-3.0.51-py3-none-any.whl (387 kB) Collecting propcache==0.3.2 (from -r docs/requirements.txt (line 1854)) Downloading propcache-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213 kB) Collecting proto-plus==1.26.1 (from -r docs/requirements.txt (line 1953)) Downloading proto_plus-1.26.1-py3-none-any.whl (50 kB) Collecting protobuf==5.29.5 (from -r docs/requirements.txt (line 1956)) Downloading protobuf-5.29.5-cp38-abi3-manylinux2014_x86_64.whl (319 kB) Collecting psutil==7.0.0 (from -r docs/requirements.txt (line 1968)) Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) Collecting psygnal==0.14.0 (from -r docs/requirements.txt (line 1979)) Downloading psygnal-0.14.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (837 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 837.4/837.4 kB 994.4 MB/s 0:00:00 Collecting ptyprocess==0.7.0 (from -r docs/requirements.txt (line 2007)) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting pure-eval==0.2.3 (from -r docs/requirements.txt (line 2010)) Downloading pure_eval-0.2.3-py3-none-any.whl (11 kB) Collecting pyasn1-modules==0.4.2 (from -r docs/requirements.txt (line 2013)) Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) Collecting pyasn1==0.6.1 (from -r docs/requirements.txt (line 2016)) Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) Collecting pycparser==2.22 (from -r docs/requirements.txt (line 2019)) Downloading pycparser-2.22-py3-none-any.whl (117 kB) Collecting pydantic-core==2.33.2 (from -r docs/requirements.txt (line 2022)) Downloading pydantic_core-2.33.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 594.6 MB/s 0:00:00 Collecting pydantic-settings==2.10.1 (from -r docs/requirements.txt (line 2122)) Downloading pydantic_settings-2.10.1-py3-none-any.whl (45 kB) Collecting pydantic==2.11.7 (from -r docs/requirements.txt (line 2125)) Downloading pydantic-2.11.7-py3-none-any.whl (444 kB) Collecting pydocstyle==6.3.0 (from -r docs/requirements.txt (line 2128)) Downloading pydocstyle-6.3.0-py3-none-any.whl (38 kB) Collecting pydot==2.0.0 (from -r docs/requirements.txt (line 2131)) Downloading pydot-2.0.0-py3-none-any.whl (22 kB) Requirement already satisfied: pygments==2.19.2 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2134)) (2.19.2) Collecting pylint==3.3.7 (from -r docs/requirements.txt (line 2137)) Downloading pylint-3.3.7-py3-none-any.whl (522 kB) Collecting pyparsing==3.2.3 (from -r docs/requirements.txt (line 2140)) Downloading pyparsing-3.2.3-py3-none-any.whl (111 kB) Collecting pypdf2==3.0.1 (from -r docs/requirements.txt (line 2143)) Downloading pypdf2-3.0.1-py3-none-any.whl (232 kB) Collecting pyreadstat==1.2.8 (from -r docs/requirements.txt (line 2146)) Downloading pyreadstat-1.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 548.7 MB/s 0:00:00 Collecting pytest-asyncio==0.23.8 (from -r docs/requirements.txt (line 2178)) Downloading pytest_asyncio-0.23.8-py3-none-any.whl (17 kB) Collecting pytest-env==1.1.3 (from -r docs/requirements.txt (line 2181)) Downloading pytest_env-1.1.3-py3-none-any.whl (6.2 kB) Collecting pytest-html==4.1.1 (from -r docs/requirements.txt (line 2184)) Downloading pytest_html-4.1.1-py3-none-any.whl (23 kB) Collecting pytest-metadata==3.1.1 (from -r docs/requirements.txt (line 2187)) Downloading pytest_metadata-3.1.1-py3-none-any.whl (11 kB) Collecting pytest-mock==3.14.1 (from -r docs/requirements.txt (line 2190)) Downloading pytest_mock-3.14.1-py3-none-any.whl (9.9 kB) Collecting pytest-profiling==1.8.1 (from -r docs/requirements.txt (line 2193)) Downloading pytest_profiling-1.8.1-py3-none-any.whl (9.9 kB) Collecting pytest-xdist==3.8.0 (from -r docs/requirements.txt (line 2196)) Downloading pytest_xdist-3.8.0-py3-none-any.whl (46 kB) Collecting pytest==7.4.4 (from -r docs/requirements.txt (line 2199)) Downloading pytest-7.4.4-py3-none-any.whl (325 kB) Collecting python-dateutil==2.9.0.post0 (from -r docs/requirements.txt (line 2202)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Collecting python-docx==1.2.0 (from -r docs/requirements.txt (line 2205)) Downloading python_docx-1.2.0-py3-none-any.whl (252 kB) Collecting python-dotenv==1.1.1 (from -r docs/requirements.txt (line 2208)) Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB) Collecting python-json-logger==3.3.0 (from -r docs/requirements.txt (line 2211)) Downloading python_json_logger-3.3.0-py3-none-any.whl (15 kB) Collecting python-pptx==1.0.2 (from -r docs/requirements.txt (line 2214)) Downloading python_pptx-1.0.2-py3-none-any.whl (472 kB) Collecting pytz==2025.2 (from -r docs/requirements.txt (line 2217)) Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) Collecting pyyaml==6.0.2 (from -r docs/requirements.txt (line 2249)) Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 980.3 MB/s 0:00:00 Collecting pyzmq==27.0.0 (from -r docs/requirements.txt (line 2303)) Downloading pyzmq-27.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (856 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.6/856.6 kB 1.1 GB/s 0:00:00 Collecting referencing==0.36.2 (from -r docs/requirements.txt (line 2383)) Downloading referencing-0.36.2-py3-none-any.whl (26 kB) Collecting requests==2.32.4 (from -r docs/requirements.txt (line 2386)) Downloading requests-2.32.4-py3-none-any.whl (64 kB) Collecting restrictedpython==7.4 (from -r docs/requirements.txt (line 2389)) Downloading RestrictedPython-7.4-py3-none-any.whl (27 kB) Collecting rfc3339-validator==0.1.4 (from -r docs/requirements.txt (line 2392)) Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) Collecting rfc3986-validator==0.1.1 (from -r docs/requirements.txt (line 2395)) Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Collecting rfc3987-syntax==1.1.0 (from -r docs/requirements.txt (line 2398)) Downloading rfc3987_syntax-1.1.0-py3-none-any.whl (8.0 kB) Collecting rich==13.9.4 (from -r docs/requirements.txt (line 2401)) Downloading rich-13.9.4-py3-none-any.whl (242 kB) Collecting rpds-py==0.26.0 (from -r docs/requirements.txt (line 2404)) Downloading rpds_py-0.26.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (383 kB) Collecting rsa==4.9.1 (from -r docs/requirements.txt (line 2549)) Downloading rsa-4.9.1-py3-none-any.whl (34 kB) Collecting ruff==0.3.7 (from -r docs/requirements.txt (line 2552)) Downloading ruff-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 396.1 MB/s 0:00:00 Collecting s3transfer==0.13.1 (from -r docs/requirements.txt (line 2570)) Downloading s3transfer-0.13.1-py3-none-any.whl (85 kB) Collecting send2trash==1.8.3 (from -r docs/requirements.txt (line 2573)) Downloading Send2Trash-1.8.3-py3-none-any.whl (18 kB) Collecting setuptools==71.1.0 (from -r docs/requirements.txt (line 2576)) Downloading setuptools-71.1.0-py3-none-any.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 337.4 MB/s 0:00:00 Collecting shellingham==1.5.4 (from -r docs/requirements.txt (line 2579)) Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) Collecting simpleeval==0.9.13 (from -r docs/requirements.txt (line 2582)) Downloading simpleeval-0.9.13-py2.py3-none-any.whl (15 kB) Collecting six==1.17.0 (from -r docs/requirements.txt (line 2585)) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Collecting sniffio==1.3.1 (from -r docs/requirements.txt (line 2588)) Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Requirement already satisfied: snowballstemmer==3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2591)) (3.0.1) Collecting soupsieve==2.7 (from -r docs/requirements.txt (line 2594)) Downloading soupsieve-2.7-py3-none-any.whl (36 kB) Collecting sphinx-copybutton==0.5.2 (from -r docs/requirements.txt (line 2597)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting sphinx-fontawesome==0.0.6 (from -r docs/requirements.txt (line 2600)) Downloading sphinx_fontawesome-0.0.6.tar.gz (22 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sphinx-rtd-theme==2.0.0 (from -r docs/requirements.txt (line 2602)) Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 472.9 MB/s 0:00:00 Collecting sphinx==7.4.7 (from -r docs/requirements.txt (line 2605)) Downloading sphinx-7.4.7-py3-none-any.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 824.3 MB/s 0:00:00 Requirement already satisfied: sphinxcontrib-applehelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2608)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2611)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp==2.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2614)) (2.1.0) Collecting sphinxcontrib-jquery==4.1 (from -r docs/requirements.txt (line 2617)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2620)) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2623)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 2626)) (2.0.0) Collecting sqlalchemy==2.0.42 (from -r docs/requirements.txt (line 2629)) Downloading sqlalchemy-2.0.42-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 487.9 MB/s 0:00:00 Collecting stack-data==0.6.3 (from -r docs/requirements.txt (line 2687)) Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) Collecting tabulate==0.9.0 (from -r docs/requirements.txt (line 2690)) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Collecting tenacity==8.5.0 (from -r docs/requirements.txt (line 2693)) Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) Collecting terminado==0.18.1 (from -r docs/requirements.txt (line 2696)) Downloading terminado-0.18.1-py3-none-any.whl (14 kB) Collecting tinycss2==1.4.0 (from -r docs/requirements.txt (line 2699)) Downloading tinycss2-1.4.0-py3-none-any.whl (26 kB) Collecting tokenize-rt==6.2.0 (from -r docs/requirements.txt (line 2702)) Downloading tokenize_rt-6.2.0-py2.py3-none-any.whl (6.0 kB) Collecting toml-sort==0.23.1 (from -r docs/requirements.txt (line 2705)) Downloading toml_sort-0.23.1-py3-none-any.whl (20 kB) Collecting toml==0.10.2 (from -r docs/requirements.txt (line 2708)) Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting tomlkit==0.13.3 (from -r docs/requirements.txt (line 2744)) Downloading tomlkit-0.13.3-py3-none-any.whl (38 kB) Collecting tornado==6.5.1 (from -r docs/requirements.txt (line 2747)) Downloading tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) Collecting tqdm==4.67.1 (from -r docs/requirements.txt (line 2760)) Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) Collecting traitlets==5.14.3 (from -r docs/requirements.txt (line 2763)) Downloading traitlets-5.14.3-py3-none-any.whl (85 kB) Collecting typer==0.9.4 (from typer[all]==0.9.4->-r docs/requirements.txt (line 2766)) Downloading typer-0.9.4-py3-none-any.whl (45 kB) Collecting types-python-dateutil==2.9.0.20250708 (from -r docs/requirements.txt (line 2769)) Downloading types_python_dateutil-2.9.0.20250708-py3-none-any.whl (17 kB) Collecting typing-extensions==4.14.1 (from -r docs/requirements.txt (line 2772)) Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) Collecting typing-inspection==0.4.1 (from -r docs/requirements.txt (line 2775)) Downloading typing_inspection-0.4.1-py3-none-any.whl (14 kB) Collecting tzdata==2025.2 (from -r docs/requirements.txt (line 2778)) Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) Collecting uri-template==1.3.0 (from -r docs/requirements.txt (line 2781)) Downloading uri_template-1.3.0-py3-none-any.whl (11 kB) Collecting uritemplate==4.2.0 (from -r docs/requirements.txt (line 2784)) Downloading uritemplate-4.2.0-py3-none-any.whl (11 kB) Collecting urllib3==1.26.20 (from -r docs/requirements.txt (line 2787)) Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) Collecting virtualenv==20.32.0 (from -r docs/requirements.txt (line 2790)) Downloading virtualenv-20.32.0-py3-none-any.whl (6.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 358.7 MB/s 0:00:00 Collecting wcwidth==0.2.13 (from -r docs/requirements.txt (line 2793)) Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Collecting webcolors==24.11.1 (from -r docs/requirements.txt (line 2796)) Downloading webcolors-24.11.1-py3-none-any.whl (14 kB) Collecting webencodings==0.5.1 (from -r docs/requirements.txt (line 2799)) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting websocket-client==1.8.0 (from -r docs/requirements.txt (line 2802)) Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) Collecting widgetsnbextension==4.0.14 (from -r docs/requirements.txt (line 2805)) Downloading widgetsnbextension-4.0.14-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 569.6 MB/s 0:00:00 Collecting xlsxwriter==3.2.5 (from -r docs/requirements.txt (line 2808)) Downloading xlsxwriter-3.2.5-py3-none-any.whl (172 kB) Collecting yarl==1.20.1 (from -r docs/requirements.txt (line 2811)) Downloading yarl-1.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348 kB) Building wheels for collected packages: sphinx-fontawesome Building wheel for sphinx-fontawesome (pyproject.toml): started Building wheel for sphinx-fontawesome (pyproject.toml): finished with status 'done' Created wheel for sphinx-fontawesome: filename=sphinx_fontawesome-0.0.6-py3-none-any.whl size=22697 sha256=0e9ff4e639624ebbc08b342946b7eb5d058a8b031738a1c6ebd5f117e756a901 Stored in directory: /tmp/pip-ephem-wheel-cache-fcsf7iuj/wheels/57/4b/31/e7217a101dc679ade70269091d18e8121d5edc2dbf0f314ff2 Successfully built sphinx-fontawesome Installing collected packages: webencodings, wcwidth, simpleeval, pytz, pure-eval, ptyprocess, fastjsonschema, distlib, xlsxwriter, widgetsnbextension, websocket-client, webcolors, urllib3, uritemplate, uri-template, tzdata, typing-extensions, types-python-dateutil, traitlets, tqdm, tornado, tomlkit, toml, tokenize-rt, tinycss2, tenacity, tabulate, soupsieve, sniffio, six, shellingham, setuptools, send2trash, ruff, rpds-py, rfc3986-validator, restrictedpython, pyzmq, pyyaml, python-json-logger, python-dotenv, pypdf2, pyparsing, pydocstyle, pycparser, pyasn1, psygnal, psutil, protobuf, propcache, prompt-toolkit, prometheus-client, pluggy, platformdirs, pillow, pexpect, pathspec, parso, pandocfilters, overrides, objgraph, numpy, nodeenv, nest-asyncio, mypy-extensions, multidict, mistune, mdurl, mccabe, markupsafe, markdown2, lxml, lark, kiwisolver, jupyterlab-widgets, jupyterlab-pygments, jsonpointer, json5, json-repair, jmespath, jiter, isort, isodate, iniconfig, idna, identify, h11, grpcio, greenlet, gprof2dot, frozenlist, fqdn, fonttools, filelock, executing, execnet, eval-type-backport, et-xmlfile, docutils, distro, dill, defusedxml, decorator, debugpy, cycler, coverage, comm, colorama, click, charset-normalizer, cfgv, certifi, cachetools, bleach, attrs, async-lru, asttokens, astroid, annotated-types, alabaster, aiohappyeyeballs, yarl, virtualenv, typing-inspection, typer, toml-sort, terminado, stack-data, sqlalchemy, rsa, rfc3987-syntax, rfc3339-validator, requests, referencing, python-pptx, python-docx, python-dateutil, pytest, pylint, pydot, pydantic-core, pyasn1-modules, proto-plus, openpyxl, mypy, memory-profiler, matplotlib-inline, markdown-it-py, jupyter-core, jedi, httplib2, httpcore, googleapis-common-protos, faker, contourpy, cffi, black, beautifulsoup4, anyio, aiosignal, sphinx, rich, pytest-xdist, pytest-profiling, pytest-mock, pytest-metadata, pytest-env, pytest-asyncio, pydantic, pre-commit, polyfactory, pandas, mdit-py-plugins, matplotlib, jupyter-server-terminals, jupyter-client, jsonschema-specifications, ipython, httpx, grpcio-status, google-auth, botocore, azure-core, arrow, argon2-cffi-bindings, aiohttp, sphinxcontrib-jquery, sphinx-fontawesome, sphinx-copybutton, s3transfer, pytest-html, pyreadstat, pydantic-settings, openai, myst-parser, mistralai, jsonschema, isoduration, ipywidgets, ipykernel, groq, google-auth-httplib2, google-api-core, azure-ai-inference, argon2-cffi, anthropic, sphinx-rtd-theme, nbformat, jupyter-console, google-api-python-client, boto3, anywidget, nbclient, jupyter-events, google-ai-generativelanguage, nbconvert, google-generativeai, nbsphinx, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, notebook, jupyter Attempting uninstall: urllib3 Found existing installation: urllib3 2.6.2 Uninstalling urllib3-2.6.2: Successfully uninstalled urllib3-2.6.2 Attempting uninstall: setuptools Found existing installation: setuptools 80.9.0 Uninstalling setuptools-80.9.0: Successfully uninstalled setuptools-80.9.0 Attempting uninstall: markupsafe Found existing installation: MarkupSafe 3.0.3 Uninstalling MarkupSafe-3.0.3: Successfully uninstalled MarkupSafe-3.0.3 Attempting uninstall: idna Found existing installation: idna 3.11 Uninstalling idna-3.11: Successfully uninstalled idna-3.11 Attempting uninstall: docutils Found existing installation: docutils 0.22.4 Uninstalling docutils-0.22.4: Successfully uninstalled docutils-0.22.4 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.4.4 Uninstalling charset-normalizer-3.4.4: Successfully uninstalled charset-normalizer-3.4.4 Attempting uninstall: certifi Found existing installation: certifi 2025.11.12 Uninstalling certifi-2025.11.12: Successfully uninstalled certifi-2025.11.12 Attempting uninstall: alabaster Found existing installation: alabaster 1.0.0 Uninstalling alabaster-1.0.0: Successfully uninstalled alabaster-1.0.0 Attempting uninstall: requests Found existing installation: requests 2.32.5 Uninstalling requests-2.32.5: Successfully uninstalled requests-2.32.5 Attempting uninstall: sphinx Found existing installation: Sphinx 9.0.4 Uninstalling Sphinx-9.0.4: Successfully uninstalled Sphinx-9.0.4 Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 alabaster-0.7.16 annotated-types-0.7.0 anthropic-0.45.2 anyio-4.9.0 anywidget-0.9.18 argon2-cffi-25.1.0 argon2-cffi-bindings-25.1.0 arrow-1.3.0 astroid-3.3.11 asttokens-3.0.0 async-lru-2.0.5 attrs-25.3.0 azure-ai-inference-1.0.0b9 azure-core-1.35.0 beautifulsoup4-4.13.4 black-24.10.0 bleach-6.2.0 boto3-1.40.0 botocore-1.40.0 cachetools-5.5.2 certifi-2025.7.14 cffi-1.17.1 cfgv-3.4.0 charset-normalizer-3.4.2 click-8.1.8 colorama-0.4.6 comm-0.2.3 contourpy-1.3.0 coverage-7.10.1 cycler-0.12.1 debugpy-1.8.15 decorator-5.2.1 defusedxml-0.7.1 dill-0.4.0 distlib-0.4.0 distro-1.9.0 docutils-0.20.1 et-xmlfile-2.0.0 eval-type-backport-0.2.2 execnet-2.1.1 executing-2.2.0 faker-37.5.3 fastjsonschema-2.21.1 filelock-3.18.0 fonttools-4.59.0 fqdn-1.5.1 frozenlist-1.7.0 google-ai-generativelanguage-0.6.15 google-api-core-2.25.1 google-api-python-client-2.177.0 google-auth-2.40.3 google-auth-httplib2-0.2.0 google-generativeai-0.8.5 googleapis-common-protos-1.70.0 gprof2dot-2025.4.14 greenlet-3.2.3 groq-0.23.1 grpcio-1.74.0 grpcio-status-1.71.2 h11-0.16.0 httpcore-1.0.9 httplib2-0.22.0 httpx-0.28.1 identify-2.6.12 idna-3.10 iniconfig-2.1.0 ipykernel-6.30.0 ipython-8.18.1 ipywidgets-8.1.7 isodate-0.7.2 isoduration-20.11.0 isort-6.0.1 jedi-0.19.2 jiter-0.10.0 jmespath-1.0.1 json-repair-0.28.4 json5-0.12.0 jsonpointer-3.0.0 jsonschema-4.25.0 jsonschema-specifications-2025.4.1 jupyter-1.1.1 jupyter-client-8.6.3 jupyter-console-6.6.3 jupyter-core-5.8.1 jupyter-events-0.12.0 jupyter-lsp-2.2.6 jupyter-server-2.16.0 jupyter-server-terminals-0.5.3 jupyterlab-4.4.5 jupyterlab-pygments-0.3.0 jupyterlab-server-2.27.3 jupyterlab-widgets-3.0.15 kiwisolver-1.4.7 lark-1.2.2 lxml-6.0.0 markdown-it-py-3.0.0 markdown2-2.5.4 markupsafe-3.0.2 matplotlib-3.9.4 matplotlib-inline-0.1.7 mccabe-0.7.0 mdit-py-plugins-0.4.2 mdurl-0.1.2 memory-profiler-0.61.0 mistralai-1.9.3 mistune-3.1.3 multidict-6.6.3 mypy-1.17.1 mypy-extensions-1.1.0 myst-parser-3.0.1 nbclient-0.10.2 nbconvert-7.16.6 nbformat-5.10.4 nbsphinx-0.9.7 nest-asyncio-1.6.0 nodeenv-1.9.1 notebook-7.4.4 notebook-shim-0.2.4 numpy-2.0.2 objgraph-3.6.2 openai-1.98.0 openpyxl-3.1.5 overrides-7.7.0 pandas-2.3.1 pandocfilters-1.5.1 parso-0.8.4 pathspec-0.12.1 pexpect-4.9.0 pillow-11.3.0 platformdirs-4.3.8 pluggy-1.6.0 polyfactory-2.22.1 pre-commit-3.8.0 prometheus-client-0.22.1 prompt-toolkit-3.0.51 propcache-0.3.2 proto-plus-1.26.1 protobuf-5.29.5 psutil-7.0.0 psygnal-0.14.0 ptyprocess-0.7.0 pure-eval-0.2.3 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycparser-2.22 pydantic-2.11.7 pydantic-core-2.33.2 pydantic-settings-2.10.1 pydocstyle-6.3.0 pydot-2.0.0 pylint-3.3.7 pyparsing-3.2.3 pypdf2-3.0.1 pyreadstat-1.2.8 pytest-7.4.4 pytest-asyncio-0.23.8 pytest-env-1.1.3 pytest-html-4.1.1 pytest-metadata-3.1.1 pytest-mock-3.14.1 pytest-profiling-1.8.1 pytest-xdist-3.8.0 python-dateutil-2.9.0.post0 python-docx-1.2.0 python-dotenv-1.1.1 python-json-logger-3.3.0 python-pptx-1.0.2 pytz-2025.2 pyyaml-6.0.2 pyzmq-27.0.0 referencing-0.36.2 requests-2.32.4 restrictedpython-7.4 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rfc3987-syntax-1.1.0 rich-13.9.4 rpds-py-0.26.0 rsa-4.9.1 ruff-0.3.7 s3transfer-0.13.1 send2trash-1.8.3 setuptools-71.1.0 shellingham-1.5.4 simpleeval-0.9.13 six-1.17.0 sniffio-1.3.1 soupsieve-2.7 sphinx-7.4.7 sphinx-copybutton-0.5.2 sphinx-fontawesome-0.0.6 sphinx-rtd-theme-2.0.0 sphinxcontrib-jquery-4.1 sqlalchemy-2.0.42 stack-data-0.6.3 tabulate-0.9.0 tenacity-8.5.0 terminado-0.18.1 tinycss2-1.4.0 tokenize-rt-6.2.0 toml-0.10.2 toml-sort-0.23.1 tomlkit-0.13.3 tornado-6.5.1 tqdm-4.67.1 traitlets-5.14.3 typer-0.9.4 types-python-dateutil-2.9.0.20250708 typing-extensions-4.14.1 typing-inspection-0.4.1 tzdata-2025.2 uri-template-1.3.0 uritemplate-4.2.0 urllib3-1.26.20 virtualenv-20.32.0 wcwidth-0.2.13 webcolors-24.11.1 webencodings-0.5.1 websocket-client-1.8.0 widgetsnbextension-4.0.14 xlsxwriter-3.2.5 yarl-1.20.1 [rtd-command-info] start-time: 2026-01-02T11:42:28.192469Z, end-time: 2026-01-02T11:42:28.226416Z, duration: 0, exit-code: 0 cat docs/conf.py # Configuration file for the Sphinx documentation builder. # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information import glob import os import sys project = "edsl" copyright = "2024 Expected Parrot, Inc" author = "Expected Parrot, Inc." print(f"Current working directory: {os.getcwd()}") print(f"System path: {sys.path}") sys.path.insert(0, os.path.abspath("../")) print(f"System path after insert: {sys.path}") username = "expectedparrot" projectname = "edsl" def linkcode_resolve(domain, info): if domain != "py": return None if not info["module"]: return None filename = info["module"].replace(".", "/") return f"https://github.com/{username}/{projectname}/blob/main/{filename}.py" def print_directory_tree(startpath): for root, dirs, files in os.walk(startpath): level = root.replace(startpath, "").count(os.sep) indent = " " * 4 * (level) print(f"{indent}{os.path.basename(root)}/") subindent = " " * 4 * (level + 1) for f in files: print(f"{subindent}{f}") # Example usage: # print_directory_tree(os.getcwd()) def setup(app): app.add_css_file( "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" ) # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ "sphinx.ext.autodoc", "sphinx_copybutton", "sphinx.ext.linkcode", "nbsphinx", "sphinx_fontawesome", "myst_parser", ] nbsphinx_notebooks = ["../examples/*.ipynb"] nbsphinx_notebooks = glob.glob("notebooks/*.ipynb") exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx_rtd_theme" html_theme_options = {"display_version": False} html_show_sphinx = False html_show_sourcelink = False html_logo = "static/logo.png" html_favicon = "static/favicon.ico" html_context = { "display_github": False, "github_user": "", "github_repo": "", "github_version": "", } nbsphinx_allow_errors = True [rtd-command-info] start-time: 2026-01-02T11:42:28.313920Z, end-time: 2026-01-02T11:44:01.546267Z, duration: 93, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.4.7 Current working directory: /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs System path: ['/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs', '/home/docs/.asdf/installs/python/3.11.12/lib/python311.zip', '/home/docs/.asdf/installs/python/3.11.12/lib/python3.11', '/home/docs/.asdf/installs/python/3.11.12/lib/python3.11/lib-dynload', '/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages'] System path after insert: ['/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest', '/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs', '/home/docs/.asdf/installs/python/3.11.12/lib/python311.zip', '/home/docs/.asdf/installs/python/3.11.12/lib/python3.11', '/home/docs/.asdf/installs/python/3.11.12/lib/python3.11/lib-dynload', '/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages'] loading translations [en]... done making output directory... done myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 118 source files that are out of date updating environment: [new config] 118 added, 0 changed, 0 removed reading sources... [ 1%] agents reading sources... [ 2%] answers reading sources... [ 3%] api_keys reading sources... [ 3%] base reading sources... [ 4%] checklist reading sources... [ 5%] citation reading sources... [ 6%] colab_notebooks reading sources... [ 7%] colab_setup reading sources... [ 8%] contributing reading sources... [ 8%] coop reading sources... [ 9%] core_concepts reading sources... [ 10%] costs reading sources... [ 11%] credits reading sources... [ 12%] data reading sources... [ 13%] dataset reading sources... [ 14%] developers reading sources... [ 14%] enums reading sources... [ 15%] examples reading sources... [ 16%] exceptions reading sources... [ 17%] filestore reading sources... [ 18%] firecrawl reading sources... [ 19%] getting_started reading sources... [ 19%] how_to_guides reading sources... [ 20%] humanize reading sources... [ 21%] index reading sources... [ 22%] installation reading sources... [ 23%] interviews reading sources... [ 24%] introduction reading sources... [ 25%] jobs reading sources... [ 25%] language_models reading sources... [ 26%] logging reading sources... [ 27%] mintlify-migration/README reading sources... [ 28%] notebooks reading sources... [ 29%] notebooks/PairwiseComparisonsDemo reading sources... [ 30%] notebooks/adding_metadata reading sources... [ 31%] notebooks/agent_fatigue reading sources... [ 31%] notebooks/analyze_customer_call reading sources... [ 32%] notebooks/analyze_evaluations reading sources... [ 33%] notebooks/analyzing_interviews reading sources... [ 34%] notebooks/answering_instructions_example reading sources... [ 35%] notebooks/batching_results reading sources... [ 36%] notebooks/ces_data_edsl reading sources... [ 36%] notebooks/concept_induction reading sources... [ 37%] notebooks/conduct_interview reading sources... [ 38%] notebooks/content_evaluation_example reading sources... [ 39%] notebooks/data_cleaning reading sources... [ 40%] notebooks/data_labeling_agent reading sources... [ 41%] notebooks/data_labeling_example reading sources... [ 42%] notebooks/data_labeling_validation_example reading sources... [ 42%] notebooks/digital_twin reading sources... [ 43%] notebooks/docs_questions reading sources... [ 44%] notebooks/edsl_intro reading sources... [ 45%] notebooks/edsl_polling reading sources... [ 46%] notebooks/edsl_with_cloud_providers reading sources... [ 47%] notebooks/edsl_with_offline_inference_services reading sources... [ 47%] notebooks/estimating_costs reading sources... [ 48%] notebooks/evaluating_job_posts reading sources... [ 49%] notebooks/example_agent_dynamic_traits reading sources... [ 50%] notebooks/example_edsl_teaching reading sources... [ 51%] notebooks/explore_llm_biases reading sources... [ 52%] notebooks/explore_survey_contexts reading sources... [ 53%] notebooks/features_checklist reading sources... [ 53%] notebooks/filestore_examples_new reading sources... [ 54%] notebooks/free_responses reading sources... [ 55%] notebooks/google_form_to_edsl reading sources... [ 56%] notebooks/hello_world reading sources... [ 57%] notebooks/image_examples reading sources... [ 58%] notebooks/image_scenario_example reading sources... [ 58%] notebooks/import_agents reading sources... [ 59%] notebooks/looping_and_piping reading sources... [ 60%] notebooks/models_scoring_models reading sources... [ 61%] notebooks/nightmare_before_christmas_survey reading sources... [ 62%] notebooks/notebook_coop reading sources... [ 63%] notebooks/nps_survey reading sources... [ 64%] notebooks/piping_comments reading sources... [ 64%] notebooks/qualitative_research reading sources... [ 65%] notebooks/question_extract_example reading sources... [ 66%] notebooks/question_loop_scenarios reading sources... [ 67%] notebooks/question_multiple_choice_with_other_example reading sources... [ 68%] notebooks/random_numbers reading sources... [ 69%] notebooks/reasoning_model_example reading sources... [ 69%] notebooks/research_methods reading sources... [ 70%] notebooks/run_background reading sources... [ 71%] notebooks/save_load_objects_locally reading sources... [ 72%] notebooks/scenario_from_pdf reading sources... [ 73%] notebooks/scenario_list_wikipedia reading sources... [ 74%] notebooks/scenariolist_unpivot reading sources... [ 75%] notebooks/scenarios_filestore_example reading sources... [ 75%] notebooks/scenarios_humanize_methods reading sources... [ 76%] notebooks/skip_logic_scenarios reading sources... [ 77%] notebooks/starter_tutorial reading sources... [ 78%] notebooks/summarizing_transcripts reading sources... [ 79%] notebooks/testing_training_data reading sources... [ 80%] notebooks/unused/model_test_report reading sources... [ 81%] notebooks/updating_agents reading sources... [ 81%] notebooks/video_scenario_example reading sources... [ 82%] notebooks/writing_style reading sources... [ 83%] notebooks/yoga_studio_name_survey reading sources... [ 84%] overview reading sources... [ 85%] papers reading sources... [ 86%] polly reading sources... [ 86%] prolific reading sources... [ 87%] prompts reading sources... [ 88%] questions reading sources... [ 89%] remote_caching reading sources... [ 90%] remote_inference reading sources... [ 91%] results reading sources... [ 92%] scenarios reading sources... [ 92%] starter_tutorial reading sources... [ 93%] survey_builder reading sources... [ 94%] surveys reading sources... [ 95%] teaching reading sources... [ 96%] token_limits reading sources... [ 97%] token_usage reading sources... [ 97%] trackers reading sources... [ 98%] using_coop reading sources... [ 99%] utilities reading sources... [100%] whitepaper /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/agents.rst:900: WARNING: Title underline too short. Creating AgentList from Results ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/agents.rst:900: WARNING: Title underline too short. Creating AgentList from Results ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.__init__:6: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.__init__:8: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.__init__:10: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.__init__:10: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.__init__:37: WARNING: Title underline too short. Traits Presentation ------------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.__init__:37: WARNING: Title underline too short. Traits Presentation ------------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.drop:7: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.from_result:21: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.keep:7: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.old_keep:7: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent.py:docstring of edsl.agents.agent.Agent.select:7: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.__init__:15: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.confusion_matrix:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.drop:7: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_results:6: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_scenario_list:6: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_source:20: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_source:22: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_source:24: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_source:26: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_source:26: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.from_vibes:19: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.join_multiple:4: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.keep:7: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.remove_trait:4: WARNING: Field list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report:9: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report:4: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report:10: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:13: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:14: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:16: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:17: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:19: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:21: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:23: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.select:4: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.sql:14: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.tally:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.vibe_edit:15: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.vibe_filter:13: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.with_categories:7: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/agent_list.py:docstring of edsl.agents.agent_list.AgentList.with_names:4: WARNING: Inline emphasis start-string without end-string. WARNING: don't know which module to import for autodocumenting 'AgentList.__init__' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.example' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.from_dict' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.from_csv' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.from_list' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.from_results' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.to_dict' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.to_csv' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: don't know which module to import for autodocumenting 'AgentList.rich_print' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: autodoc: failed to import module 'jobs.Answers' from module 'edsl'; the following exception was raised: No module named 'scipy' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/api_keys.rst:: WARNING: image file not readable: static/home-ep-key.png /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/coop.rst:4: WARNING: Duplicate explicit target name: "coop". WARNING: autodoc: failed to import module 'coop' from module 'edsl'; the following exception was raised: No module named 'scipy' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/costs.rst:323: ERROR: Unknown directive type "html". .. html::
/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/costs.rst:335: ERROR: Unknown directive type "html". .. html::
/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/costs.rst:: WARNING: image file not readable: static/jobs_cost_details.png /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/costs.rst:: WARNING: image file not readable: static/transactions_cost_details.png /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/credits.rst:4: WARNING: Duplicate explicit target name: "credits". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/credits.rst:39: ERROR: Unknown directive type "html". .. html::
/home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/caching/cache.py:docstring of edsl.caching.cache.Cache.__init__:14: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/caching/cache.py:docstring of edsl.caching.cache.Cache.to_dict:19: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:21: WARNING: Title underline too short. Creating Datasets ---------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:21: WARNING: Title underline too short. Creating Datasets ---------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:47: WARNING: Title underline too short. Displaying and Visualizing Data ------------------------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:47: WARNING: Title underline too short. Displaying and Visualizing Data ------------------------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:87: WARNING: Title underline too short. Rich Terminal Output ^^^^^^^^^^^^^^^^^^^ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:186: WARNING: Title underline too short. Data Manipulation --------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:186: WARNING: Title underline too short. Data Manipulation --------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:222: WARNING: Title underline too short. Exporting Data ------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:222: WARNING: Title underline too short. Exporting Data ------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:238: WARNING: Title underline too short. Dataset Methods ------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/dataset.rst:238: WARNING: Title underline too short. Dataset Methods ------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.collapse:6: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.latex:4: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.long:4: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.mutate:6: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.print:6: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.print:4: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.to_markdown:3: WARNING: Inline literal start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.to_markdown:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.to_markdown:18: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/dataset/dataset.py:docstring of edsl.dataset.dataset.Dataset.vibe_filter:13: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/developers.rst:4: WARNING: toctree contains reference to nonexisting document 'interview' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/examples.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/agentifying_responses' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/examples.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/model_walkoff' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/examples.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/comparing_model_responses' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/examples.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/research_random_silicon_sampling' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/examples.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/river_problem' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.__init__:13: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.__init__:14: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.__init__:19: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.batch_screenshots:3: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.batch_screenshots:3: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.batch_screenshots:5: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.to_docx:10: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/file_store.py:docstring of edsl.scenarios.file_store.FileStore.to_pdf:12: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlScenario.crawl:4: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlScenario.extract:4: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlScenario.map_urls:6: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlScenario.map_urls:7: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlScenario.map_urls:7: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlScenario.scrape:4: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlScenario.search:4: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.crawl:24: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.crawl:24: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.crawl:30: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.extract:22: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.extract:28: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.extract:29: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.map_urls:14: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.map_urls:21: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.scrape:25: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.scrape:19: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.scrape:25: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.scrape:31: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.search:19: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.search:17: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.search:19: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/firecrawl_scenario.py:docstring of edsl.scenarios.firecrawl_scenario.FirecrawlRequest.search:26: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/how_to_guides.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/cheatsheet_scenarios' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/how_to_guides.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/survey_memories' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/how_to_guides.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/edsl_components' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/how_to_guides.rst:4: WARNING: toctree contains reference to nonexisting document 'notebooks/export_survey_updates' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "learn more". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "learn more". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "learn more". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "examples". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "examples". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "examples". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "examples". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "examples". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "coop". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:4: WARNING: Duplicate explicit target name: "pypi". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:303: WARNING: toctree contains reference to nonexisting document 'notebooks/next_token_probs' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:332: WARNING: toctree contains reference to nonexisting document 'notebooks/research_random_silicon_sampling' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:366: WARNING: toctree contains reference to nonexisting document 'interview' WARNING: autodoc: failed to import module 'jobs.interviews.Interview' from module 'edsl'; the following exception was raised: No module named 'scipy' WARNING: autodoc: failed to import class 'jobs.Jobs' from module 'edsl'; the following exception was raised: No module named 'scipy' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/language_models/language_model.py:docstring of edsl.language_models.language_model.LanguageModel.__init__:4: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/language_models/language_model.py:docstring of edsl.language_models.language_model.LanguageModel.async_get_response:11: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/language_models/language_model.py:docstring of edsl.language_models.language_model.LanguageModel.async_get_response:11: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:83: WARNING: Title underline too short. Scenario Conversion for Analysis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:83: WARNING: Title underline too short. Scenario Conversion for Analysis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:159: WARNING: Title underline too short. Pattern Analysis ~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:159: WARNING: Title underline too short. Pattern Analysis ~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:185: WARNING: Title underline too short. Statistics and Reporting ~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:185: WARNING: Title underline too short. Statistics and Reporting ~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:204: WARNING: Title underline too short. Export and Sharing ~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:204: WARNING: Title underline too short. Export and Sharing ~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:237: WARNING: Title underline too short. Log Maintenance -------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:237: WARNING: Title underline too short. Log Maintenance -------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:240: WARNING: Title underline too short. Archive Logs ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:295: WARNING: Title underline too short. Advanced Usage ------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:295: WARNING: Title underline too short. Advanced Usage ------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:298: WARNING: Title underline too short. Custom Log Files ~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:344: WARNING: Title underline too short. Performance Optimization ~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:344: WARNING: Title underline too short. Performance Optimization ~~~~~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:362: WARNING: Title underline too short. Integration Examples ------------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:362: WARNING: Title underline too short. Integration Examples ------------------ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:365: WARNING: Title underline too short. Debugging Workflows ~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:397: WARNING: Title underline too short. Monitoring Automation ~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:397: WARNING: Title underline too short. Monitoring Automation ~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:430: WARNING: Title underline too short. Research and Analysis ~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:430: WARNING: Title underline too short. Research and Analysis ~~~~~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:467: WARNING: Title underline too short. Jupyter Notebook Integration --------------------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:467: WARNING: Title underline too short. Jupyter Notebook Integration --------------------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:489: WARNING: Title underline too short. LogManager Class ~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:589: WARNING: Title underline too short. LogEntry Class ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:589: WARNING: Title underline too short. LogEntry Class ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:612: WARNING: Title underline too short. Safety Guidelines ~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:620: WARNING: Title underline too short. Performance Tips ~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:620: WARNING: Title underline too short. Performance Tips ~~~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:628: WARNING: Title underline too short. Common Patterns ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:628: WARNING: Title underline too short. Common Patterns ~~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:648: WARNING: Title underline too short. Troubleshooting -------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:648: WARNING: Title underline too short. Troubleshooting -------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:651: WARNING: Title underline too short. Common Issues ~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:671: WARNING: Title underline too short. Getting Help ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/logging.rst:671: WARNING: Title underline too short. Getting Help ~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks.rst:4: WARNING: Duplicate explicit target name: "content". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/PairwiseComparisonsDemo.ipynb:1: WARNING: Each notebook should have at least one section title /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/ces_data_edsl.ipynb:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. See "backrefs" attribute for IDs. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/data_labeling_example.ipynb:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. See "backrefs" attribute for IDs. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/edsl_with_cloud_providers.ipynb:263: CRITICAL: Title level inconsistent: Requirements ~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/hello_world.ipynb:1: WARNING: Each notebook should have at least one section title /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:7: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:9: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:10: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:12: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:14: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:20: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:21: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:23: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:27: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:29: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:30: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:32: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:36: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:38: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:39: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:41: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:42: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:43: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:46: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:49: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:50: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:52: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:56: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:58: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:59: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:61: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:65: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:67: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:68: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:70: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:73: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:76: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:77: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:79: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:83: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:89: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:90: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:92: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:95: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:97: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:98: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:100: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:102: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:106: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:107: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:109: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:113: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:115: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:116: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:118: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:119: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:120: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:123: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:130: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:131: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:133: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:137: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:139: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:140: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:142: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:146: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:148: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:149: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:151: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:152: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:153: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:156: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:164: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:165: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:167: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:171: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:175: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:176: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:178: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:182: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:184: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:185: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:187: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:191: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:193: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:194: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:196: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:197: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:198: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:201: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:208: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:209: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:211: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:215: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:217: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:218: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:220: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:224: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:226: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:227: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:229: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:230: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:231: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:234: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:241: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:242: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:244: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:248: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:252: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:253: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:255: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:259: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:261: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:262: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:264: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:268: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:270: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:271: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:273: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:276: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:280: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:280: CRITICAL: Missing matching underline for section title overline. ======= "# new_notebook = Notebook.pull(\"2a61c903-1d31-4300-b9da-5bca550d7f9f\")" >>>>>>> 165e7d79aacc43ac0bb0124df954a3ca5aa9cab3 /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:284: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:286: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:290: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:292: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:293: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:295: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:301: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:303: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:303: CRITICAL: Missing matching underline for section title overline. ======= "# new_notebook = coop.get(uuid=\"2a61c903-1d31-4300-b9da-5bca550d7f9f\")" >>>>>>> 165e7d79aacc43ac0bb0124df954a3ca5aa9cab3 /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:307: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:309: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:313: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:315: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:316: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:318: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:324: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:325: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:326: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:328: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:332: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:333: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:334: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:336: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:340: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:342: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:343: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:345: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:348: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:349: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:350: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:351: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:353: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:357: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:359: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:362: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:369: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:370: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:373: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb:3: WARNING: Each notebook should have at least one section title /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/unused/model_test_report.ipynb:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. See "backrefs" attribute for IDs. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/prompts/prompt.py:docstring of edsl.prompts.prompt.Prompt.from_template:6: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/prompts/prompt.py:docstring of edsl.prompts.prompt.Prompt.from_template:7: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/prompts/prompt.py:docstring of edsl.prompts.prompt.Prompt.from_template:7: WARNING: Inline strong start-string without end-string. WARNING: autodoc: failed to import class 'questions.QuestionBase' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:859: WARNING: Title underline too short. HTML/XML Tags in Question Text ''''''''''''''''''''''''''''' WARNING: autodoc: failed to import class 'questions.QuestionFreeText' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionMultipleChoice' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionCheckBox' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionMatrix' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionDict' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.derived.QuestionLinearScale' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionNumerical' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.derived.QuestionLikertFive' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionRank' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.derived.QuestionTopK' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.derived.QuestionYesNo' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionList' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionBudget' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'questions.QuestionExtract' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1407: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1409: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1411: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1413: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1403: ERROR: Error parsing content block for the "list-table" directive: two-level bullet list expected, but row 1 does not contain a second-level bullet list. .. list-table:: :header-rows: 1 * - agent.persona - answer.random * - Dog catcher - 473 * - Magician - 472 * - Spy - 427 /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1469: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1472: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1475: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1478: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:1465: ERROR: Error parsing content block for the "list-table" directive: two-level bullet list expected, but row 1 does not contain a second-level bullet list. .. list-table:: :header-rows: 1 * - scenario.persona - scenario.random - answer.evaluate * - Dog catcher - 473 - Bottom half * - Magician - 472 - Magicians never pick randomly! * - Spy - 427 - Bottom half WARNING: autodoc: failed to import class 'questions.QuestionFunctional' from module 'edsl'; the following exception was raised: No module named 'rank_bm25' WARNING: autodoc: failed to import class 'coop.coop.Coop' from module 'edsl'; the following exception was raised: No module named 'scipy' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/remote_inference.rst:4: WARNING: Duplicate explicit target name: "credits". WARNING: autodoc: failed to import class 'coop.coop.Coop' from module 'edsl'; the following exception was raised: No module named 'scipy' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/remote_inference.rst:: WARNING: image file not readable: static/home-ep-key.png /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/results.rst:142: ERROR: Error parsing content block for the "list-table" directive: two-level bullet list expected, but row 39 does not contain a second-level bullet list. .. list-table:: :header-rows: 1 * - key - value * - agent:traits - {'persona': 'student'} * - scenario:topic - climate change * - scenario:scenario_index - 0 * - model:model - gemini-1.5-flash * - model:parameters - {'temperature': 0.5, 'topP': 1, 'topK': 1, 'maxOutputTokens': 2048, 'stopSequences': []} * - model:inference_service - google * - iteration - 0 * - answer:important - 5 * - answer:read - Yes * - prompt:important_user_prompt - {'text': 'On a scale from 1 to 5, how important to you is climate change?\n\n0 : Not at all important\n\n1 : \n\n2 : \n\n3 : \n\n4 : \n\n5 : Very important\n\nOnly 1 option may be selected.\n\nRespond only with the code corresponding to one of the options. E.g., "1" or "5" by itself.\n\nAfter the answer, you can put a comment explaining why you chose that option on the next line.', 'class_name': 'Prompt'} * - prompt:important_system_prompt - {'text': "You are answering questions as if you were a human. Do not break character. Your traits: {'persona': 'student'}", 'class_name': 'Prompt'} * - prompt:read_user_prompt - {'text': '\nHave you read any books about climate change?\n\n \nYes\n \nNo\n \nI do not know\n \n\nOnly 1 option may be selected.\n\nRespond only with a string corresponding to one of the options.\n\n\nAfter the answer, you can put a comment explaining why you chose that option on the next line.', 'class_name': 'Prompt'} * - prompt:read_system_prompt - {'text': "You are answering questions as if you were a human. Do not break character. Your traits: {'persona': 'student'}", 'class_name': 'Prompt'} * - raw_model_response:important_raw_model_response - {'candidates': [{'content': {'parts': [{'text': "5\n\nIt's, like, a huge deal! The future of the planet is at stake, and that affects everything – from the environment to the economy to, you know, my future. It's definitely something I worry about.\n"}], 'role': 'model'}, 'finish_reason': 1, 'safety_ratings': [{'category': 8, 'probability': 1, 'blocked': False}, {'category': 10, 'probability': 1, 'blocked': False}, {'category': 7, 'probability': 1, 'blocked': False}, {'category': 9, 'probability': 1, 'blocked': False}], 'avg_logprobs': -0.2145003372768186, 'token_count': 0, 'grounding_attributions': []}], 'usage_metadata': {'prompt_token_count': 128, 'candidates_token_count': 53, 'total_token_count': 181, 'cached_content_token_count': 0}, 'model_version': 'gemini-1.5-flash'} * - raw_model_response:important_input_tokens - 128 * - raw_model_response:important_output_tokens - 53 * - raw_model_response:important_input_price_per_million_tokens - 0.075000 * - raw_model_response:important_output_price_per_million_tokens - 0.300000 * - raw_model_response:important_cost - 0.000025 * - raw_model_response:important_one_usd_buys - 39215.691903 * - raw_model_response:read_raw_model_response - {'candidates': [{'content': {'parts': [{'text': "Yes\n\nI've read a few articles and some chapters from textbooks for my environmental science classes, which covered climate change extensively. It's not quite the same as reading a whole book dedicated to the topic, but I've definitely learned about it.\n"}], 'role': 'model'}, 'finish_reason': 1, 'safety_ratings': [{'category': 8, 'probability': 1, 'blocked': False}, {'category': 10, 'probability': 1, 'blocked': False}, {'category': 7, 'probability': 1, 'blocked': False}, {'category': 9, 'probability': 1, 'blocked': False}], 'avg_logprobs': -0.15844399840743453, 'token_count': 0, 'grounding_attributions': []}], 'usage_metadata': {'prompt_token_count': 95, 'candidates_token_count': 54, 'total_token_count': 149, 'cached_content_token_count': 0}, 'model_version': 'gemini-1.5-flash'} * - raw_model_response:read_input_tokens - 95 * - raw_model_response:read_output_tokens - 54 * - raw_model_response:read_input_price_per_million_tokens - 0.075000 * - raw_model_response:read_output_price_per_million_tokens - 0.300000 * - raw_model_response:read_cost - 0.000023 * - raw_model_response:read_one_usd_buys - 42872.461058 * - question_to_attributes:important - {'question_text': 'On a scale from 1 to 5, how important to you is {{ topic }}?', 'question_type': 'linear_scale', 'question_options': [0, 1, 2, 3, 4, 5]} * - question_to_attributes:read - {'question_text': 'Have you read any books about {{ topic }}?', 'question_type': 'multiple_choice', 'question_options': ['Yes', 'No', 'I do not know']} * - generated_tokens:important_generated_tokens - 5 It's, like, a huge deal! The future of the planet is at stake, and that affects everything – from the environment to the economy to, you know, my future. It's definitely something I worry about. * - generated_tokens:read_generated_tokens - Yes I've read a few articles and some chapters from textbooks for my environmental science classes, which covered climate change extensively. It's not quite the same as reading a whole book dedicated to the topic, but I've definitely learned about it. * - comments_dict:important_comment - It's, like, a huge deal! The future of the planet is at stake, and that affects everything – from the environment to the economy to, you know, my future. It's definitely something I worry about. * - comments_dict:read_comment - I've read a few articles and some chapters from textbooks for my environmental science classes, which covered climate change extensively. It's not quite the same as reading a whole book dedicated to the topic, but I've definitely learned about it. * - cache_keys:important - 98d6961d0529335b74f2363ba9b7a8de * - cache_keys:read - 12af825953d89c1f776bd3af40e37cfb * - cache_used:important - False * - cache_used:read - False * indices:agent - 0 * indices:model - 0 * indices:scenario - 0 * interview_hash - 1563541154566694327 * order - 0 /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/results.rst:374: WARNING: Bullet list ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import class 'results.Result' from module 'edsl'; the following exception was raised: No module named 'scipy' WARNING: autodoc: failed to import class 'results.Results' from module 'edsl'; the following exception was raised: No module named 'scipy' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/scenarios.rst:130: ERROR: Error in "code-block" directive: maximum 1 argument(s) allowed, 5 supplied. .. code-block:: python from edsl import ScenarioList scenariolist = ScenarioList.from_source( source_type = "list", # or "csv", "dataframe", "delimited_file", "dict", "directory", "dta", "excel", "google_doc", "google_sheet", "json", "latex", "list_of_tuples", "pandas", "parquet", "pdf", "png", "pdf", "pdf_to_image", "text", "tsv", "sqlite", "urls", "wikipedia" field_name = "activity", # source-specific positional argument values = ["running", "reading"], # source-specific keyword argument use_indexes = False # source-specific keyword argument ) /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/scenarios.rst:4: WARNING: Duplicate explicit target name: "demo notebook". /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.__init__:6: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.__init__:8: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.__init__:6: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.chunk:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.chunk:12: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.drop:9: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.from_html:10: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.from_image:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.from_pdf_to_image:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.from_url:10: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.from_url:11: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.keep:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.select:9: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario.py:docstring of edsl.scenarios.scenario.Scenario.to_dict:6: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.choose_k:16: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.confusion_matrix:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.expand:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.expand:9: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.few_shot_examples:17: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.few_shot_examples:18: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.fillna:9: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.from_directory:15: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.from_directory:29: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.from_directory:32: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.from_source:21: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.from_source:26: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.from_source:26: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.order_by:4: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.predict:8: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report:9: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report:4: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report:10: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:13: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:14: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:16: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:17: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:19: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:21: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.report_from_template:23: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.select:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.sql:14: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.dataset.dataset_operations_mixin.DataOperationsBase.tally:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.to_true_skill_ranked_list:3: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.to_true_skill_ranked_list:15: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/scenarios/scenario_list.py:docstring of edsl.scenarios.scenario_list.ScenarioList.vibe_filter:13: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/starter_tutorial.rst:767: ERROR: Error parsing content block for the "list-table" directive: uniform two-level bullet list expected, but row 2 does not contain the same number of items as row 1 (5 vs 4). .. list-table:: :header-rows: 1 * - model - person - enjoy_reading - favorite_place_reading * - 0 - gemini-pro - artist - 5 - My favorite place for reading is a cozy nook i... * - 1 - gemini-pro - mechanic - 5 - Nestled amidst cozy cushions and the gentle gl... * - 2 - gemini-pro - sailor - 5 - My favorite place for reading is nestled in a ... * - 3 - gpt-4o - artist - 4 - My favorite place for reading is a cozy nook b... * - 4 - gpt-4o - mechanic - 2 - My favorite place for reading is in my garage,... * - 5 - gpt-4o - sailor - 3 - Ah, my favorite place for reading is out on th... /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.__init__:15: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.__init__:17: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.add_summation_question:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.add_weighted_linear_scale_sum:10: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.by:13: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.combine_multiple_choice_to_matrix:10: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.combine_multiple_choice_to_matrix:11: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.combine_multiple_choice_to_matrix:15: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.combine_multiple_choice_to_matrix:15: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.drop:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.example:13: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.example:15: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.from_vibes:21: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.from_vibes:24: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.generate_from_questions:9: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.generate_from_questions:10: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.generate_from_questions:13: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.generate_from_questions:14: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.generate_from_topic:11: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.generate_from_topic:12: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.run:10: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.run:8: WARNING: Inline emphasis start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.run:8: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.run_async:12: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/surveys/survey.py:docstring of edsl.surveys.survey.Survey.run_async:8: WARNING: Inline strong start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/teaching.rst:152: ERROR: Error parsing content block for the "list-table" directive: uniform two-level bullet list expected, but row 2 does not contain the same number of items as row 1 (5 vs 6). .. list-table:: :header-rows: 1 * - - model.model - agent.persona - answer.preferred_source - answer.hours_per_week - comment.hours_per_week_comment * - gpt-4o - college student - online news - 5.0 - I usually check the news online for about 30-45 minutes a day to stay updated, especially with everything going on in the world. WARNING: autodoc: failed to import module 'trackers.Tracker' from module 'edsl'; the following exception was raised: No module named 'edsl.trackers' WARNING: autodoc: failed to import module 'trackers.TrackerAPI' from module 'edsl'; the following exception was raised: No module named 'edsl.trackers' WARNING: autodoc: failed to import module 'trackers.TrackerTasks' from module 'edsl'; the following exception was raised: No module named 'edsl.trackers' WARNING: autodoc: failed to import module 'interface' from module 'edsl.utilities'; the following exception was raised: No module named 'edsl.utilities.interface' WARNING: autodoc: failed to import module 'pastebin' from module 'edsl.utilities'; the following exception was raised: No module named 'edsl.utilities.pastebin' looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/base.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/core_concepts.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/developers.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/examples.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/how_to_guides.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/introduction.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/mintlify-migration/README.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/PairwiseComparisonsDemo.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/analyzing_interviews.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/content_evaluation_example.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/docs_questions.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/edsl_intro.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/edsl_with_offline_inference_services.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/example_edsl_teaching.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/features_checklist.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/hello_world.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/image_examples.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/nightmare_before_christmas_survey.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/notebook_coop.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/question_multiple_choice_with_other_example.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/scenarios_humanize_methods.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/unused/model_test_report.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/polly.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/trackers.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/using_coop.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/utilities.rst: WARNING: document isn't included in any toctree done preparing documents... done copying assets... copying static files... done copying extra files... done copying assets: done writing output... [ 1%] agents writing output... [ 2%] answers writing output... [ 3%] api_keys writing output... [ 3%] base writing output... [ 4%] checklist writing output... [ 5%] citation writing output... [ 6%] colab_notebooks writing output... [ 7%] colab_setup writing output... [ 8%] contributing writing output... [ 8%] coop writing output... [ 9%] core_concepts writing output... [ 10%] costs writing output... [ 11%] credits writing output... [ 12%] data writing output... [ 13%] dataset writing output... [ 14%] developers writing output... [ 14%] enums writing output... [ 15%] examples writing output... [ 16%] exceptions writing output... [ 17%] filestore writing output... [ 18%] firecrawl writing output... [ 19%] getting_started writing output... [ 19%] how_to_guides writing output... [ 20%] humanize writing output... [ 21%] index writing output... [ 22%] installation writing output... [ 23%] interviews writing output... [ 24%] introduction writing output... [ 25%] jobs writing output... [ 25%] language_models writing output... [ 26%] logging writing output... [ 27%] mintlify-migration/README writing output... [ 28%] notebooks writing output... [ 29%] notebooks/PairwiseComparisonsDemo writing output... [ 30%] notebooks/adding_metadata writing output... [ 31%] notebooks/agent_fatigue writing output... [ 31%] notebooks/analyze_customer_call writing output... [ 32%] notebooks/analyze_evaluations writing output... [ 33%] notebooks/analyzing_interviews writing output... [ 34%] notebooks/answering_instructions_example writing output... [ 35%] notebooks/batching_results writing output... [ 36%] notebooks/ces_data_edsl writing output... [ 36%] notebooks/concept_induction writing output... [ 37%] notebooks/conduct_interview writing output... [ 38%] notebooks/content_evaluation_example writing output... [ 39%] notebooks/data_cleaning writing output... [ 40%] notebooks/data_labeling_agent writing output... [ 41%] notebooks/data_labeling_example writing output... [ 42%] notebooks/data_labeling_validation_example writing output... [ 42%] notebooks/digital_twin writing output... [ 43%] notebooks/docs_questions writing output... [ 44%] notebooks/edsl_intro writing output... [ 45%] notebooks/edsl_polling writing output... [ 46%] notebooks/edsl_with_cloud_providers writing output... [ 47%] notebooks/edsl_with_offline_inference_services writing output... [ 47%] notebooks/estimating_costs writing output... [ 48%] notebooks/evaluating_job_posts writing output... [ 49%] notebooks/example_agent_dynamic_traits writing output... [ 50%] notebooks/example_edsl_teaching writing output... [ 51%] notebooks/explore_llm_biases writing output... [ 52%] notebooks/explore_survey_contexts writing output... [ 53%] notebooks/features_checklist writing output... [ 53%] notebooks/filestore_examples_new writing output... [ 54%] notebooks/free_responses writing output... [ 55%] notebooks/google_form_to_edsl writing output... [ 56%] notebooks/hello_world writing output... [ 57%] notebooks/image_examples writing output... [ 58%] notebooks/image_scenario_example writing output... [ 58%] notebooks/import_agents writing output... [ 59%] notebooks/looping_and_piping writing output... [ 60%] notebooks/models_scoring_models writing output... [ 61%] notebooks/nightmare_before_christmas_survey writing output... [ 62%] notebooks/notebook_coop writing output... [ 63%] notebooks/nps_survey writing output... [ 64%] notebooks/piping_comments writing output... [ 64%] notebooks/qualitative_research writing output... [ 65%] notebooks/question_extract_example writing output... [ 66%] notebooks/question_loop_scenarios writing output... [ 67%] notebooks/question_multiple_choice_with_other_example writing output... [ 68%] notebooks/random_numbers writing output... [ 69%] notebooks/reasoning_model_example writing output... [ 69%] notebooks/research_methods writing output... [ 70%] notebooks/run_background writing output... [ 71%] notebooks/save_load_objects_locally writing output... [ 72%] notebooks/scenario_from_pdf writing output... [ 73%] notebooks/scenario_list_wikipedia writing output... [ 74%] notebooks/scenariolist_unpivot writing output... [ 75%] notebooks/scenarios_filestore_example writing output... [ 75%] notebooks/scenarios_humanize_methods writing output... [ 76%] notebooks/skip_logic_scenarios writing output... [ 77%] notebooks/starter_tutorial writing output... [ 78%] notebooks/summarizing_transcripts writing output... [ 79%] notebooks/testing_training_data writing output... [ 80%] notebooks/unused/model_test_report writing output... [ 81%] notebooks/updating_agents writing output... [ 81%] notebooks/video_scenario_example writing output... [ 82%] notebooks/writing_style writing output... [ 83%] notebooks/yoga_studio_name_survey writing output... [ 84%] overview writing output... [ 85%] papers writing output... [ 86%] polly writing output... [ 86%] prolific writing output... [ 87%] prompts writing output... [ 88%] questions writing output... [ 89%] remote_caching writing output... [ 90%] remote_inference writing output... [ 91%] results writing output... [ 92%] scenarios writing output... [ 92%] starter_tutorial writing output... [ 93%] survey_builder writing output... [ 94%] surveys writing output... [ 95%] teaching writing output... [ 96%] token_limits writing output... [ 97%] token_usage writing output... [ 97%] trackers writing output... [ 98%] using_coop writing output... [ 99%] utilities writing output... [100%] whitepaper /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/api_keys.rst:36: WARNING: undefined label: 'remote-inference' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/api_keys.rst:120: WARNING: undefined label: 'remote-inference' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/api_keys.rst:164: WARNING: undefined label: 'credits' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/costs.rst:10: WARNING: undefined label: 'remote-caching' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/exceptions.rst:15: WARNING: undefined label: 'coop' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/exceptions.rst:108: WARNING: undefined label: 'data' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/getting_started.rst:126: WARNING: undefined label: 'credits' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:144: WARNING: undefined label: 'firecrawl' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/overview.rst:93: WARNING: undefined label: 'coop' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/overview.rst:104: WARNING: undefined label: 'coop' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:307: WARNING: undefined label: 'survey' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/remote_inference.rst:90: WARNING: undefined label: 'credits' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/results.rst:18: WARNING: undefined label: 'models' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/results.rst:92: WARNING: undefined label: 'models' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/starter_tutorial.rst:27: WARNING: undefined label: 'coop' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/surveys.rst:9: WARNING: undefined label: 'data' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/surveys.rst:1222: WARNING: undefined label: 'credits' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/surveys.rst:1243: WARNING: undefined label: 'credits' generating indices... genindex py-modindex done copying linked files... copying notebooks ... [ 2%] notebooks/PairwiseComparisonsDemo.ipynb copying notebooks ... [ 3%] notebooks/adding_metadata.ipynb copying notebooks ... [ 5%] notebooks/agent_fatigue.ipynb copying notebooks ... [ 6%] notebooks/analyze_customer_call.ipynb copying notebooks ... [ 8%] notebooks/analyze_evaluations.ipynb copying notebooks ... [ 9%] notebooks/analyzing_interviews.ipynb copying notebooks ... [ 11%] notebooks/answering_instructions_example.ipynb copying notebooks ... [ 12%] notebooks/batching_results.ipynb copying notebooks ... [ 14%] notebooks/ces_data_edsl.ipynb copying notebooks ... [ 16%] notebooks/concept_induction.ipynb copying notebooks ... [ 17%] notebooks/conduct_interview.ipynb copying notebooks ... [ 19%] notebooks/content_evaluation_example.ipynb copying notebooks ... [ 20%] notebooks/data_cleaning.ipynb copying notebooks ... [ 22%] notebooks/data_labeling_agent.ipynb copying notebooks ... [ 23%] notebooks/data_labeling_example.ipynb copying notebooks ... [ 25%] notebooks/data_labeling_validation_example.ipynb copying notebooks ... [ 27%] notebooks/digital_twin.ipynb copying notebooks ... [ 28%] notebooks/docs_questions.ipynb copying notebooks ... [ 30%] notebooks/edsl_intro.ipynb copying notebooks ... [ 31%] notebooks/edsl_polling.ipynb copying notebooks ... [ 33%] notebooks/edsl_with_cloud_providers.ipynb copying notebooks ... [ 34%] notebooks/edsl_with_offline_inference_services.ipynb copying notebooks ... [ 36%] notebooks/estimating_costs.ipynb copying notebooks ... [ 38%] notebooks/evaluating_job_posts.ipynb copying notebooks ... [ 39%] notebooks/example_agent_dynamic_traits.ipynb copying notebooks ... [ 41%] notebooks/example_edsl_teaching.ipynb copying notebooks ... [ 42%] notebooks/explore_llm_biases.ipynb copying notebooks ... [ 44%] notebooks/explore_survey_contexts.ipynb copying notebooks ... [ 45%] notebooks/features_checklist.ipynb copying notebooks ... [ 47%] notebooks/filestore_examples_new.ipynb copying notebooks ... [ 48%] notebooks/free_responses.ipynb copying notebooks ... [ 50%] notebooks/google_form_to_edsl.ipynb copying notebooks ... [ 52%] notebooks/hello_world.ipynb copying notebooks ... [ 53%] notebooks/image_examples.ipynb copying notebooks ... [ 55%] notebooks/image_scenario_example.ipynb copying notebooks ... [ 56%] notebooks/import_agents.ipynb copying notebooks ... [ 58%] notebooks/looping_and_piping.ipynb copying notebooks ... [ 59%] notebooks/models_scoring_models.ipynb copying notebooks ... [ 61%] notebooks/nightmare_before_christmas_survey.ipynb copying notebooks ... [ 62%] notebooks/nps_survey.ipynb copying notebooks ... [ 64%] notebooks/piping_comments.ipynb copying notebooks ... [ 66%] notebooks/qualitative_research.ipynb copying notebooks ... [ 67%] notebooks/question_extract_example.ipynb copying notebooks ... [ 69%] notebooks/question_loop_scenarios.ipynb copying notebooks ... [ 70%] notebooks/question_multiple_choice_with_other_example.ipynb copying notebooks ... [ 72%] notebooks/random_numbers.ipynb copying notebooks ... [ 73%] notebooks/reasoning_model_example.ipynb copying notebooks ... [ 75%] notebooks/research_methods.ipynb copying notebooks ... [ 77%] notebooks/run_background.ipynb copying notebooks ... [ 78%] notebooks/save_load_objects_locally.ipynb copying notebooks ... [ 80%] notebooks/scenario_from_pdf.ipynb copying notebooks ... [ 81%] notebooks/scenario_list_wikipedia.ipynb copying notebooks ... [ 83%] notebooks/scenariolist_unpivot.ipynb copying notebooks ... [ 84%] notebooks/scenarios_filestore_example.ipynb copying notebooks ... [ 86%] notebooks/scenarios_humanize_methods.ipynb copying notebooks ... [ 88%] notebooks/skip_logic_scenarios.ipynb copying notebooks ... [ 89%] notebooks/starter_tutorial.ipynb copying notebooks ... [ 91%] notebooks/summarizing_transcripts.ipynb copying notebooks ... [ 92%] notebooks/testing_training_data.ipynb copying notebooks ... [ 94%] notebooks/unused/model_test_report.ipynb copying notebooks ... [ 95%] notebooks/updating_agents.ipynb copying notebooks ... [ 97%] notebooks/video_scenario_example.ipynb copying notebooks ... [ 98%] notebooks/writing_style.ipynb copying notebooks ... [100%] notebooks/yoga_studio_name_survey.ipynb writing additional pages... search done copying images... [ 3%] static/home-settings.png copying images... [ 7%] static/home-keys.png copying images... [ 10%] static/colab_keys_secrets.png copying images... [ 14%] static/colab_notebooks.png copying images... [ 17%] static/colab_sample_code.png copying images... [ 21%] static/coop-my-content.png copying images... [ 24%] static/coop-content-object-pull.png copying images... [ 28%] static/coop-content-object-raw.png copying images... [ 31%] static/coop-content-object-delete.png copying images... [ 34%] static/home-credits.png copying images... [ 38%] static/home-remote-inference-job-history.png copying images... [ 41%] static/coop-content-results-tokens.png copying images... [ 45%] _build/doctrees/nbsphinx/notebooks_PairwiseComparisonsDemo_5_0.png copying images... [ 48%] _build/doctrees/nbsphinx/notebooks_PairwiseComparisonsDemo_15_0.png copying images... [ 52%] _build/doctrees/nbsphinx/notebooks_content_evaluation_example_8_0.png copying images... [ 55%] _build/doctrees/nbsphinx/notebooks_features_checklist_6_0.png copying images... [ 59%] _build/doctrees/nbsphinx/notebooks_features_checklist_8_0.png copying images... [ 62%] notebooks/automated_social_science_paper.png copying images... [ 66%] _build/doctrees/nbsphinx/notebooks_skip_logic_scenarios_13_0.png copying images... [ 69%] _build/doctrees/nbsphinx/notebooks_skip_logic_scenarios_34_0.png copying images... [ 72%] _build/doctrees/nbsphinx/notebooks_summarizing_transcripts_42_0.png copying images... [ 76%] static/home-remote-cache-logs.png copying images... [ 79%] static/home-remote-inference-job-completed.png copying images... [ 83%] static/coop-content-results-view.png copying images... [ 86%] static/home-remote-cache-job-history-details.png copying images... [ 90%] static/followup_questions_flow.png copying images... [ 93%] static/show_flow.png copying images... [ 97%] static/show_flow_agent.png copying images... [100%] static/home-keys-token-rates.png dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 509 warnings. The HTML pages are in ../_readthedocs/html.