Read the Docs build information Build id: 2478960 Project: expected-parrot-edsl Version: latest Commit: 8f7adc04cb42eddcb2bce376d7b246466720ff9e Date: 2024-09-12T19:05:05.461943Z State: finished Success: True [rtd-command-info] start-time: 2024-09-12T19:05:06.909982Z, end-time: 2024-09-12T19:05:09.747573Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/expectedparrot/edsl.git . Cloning into '.'... [rtd-command-info] start-time: 2024-09-12T19:05:09.818093Z, end-time: 2024-09-12T19:05:11.279389Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2024-09-12T19:05:11.423370Z, end-time: 2024-09-12T19:05:11.838252Z, 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 8f7adc0 Merge pull request #1029 from expectedparrot/nb_sep2 [rtd-command-info] start-time: 2024-09-12T19:05:11.909413Z, end-time: 2024-09-12T19:05:12.067379Z, 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: 2024-09-12T19:05:21.613226Z, end-time: 2024-09-12T19:05:22.350870Z, duration: 0, exit-code: 0 asdf global python 3.11.9 [rtd-command-info] start-time: 2024-09-12T19:05:23.462363Z, end-time: 2024-09-12T19:05:25.153700Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.9.final.0-64 in 848ms 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: 2024-09-12T19:05:25.227359Z, end-time: 2024-09-12T19:05:41.284855Z, duration: 16, 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-24.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 13.1 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-74.1.2-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 27.1 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-24.2 setuptools-74.1.2 [rtd-command-info] start-time: 2024-09-12T19:05:41.377265Z, end-time: 2024-09-12T19:05:56.196825Z, duration: 14, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-8.0.2-py3-none-any.whl.metadata (6.2 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.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 sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 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.3-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.8-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-8.0.2-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 112.0 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.16.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 168.4 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 244.5 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) Downloading packaging-24.1-py3-none-any.whl (53 kB) Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 342.2 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 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_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 certifi-2024.8.30-py3-none-any.whl (167 kB) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) Downloading idna-3.8-py3-none-any.whl (66 kB) Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.2.3-py3-none-any.whl (126 kB) Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pygments-2.18.0 alabaster-1.0.0 babel-2.16.0 certifi-2024.8.30 charset-normalizer-3.3.2 docutils-0.21.2 idna-3.8 imagesize-1.4.1 packaging-24.1 readthedocs-sphinx-ext-2.2.5 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.0.2 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.2.3 [rtd-command-info] start-time: 2024-09-12T19:05:56.275971Z, end-time: 2024-09-12T19:07:00.340574Z, duration: 64, 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.13" 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 colorama: markers 'python_full_version >= "3.9.1" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows")' 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.13"' don't match your environment Ignoring pywinpty: markers 'python_full_version >= "3.9.1" and python_version < "3.13" 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.3.4 (from -r docs/requirements.txt (line 1)) Downloading aiohappyeyeballs-2.3.4-py3-none-any.whl (12 kB) Collecting aiohttp==3.10.0 (from -r docs/requirements.txt (line 4)) Downloading aiohttp-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 58.6 MB/s eta 0:00:00 Collecting aiosignal==1.3.1 (from -r docs/requirements.txt (line 81)) Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting alabaster==0.7.16 (from -r docs/requirements.txt (line 84)) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Collecting annotated-types==0.7.0 (from -r docs/requirements.txt (line 87)) Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) Collecting anthropic==0.23.1 (from -r docs/requirements.txt (line 90)) Downloading anthropic-0.23.1-py3-none-any.whl (869 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 869.1/869.1 kB 287.2 MB/s eta 0:00:00 Collecting anyio==4.4.0 (from -r docs/requirements.txt (line 93)) Downloading anyio-4.4.0-py3-none-any.whl (86 kB) Collecting argon2-cffi-bindings==21.2.0 (from -r docs/requirements.txt (line 99)) Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB) Collecting argon2-cffi==23.1.0 (from -r docs/requirements.txt (line 121)) Downloading argon2_cffi-23.1.0-py3-none-any.whl (15 kB) Collecting arrow==1.3.0 (from -r docs/requirements.txt (line 124)) Downloading arrow-1.3.0-py3-none-any.whl (66 kB) Collecting astroid==3.2.4 (from -r docs/requirements.txt (line 127)) Downloading astroid-3.2.4-py3-none-any.whl (276 kB) Collecting asttokens==2.4.1 (from -r docs/requirements.txt (line 130)) Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB) Collecting async-lru==2.0.4 (from -r docs/requirements.txt (line 133)) Downloading async_lru-2.0.4-py3-none-any.whl (6.1 kB) Collecting attrs==23.2.0 (from -r docs/requirements.txt (line 139)) Downloading attrs-23.2.0-py3-none-any.whl (60 kB) Collecting babel==2.15.0 (from -r docs/requirements.txt (line 142)) Downloading Babel-2.15.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 222.1 MB/s eta 0:00:00 Collecting beautifulsoup4==4.12.3 (from -r docs/requirements.txt (line 145)) Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) Collecting black==24.4.2 (from black[jupyter]==24.4.2->-r docs/requirements.txt (line 148)) Downloading black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 336.6 MB/s eta 0:00:00 Collecting bleach==6.1.0 (from -r docs/requirements.txt (line 171)) Downloading bleach-6.1.0-py3-none-any.whl (162 kB) Collecting certifi==2024.7.4 (from -r docs/requirements.txt (line 174)) Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) Collecting cffi==1.16.0 (from -r docs/requirements.txt (line 177)) Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB) Collecting cfgv==3.4.0 (from -r docs/requirements.txt (line 230)) Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB) Requirement already satisfied: charset-normalizer==3.3.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 233)) (3.3.2) Collecting click==8.1.7 (from -r docs/requirements.txt (line 324)) Downloading click-8.1.7-py3-none-any.whl (97 kB) Collecting comm==0.2.2 (from -r docs/requirements.txt (line 330)) Downloading comm-0.2.2-py3-none-any.whl (7.2 kB) Collecting contourpy==1.2.1 (from -r docs/requirements.txt (line 333)) Downloading contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (306 kB) Collecting coverage==7.6.0 (from -r docs/requirements.txt (line 378)) Downloading coverage-7.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237 kB) Collecting cycler==0.12.1 (from -r docs/requirements.txt (line 431)) Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Collecting debugpy==1.8.2 (from -r docs/requirements.txt (line 434)) Downloading debugpy-1.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 321.8 MB/s eta 0:00:00 Collecting decorator==5.1.1 (from -r docs/requirements.txt (line 457)) Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting defusedxml==0.7.1 (from -r docs/requirements.txt (line 460)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting dill==0.3.8 (from -r docs/requirements.txt (line 463)) Downloading dill-0.3.8-py3-none-any.whl (116 kB) Collecting distlib==0.3.8 (from -r docs/requirements.txt (line 466)) Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB) Collecting distro==1.9.0 (from -r docs/requirements.txt (line 469)) Downloading distro-1.9.0-py3-none-any.whl (20 kB) Collecting docutils==0.20.1 (from -r docs/requirements.txt (line 472)) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 313.5 MB/s eta 0:00:00 Collecting execnet==2.1.1 (from -r docs/requirements.txt (line 478)) Downloading execnet-2.1.1-py3-none-any.whl (40 kB) Collecting executing==2.0.1 (from -r docs/requirements.txt (line 481)) Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB) Collecting fastjsonschema==2.20.0 (from -r docs/requirements.txt (line 484)) Downloading fastjsonschema-2.20.0-py3-none-any.whl (23 kB) Collecting filelock==3.15.4 (from -r docs/requirements.txt (line 487)) Downloading filelock-3.15.4-py3-none-any.whl (16 kB) Collecting fonttools==4.53.1 (from -r docs/requirements.txt (line 490)) Downloading fonttools-4.53.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 217.0 MB/s eta 0:00:00 Collecting fqdn==1.5.1 (from -r docs/requirements.txt (line 533)) Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB) Collecting frozenlist==1.4.1 (from -r docs/requirements.txt (line 536)) Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) Collecting fsspec==2024.6.1 (from -r docs/requirements.txt (line 614)) Downloading fsspec-2024.6.1-py3-none-any.whl (177 kB) Collecting gprof2dot==2024.6.6 (from -r docs/requirements.txt (line 617)) Downloading gprof2dot-2024.6.6-py2.py3-none-any.whl (34 kB) Collecting greenlet==3.0.3 (from -r docs/requirements.txt (line 620)) Downloading greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (620 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.0/620.0 kB 323.9 MB/s eta 0:00:00 Collecting h11==0.14.0 (from -r docs/requirements.txt (line 679)) Downloading h11-0.14.0-py3-none-any.whl (58 kB) Collecting httpcore==1.0.5 (from -r docs/requirements.txt (line 682)) Downloading httpcore-1.0.5-py3-none-any.whl (77 kB) Collecting httpx==0.27.0 (from -r docs/requirements.txt (line 685)) Downloading httpx-0.27.0-py3-none-any.whl (75 kB) Collecting huggingface-hub==0.24.5 (from -r docs/requirements.txt (line 688)) Downloading huggingface_hub-0.24.5-py3-none-any.whl (417 kB) Collecting identify==2.6.0 (from -r docs/requirements.txt (line 691)) Downloading identify-2.6.0-py2.py3-none-any.whl (98 kB) Collecting idna==3.7 (from -r docs/requirements.txt (line 694)) Downloading idna-3.7-py3-none-any.whl (66 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 697)) (1.4.1) Collecting iniconfig==2.0.0 (from -r docs/requirements.txt (line 706)) Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Collecting ipykernel==6.29.5 (from -r docs/requirements.txt (line 709)) Downloading ipykernel-6.29.5-py3-none-any.whl (117 kB) Collecting ipython==8.18.1 (from -r docs/requirements.txt (line 712)) Downloading ipython-8.18.1-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 420.4 MB/s eta 0:00:00 Collecting ipywidgets==8.1.3 (from -r docs/requirements.txt (line 715)) Downloading ipywidgets-8.1.3-py3-none-any.whl (139 kB) Collecting isoduration==20.11.0 (from -r docs/requirements.txt (line 718)) Downloading isoduration-20.11.0-py3-none-any.whl (11 kB) Collecting isort==5.13.2 (from -r docs/requirements.txt (line 721)) Downloading isort-5.13.2-py3-none-any.whl (92 kB) Collecting jedi==0.19.1 (from -r docs/requirements.txt (line 724)) Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 368.0 MB/s eta 0:00:00 Requirement already satisfied: jinja2==3.1.4 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 727)) (3.1.4) Collecting json5==0.9.25 (from -r docs/requirements.txt (line 730)) Downloading json5-0.9.25-py3-none-any.whl (30 kB) Collecting jsonpointer==3.0.0 (from -r docs/requirements.txt (line 733)) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) Collecting jsonschema-specifications==2023.12.1 (from -r docs/requirements.txt (line 736)) Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) Collecting jsonschema==4.23.0 (from -r docs/requirements.txt (line 739)) Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) Collecting jupyter-client==8.6.2 (from -r docs/requirements.txt (line 745)) Downloading jupyter_client-8.6.2-py3-none-any.whl (105 kB) Collecting jupyter-console==6.6.3 (from -r docs/requirements.txt (line 748)) Downloading jupyter_console-6.6.3-py3-none-any.whl (24 kB) Collecting jupyter-core==5.7.2 (from -r docs/requirements.txt (line 751)) Downloading jupyter_core-5.7.2-py3-none-any.whl (28 kB) Collecting jupyter-events==0.10.0 (from -r docs/requirements.txt (line 754)) Downloading jupyter_events-0.10.0-py3-none-any.whl (18 kB) Collecting jupyter-lsp==2.2.5 (from -r docs/requirements.txt (line 757)) Downloading jupyter_lsp-2.2.5-py3-none-any.whl (69 kB) Collecting jupyter-server-terminals==0.5.3 (from -r docs/requirements.txt (line 760)) Downloading jupyter_server_terminals-0.5.3-py3-none-any.whl (13 kB) Collecting jupyter-server==2.14.2 (from -r docs/requirements.txt (line 763)) Downloading jupyter_server-2.14.2-py3-none-any.whl (383 kB) Collecting jupyter==1.0.0 (from -r docs/requirements.txt (line 766)) Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB) Collecting jupyterlab-pygments==0.3.0 (from -r docs/requirements.txt (line 770)) Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Collecting jupyterlab-server==2.27.3 (from -r docs/requirements.txt (line 773)) Downloading jupyterlab_server-2.27.3-py3-none-any.whl (59 kB) Collecting jupyterlab-widgets==3.0.11 (from -r docs/requirements.txt (line 776)) Downloading jupyterlab_widgets-3.0.11-py3-none-any.whl (214 kB) Collecting jupyterlab==4.2.4 (from -r docs/requirements.txt (line 779)) Downloading jupyterlab-4.2.4-py3-none-any.whl (11.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 214.6 MB/s eta 0:00:00 Collecting kiwisolver==1.4.5 (from -r docs/requirements.txt (line 782)) Downloading kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 495.3 MB/s eta 0:00:00 Collecting lxml==5.2.2 (from -r docs/requirements.txt (line 887)) Downloading lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 219.7 MB/s eta 0:00:00 Collecting markdown-it-py==3.0.0 (from -r docs/requirements.txt (line 1030)) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Collecting markdown2==2.5.0 (from -r docs/requirements.txt (line 1033)) Downloading markdown2-2.5.0-py2.py3-none-any.whl (47 kB) Requirement already satisfied: markupsafe==2.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 1036)) (2.1.5) Collecting matplotlib-inline==0.1.7 (from -r docs/requirements.txt (line 1097)) Downloading matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB) Collecting matplotlib==3.9.1 (from -r docs/requirements.txt (line 1100)) Downloading matplotlib-3.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 219.1 MB/s eta 0:00:00 Collecting mccabe==0.7.0 (from -r docs/requirements.txt (line 1130)) Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Collecting mdit-py-plugins==0.4.1 (from -r docs/requirements.txt (line 1133)) Downloading mdit_py_plugins-0.4.1-py3-none-any.whl (54 kB) Collecting mdurl==0.1.2 (from -r docs/requirements.txt (line 1136)) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Collecting mistune==3.0.2 (from -r docs/requirements.txt (line 1139)) Downloading mistune-3.0.2-py3-none-any.whl (47 kB) Collecting multidict==6.0.5 (from -r docs/requirements.txt (line 1142)) Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) Collecting mypy-extensions==1.0.0 (from -r docs/requirements.txt (line 1233)) Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB) Collecting mypy==1.11.1 (from -r docs/requirements.txt (line 1236)) Downloading mypy-1.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (12.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 221.1 MB/s eta 0:00:00 Collecting myst-parser==3.0.1 (from -r docs/requirements.txt (line 1264)) Downloading myst_parser-3.0.1-py3-none-any.whl (83 kB) Collecting nbclient==0.10.0 (from -r docs/requirements.txt (line 1267)) Downloading nbclient-0.10.0-py3-none-any.whl (25 kB) Collecting nbconvert==7.16.4 (from -r docs/requirements.txt (line 1270)) Downloading nbconvert-7.16.4-py3-none-any.whl (257 kB) Collecting nbformat==5.10.4 (from -r docs/requirements.txt (line 1273)) Downloading nbformat-5.10.4-py3-none-any.whl (78 kB) Collecting nbsphinx==0.9.4 (from -r docs/requirements.txt (line 1276)) Downloading nbsphinx-0.9.4-py3-none-any.whl (31 kB) Collecting nest-asyncio==1.6.0 (from -r docs/requirements.txt (line 1279)) Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) Collecting nodeenv==1.9.1 (from -r docs/requirements.txt (line 1282)) Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) Collecting notebook-shim==0.2.4 (from -r docs/requirements.txt (line 1285)) Downloading notebook_shim-0.2.4-py3-none-any.whl (13 kB) Collecting notebook==7.2.1 (from -r docs/requirements.txt (line 1288)) Downloading notebook-7.2.1-py3-none-any.whl (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 236.0 MB/s eta 0:00:00 Collecting numpy==1.26.4 (from -r docs/requirements.txt (line 1291)) Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 205.6 MB/s eta 0:00:00 Collecting openai==1.37.1 (from -r docs/requirements.txt (line 1328)) Downloading openai-1.37.1-py3-none-any.whl (337 kB) Collecting overrides==7.7.0 (from -r docs/requirements.txt (line 1331)) Downloading overrides-7.7.0-py3-none-any.whl (17 kB) Requirement already satisfied: packaging==24.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 1334)) (24.1) Collecting pandas==2.2.2 (from -r docs/requirements.txt (line 1337)) Downloading pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 208.4 MB/s eta 0:00:00 Collecting pandocfilters==1.5.1 (from -r docs/requirements.txt (line 1367)) Downloading pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB) Collecting parso==0.8.4 (from -r docs/requirements.txt (line 1370)) Downloading parso-0.8.4-py2.py3-none-any.whl (103 kB) Collecting pathspec==0.12.1 (from -r docs/requirements.txt (line 1373)) Downloading pathspec-0.12.1-py3-none-any.whl (31 kB) Collecting pexpect==4.9.0 (from -r docs/requirements.txt (line 1376)) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Collecting pillow==10.4.0 (from -r docs/requirements.txt (line 1379)) Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 204.0 MB/s eta 0:00:00 Collecting platformdirs==4.2.2 (from -r docs/requirements.txt (line 1460)) Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) Collecting pluggy==1.5.0 (from -r docs/requirements.txt (line 1463)) Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Collecting pre-commit==3.8.0 (from -r docs/requirements.txt (line 1466)) Downloading pre_commit-3.8.0-py2.py3-none-any.whl (204 kB) Collecting prometheus-client==0.20.0 (from -r docs/requirements.txt (line 1469)) Downloading prometheus_client-0.20.0-py3-none-any.whl (54 kB) Collecting prompt-toolkit==3.0.47 (from -r docs/requirements.txt (line 1472)) Downloading prompt_toolkit-3.0.47-py3-none-any.whl (386 kB) Collecting psutil==6.0.0 (from -r docs/requirements.txt (line 1475)) Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB) Collecting ptyprocess==0.7.0 (from -r docs/requirements.txt (line 1493)) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting pure-eval==0.2.3 (from -r docs/requirements.txt (line 1496)) Downloading pure_eval-0.2.3-py3-none-any.whl (11 kB) Collecting pycparser==2.22 (from -r docs/requirements.txt (line 1499)) Downloading pycparser-2.22-py3-none-any.whl (117 kB) Collecting pydantic-core==2.20.1 (from -r docs/requirements.txt (line 1502)) Downloading pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 314.4 MB/s eta 0:00:00 Collecting pydantic==2.8.2 (from -r docs/requirements.txt (line 1592)) Downloading pydantic-2.8.2-py3-none-any.whl (423 kB) Collecting pydocstyle==6.3.0 (from -r docs/requirements.txt (line 1595)) Downloading pydocstyle-6.3.0-py3-none-any.whl (38 kB) Collecting pydot==2.0.0 (from -r docs/requirements.txt (line 1598)) Downloading pydot-2.0.0-py3-none-any.whl (22 kB) Requirement already satisfied: pygments==2.18.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 1601)) (2.18.0) Collecting pylint==3.2.6 (from -r docs/requirements.txt (line 1604)) Downloading pylint-3.2.6-py3-none-any.whl (519 kB) Collecting pymupdf==1.24.9 (from -r docs/requirements.txt (line 1607)) Downloading PyMuPDF-1.24.9-cp311-none-manylinux2014_x86_64.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 228.2 MB/s eta 0:00:00 Collecting pymupdfb==1.24.9 (from -r docs/requirements.txt (line 1644)) Downloading PyMuPDFb-1.24.9-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/15.9 MB 216.7 MB/s eta 0:00:00 Collecting pyparsing==3.1.2 (from -r docs/requirements.txt (line 1653)) Downloading pyparsing-3.1.2-py3-none-any.whl (103 kB) Collecting pyreadstat==1.2.7 (from -r docs/requirements.txt (line 1656)) Downloading pyreadstat-1.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 238.9 MB/s eta 0:00:00 Collecting pytest-asyncio==0.23.8 (from -r docs/requirements.txt (line 1683)) Downloading pytest_asyncio-0.23.8-py3-none-any.whl (17 kB) Collecting pytest-env==1.1.3 (from -r docs/requirements.txt (line 1686)) 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 1689)) Downloading pytest_html-4.1.1-py3-none-any.whl (23 kB) Collecting pytest-metadata==3.1.1 (from -r docs/requirements.txt (line 1692)) Downloading pytest_metadata-3.1.1-py3-none-any.whl (11 kB) Collecting pytest-mock==3.14.0 (from -r docs/requirements.txt (line 1695)) Downloading pytest_mock-3.14.0-py3-none-any.whl (9.9 kB) Collecting pytest-profiling==1.7.0 (from -r docs/requirements.txt (line 1698)) Downloading pytest_profiling-1.7.0-py2.py3-none-any.whl (8.3 kB) Collecting pytest-xdist==3.6.1 (from -r docs/requirements.txt (line 1701)) Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) Collecting pytest==7.4.4 (from -r docs/requirements.txt (line 1704)) Downloading pytest-7.4.4-py3-none-any.whl (325 kB) Collecting python-dateutil==2.9.0.post0 (from -r docs/requirements.txt (line 1707)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Collecting python-docx==1.1.2 (from -r docs/requirements.txt (line 1710)) Downloading python_docx-1.1.2-py3-none-any.whl (244 kB) Collecting python-dotenv==1.0.1 (from -r docs/requirements.txt (line 1713)) Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) Collecting python-json-logger==2.0.7 (from -r docs/requirements.txt (line 1716)) Downloading python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Collecting pytz==2024.1 (from -r docs/requirements.txt (line 1719)) Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) Collecting pyyaml==6.0.1 (from -r docs/requirements.txt (line 1744)) Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 529.1 MB/s eta 0:00:00 Collecting pyzmq==26.0.3 (from -r docs/requirements.txt (line 1796)) Downloading pyzmq-26.0.3-cp311-cp311-manylinux_2_28_x86_64.whl (919 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 919.9/919.9 kB 496.0 MB/s eta 0:00:00 Collecting qtconsole==5.5.2 (from -r docs/requirements.txt (line 1885)) Downloading qtconsole-5.5.2-py3-none-any.whl (123 kB) Collecting qtpy==2.4.1 (from -r docs/requirements.txt (line 1888)) Downloading QtPy-2.4.1-py3-none-any.whl (93 kB) Collecting referencing==0.35.1 (from -r docs/requirements.txt (line 1891)) Downloading referencing-0.35.1-py3-none-any.whl (26 kB) Requirement already satisfied: requests==2.32.3 in /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 1894)) (2.32.3) Collecting restrictedpython==7.1 (from -r docs/requirements.txt (line 1897)) Downloading RestrictedPython-7.1-py3-none-any.whl (26 kB) Collecting rfc3339-validator==0.1.4 (from -r docs/requirements.txt (line 1900)) 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 1903)) Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Collecting rich==13.7.1 (from -r docs/requirements.txt (line 1906)) Downloading rich-13.7.1-py3-none-any.whl (240 kB) Collecting rpds-py==0.19.1 (from -r docs/requirements.txt (line 1909)) Downloading rpds_py-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355 kB) Collecting send2trash==1.8.3 (from -r docs/requirements.txt (line 2013)) Downloading Send2Trash-1.8.3-py3-none-any.whl (18 kB) Collecting setuptools==71.1.0 (from -r docs/requirements.txt (line 2016)) Downloading setuptools-71.1.0-py3-none-any.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 300.3 MB/s eta 0:00:00 Collecting simpleeval==0.9.13 (from -r docs/requirements.txt (line 2019)) Downloading simpleeval-0.9.13-py2.py3-none-any.whl (15 kB) Collecting six==1.16.0 (from -r docs/requirements.txt (line 2022)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting sniffio==1.3.1 (from -r docs/requirements.txt (line 2025)) Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Requirement already satisfied: snowballstemmer==2.2.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 2028)) (2.2.0) Collecting soupsieve==2.5 (from -r docs/requirements.txt (line 2031)) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Collecting sphinx-copybutton==0.5.2 (from -r docs/requirements.txt (line 2034)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting sphinx-fontawesome==0.0.6 (from -r docs/requirements.txt (line 2037)) Downloading sphinx_fontawesome-0.0.6.tar.gz (22 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx-rtd-theme==2.0.0 (from -r docs/requirements.txt (line 2039)) Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 301.4 MB/s eta 0:00:00 Collecting sphinx==7.4.7 (from -r docs/requirements.txt (line 2042)) Downloading sphinx-7.4.7-py3-none-any.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 249.1 MB/s eta 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 2045)) (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 2048)) (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 2051)) (2.1.0) Collecting sphinxcontrib-jquery==4.1 (from -r docs/requirements.txt (line 2054)) 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 2057)) (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 2060)) (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 2063)) (2.0.0) Collecting sqlalchemy==2.0.31 (from -r docs/requirements.txt (line 2066)) Downloading SQLAlchemy-2.0.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 249.5 MB/s eta 0:00:00 Collecting stack-data==0.6.3 (from -r docs/requirements.txt (line 2116)) Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) Collecting tenacity==8.5.0 (from -r docs/requirements.txt (line 2119)) Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) Collecting terminado==0.18.1 (from -r docs/requirements.txt (line 2122)) Downloading terminado-0.18.1-py3-none-any.whl (14 kB) Collecting tinycss2==1.3.0 (from -r docs/requirements.txt (line 2125)) Downloading tinycss2-1.3.0-py3-none-any.whl (22 kB) Collecting tokenize-rt==5.2.0 (from -r docs/requirements.txt (line 2128)) Downloading tokenize_rt-5.2.0-py2.py3-none-any.whl (5.8 kB) Collecting tokenizers==0.19.1 (from -r docs/requirements.txt (line 2131)) Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 237.8 MB/s eta 0:00:00 Collecting toml-sort==0.23.1 (from -r docs/requirements.txt (line 2232)) Downloading toml_sort-0.23.1-py3-none-any.whl (20 kB) Collecting toml==0.10.2 (from -r docs/requirements.txt (line 2235)) Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting tomlkit==0.13.0 (from -r docs/requirements.txt (line 2241)) Downloading tomlkit-0.13.0-py3-none-any.whl (37 kB) Collecting tornado==6.4.1 (from -r docs/requirements.txt (line 2244)) Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) Collecting tqdm==4.66.4 (from -r docs/requirements.txt (line 2256)) Downloading tqdm-4.66.4-py3-none-any.whl (78 kB) Collecting traitlets==5.14.3 (from -r docs/requirements.txt (line 2259)) Downloading traitlets-5.14.3-py3-none-any.whl (85 kB) Collecting types-python-dateutil==2.9.0.20240316 (from -r docs/requirements.txt (line 2262)) Downloading types_python_dateutil-2.9.0.20240316-py3-none-any.whl (9.7 kB) Collecting typing-extensions==4.12.2 (from -r docs/requirements.txt (line 2265)) Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Collecting tzdata==2024.1 (from -r docs/requirements.txt (line 2268)) Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB) Collecting uri-template==1.3.0 (from -r docs/requirements.txt (line 2271)) Downloading uri_template-1.3.0-py3-none-any.whl (11 kB) Collecting urllib3==2.2.2 (from -r docs/requirements.txt (line 2274)) Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) Collecting virtualenv==20.26.3 (from -r docs/requirements.txt (line 2277)) Downloading virtualenv-20.26.3-py3-none-any.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 225.6 MB/s eta 0:00:00 Collecting wcwidth==0.2.13 (from -r docs/requirements.txt (line 2280)) Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Collecting webcolors==24.6.0 (from -r docs/requirements.txt (line 2283)) Downloading webcolors-24.6.0-py3-none-any.whl (14 kB) Collecting webencodings==0.5.1 (from -r docs/requirements.txt (line 2286)) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting websocket-client==1.8.0 (from -r docs/requirements.txt (line 2289)) Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) Collecting widgetsnbextension==4.0.11 (from -r docs/requirements.txt (line 2292)) Downloading widgetsnbextension-4.0.11-py3-none-any.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 386.2 MB/s eta 0:00:00 Collecting yarl==1.9.4 (from -r docs/requirements.txt (line 2295)) Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) WARNING: The candidate selected for download or install is a yanked version: 'matplotlib' candidate (version 3.9.1 at https://files.pythonhosted.org/packages/b8/63/cef838d92c1918ae28afd12b8aeaa9c104a0686cf6447aa0546f7c6dd1f0/matplotlib-3.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.9)) Reason for being yanked: The Windows wheels, under some conditions, caused segfaults in unrelated user code. Due to this we deleted the Windows wheels to prevent these segfaults, however this caused greater disruption as pip then began to try (and fail) to build 3.9.1 from the sdist on Windows which impacted far more users. Yanking the whole release is the only tool available to eliminate these failures without changes to on the user side. The sdist, OSX wheel, and manylinux wheels are all functional and there are no critical bugs in the release. Downstream packagers should not yank their builds of Matplotlib 3.9.1. See https://github.com/matplotlib/matplotlib/issues/28551 for details. Building wheels for collected packages: sphinx-fontawesome Building wheel for sphinx-fontawesome (setup.py): started Building wheel for sphinx-fontawesome (setup.py): finished with status 'done' Created wheel for sphinx-fontawesome: filename=sphinx_fontawesome-0.0.6-py3-none-any.whl size=22602 sha256=e22a1be33781ecf4a03a3abc1149648fd5561a09df70b2bb6cfcff7db619ef7c Stored in directory: /tmp/pip-ephem-wheel-cache-qhlvvao2/wheels/57/4b/31/e7217a101dc679ade70269091d18e8121d5edc2dbf0f314ff2 Successfully built sphinx-fontawesome Installing collected packages: webencodings, wcwidth, simpleeval, pytz, pure-eval, ptyprocess, fastjsonschema, distlib, widgetsnbextension, websocket-client, webcolors, urllib3, uri-template, tzdata, typing-extensions, types-python-dateutil, traitlets, tqdm, tornado, tomlkit, toml, tokenize-rt, tinycss2, tenacity, soupsieve, sniffio, six, setuptools, send2trash, rpds-py, rfc3986-validator, restrictedpython, qtpy, pyzmq, pyyaml, python-json-logger, python-dotenv, pyparsing, pymupdfb, pydocstyle, pycparser, psutil, prompt-toolkit, prometheus-client, pluggy, platformdirs, pillow, pexpect, pathspec, parso, pandocfilters, overrides, numpy, nodeenv, nest-asyncio, mypy-extensions, multidict, mistune, mdurl, mccabe, markdown2, lxml, kiwisolver, jupyterlab-widgets, jupyterlab-pygments, jsonpointer, json5, isort, iniconfig, idna, identify, h11, greenlet, gprof2dot, fsspec, frozenlist, fqdn, fonttools, filelock, executing, execnet, docutils, distro, dill, defusedxml, decorator, debugpy, cycler, coverage, click, cfgv, certifi, babel, attrs, async-lru, astroid, annotated-types, alabaster, aiohappyeyeballs, yarl, virtualenv, toml-sort, terminado, sqlalchemy, rfc3339-validator, referencing, python-docx, python-dateutil, pytest, pymupdf, pylint, pydot, pydantic-core, mypy, matplotlib-inline, markdown-it-py, jupyter-core, jedi, httpcore, contourpy, comm, cffi, bleach, black, beautifulsoup4, asttokens, anyio, aiosignal, stack-data, sphinx, rich, pytest-xdist, pytest-profiling, pytest-mock, pytest-metadata, pytest-env, pytest-asyncio, pydantic, pre-commit, pandas, mdit-py-plugins, matplotlib, jupyter-server-terminals, jupyter-client, jsonschema-specifications, huggingface-hub, httpx, arrow, argon2-cffi-bindings, aiohttp, tokenizers, sphinxcontrib-jquery, sphinx-fontawesome, sphinx-copybutton, pytest-html, pyreadstat, openai, myst-parser, jsonschema, isoduration, ipython, argon2-cffi, sphinx-rtd-theme, nbformat, ipywidgets, ipykernel, anthropic, qtconsole, nbclient, jupyter-events, jupyter-console, nbconvert, nbsphinx, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, notebook, jupyter Attempting uninstall: urllib3 Found existing installation: urllib3 2.2.3 Uninstalling urllib3-2.2.3: Successfully uninstalled urllib3-2.2.3 Attempting uninstall: setuptools Found existing installation: setuptools 74.1.2 Uninstalling setuptools-74.1.2: Successfully uninstalled setuptools-74.1.2 Attempting uninstall: idna Found existing installation: idna 3.8 Uninstalling idna-3.8: Successfully uninstalled idna-3.8 Attempting uninstall: docutils Found existing installation: docutils 0.21.2 Uninstalling docutils-0.21.2: Successfully uninstalled docutils-0.21.2 Attempting uninstall: certifi Found existing installation: certifi 2024.8.30 Uninstalling certifi-2024.8.30: Successfully uninstalled certifi-2024.8.30 Attempting uninstall: babel Found existing installation: babel 2.16.0 Uninstalling babel-2.16.0: Successfully uninstalled babel-2.16.0 Attempting uninstall: alabaster Found existing installation: alabaster 1.0.0 Uninstalling alabaster-1.0.0: Successfully uninstalled alabaster-1.0.0 Attempting uninstall: sphinx Found existing installation: Sphinx 8.0.2 Uninstalling Sphinx-8.0.2: Successfully uninstalled Sphinx-8.0.2 Successfully installed aiohappyeyeballs-2.3.4 aiohttp-3.10.0 aiosignal-1.3.1 alabaster-0.7.16 annotated-types-0.7.0 anthropic-0.23.1 anyio-4.4.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 astroid-3.2.4 asttokens-2.4.1 async-lru-2.0.4 attrs-23.2.0 babel-2.15.0 beautifulsoup4-4.12.3 black-24.4.2 bleach-6.1.0 certifi-2024.7.4 cffi-1.16.0 cfgv-3.4.0 click-8.1.7 comm-0.2.2 contourpy-1.2.1 coverage-7.6.0 cycler-0.12.1 debugpy-1.8.2 decorator-5.1.1 defusedxml-0.7.1 dill-0.3.8 distlib-0.3.8 distro-1.9.0 docutils-0.20.1 execnet-2.1.1 executing-2.0.1 fastjsonschema-2.20.0 filelock-3.15.4 fonttools-4.53.1 fqdn-1.5.1 frozenlist-1.4.1 fsspec-2024.6.1 gprof2dot-2024.6.6 greenlet-3.0.3 h11-0.14.0 httpcore-1.0.5 httpx-0.27.0 huggingface-hub-0.24.5 identify-2.6.0 idna-3.7 iniconfig-2.0.0 ipykernel-6.29.5 ipython-8.18.1 ipywidgets-8.1.3 isoduration-20.11.0 isort-5.13.2 jedi-0.19.1 json5-0.9.25 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 jupyter-1.0.0 jupyter-client-8.6.2 jupyter-console-6.6.3 jupyter-core-5.7.2 jupyter-events-0.10.0 jupyter-lsp-2.2.5 jupyter-server-2.14.2 jupyter-server-terminals-0.5.3 jupyterlab-4.2.4 jupyterlab-pygments-0.3.0 jupyterlab-server-2.27.3 jupyterlab-widgets-3.0.11 kiwisolver-1.4.5 lxml-5.2.2 markdown-it-py-3.0.0 markdown2-2.5.0 matplotlib-3.9.1 matplotlib-inline-0.1.7 mccabe-0.7.0 mdit-py-plugins-0.4.1 mdurl-0.1.2 mistune-3.0.2 multidict-6.0.5 mypy-1.11.1 mypy-extensions-1.0.0 myst-parser-3.0.1 nbclient-0.10.0 nbconvert-7.16.4 nbformat-5.10.4 nbsphinx-0.9.4 nest-asyncio-1.6.0 nodeenv-1.9.1 notebook-7.2.1 notebook-shim-0.2.4 numpy-1.26.4 openai-1.37.1 overrides-7.7.0 pandas-2.2.2 pandocfilters-1.5.1 parso-0.8.4 pathspec-0.12.1 pexpect-4.9.0 pillow-10.4.0 platformdirs-4.2.2 pluggy-1.5.0 pre-commit-3.8.0 prometheus-client-0.20.0 prompt-toolkit-3.0.47 psutil-6.0.0 ptyprocess-0.7.0 pure-eval-0.2.3 pycparser-2.22 pydantic-2.8.2 pydantic-core-2.20.1 pydocstyle-6.3.0 pydot-2.0.0 pylint-3.2.6 pymupdf-1.24.9 pymupdfb-1.24.9 pyparsing-3.1.2 pyreadstat-1.2.7 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.0 pytest-profiling-1.7.0 pytest-xdist-3.6.1 python-dateutil-2.9.0.post0 python-docx-1.1.2 python-dotenv-1.0.1 python-json-logger-2.0.7 pytz-2024.1 pyyaml-6.0.1 pyzmq-26.0.3 qtconsole-5.5.2 qtpy-2.4.1 referencing-0.35.1 restrictedpython-7.1 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rich-13.7.1 rpds-py-0.19.1 send2trash-1.8.3 setuptools-71.1.0 simpleeval-0.9.13 six-1.16.0 sniffio-1.3.1 soupsieve-2.5 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.31 stack-data-0.6.3 tenacity-8.5.0 terminado-0.18.1 tinycss2-1.3.0 tokenize-rt-5.2.0 tokenizers-0.19.1 toml-0.10.2 toml-sort-0.23.1 tomlkit-0.13.0 tornado-6.4.1 tqdm-4.66.4 traitlets-5.14.3 types-python-dateutil-2.9.0.20240316 typing-extensions-4.12.2 tzdata-2024.1 uri-template-1.3.0 urllib3-2.2.2 virtualenv-20.26.3 wcwidth-0.2.13 webcolors-24.6.0 webencodings-0.5.1 websocket-client-1.8.0 widgetsnbextension-4.0.11 yarl-1.9.4 [rtd-command-info] start-time: 2024-09-12T19:07:01.271376Z, end-time: 2024-09-12T19:07:01.334744Z, 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 import sphinx import sphinx_rtd_theme import inspect from sphinx.application import Sphinx 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" ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'expected-parrot-edsl', 'name': u'edsl', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'expectedparrot', 'proxied_api_host': '/_', 'github_repo': 'edsl', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '8f7adc04', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/expected-parrot-edsl/builds/2478960/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2024-09-12T19:07:01.410707Z, end-time: 2024-09-12T19:09:19.288403Z, duration: 137, 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.9/lib/python311.zip', '/home/docs/.asdf/installs/python/3.11.9/lib/python3.11', '/home/docs/.asdf/installs/python/3.11.9/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.9/lib/python311.zip', '/home/docs/.asdf/installs/python/3.11.9/lib/python3.11', '/home/docs/.asdf/installs/python/3.11.9/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 86 source files that are out of date updating environment: [new config] 86 added, 0 changed, 0 removed reading sources... [ 1%] agents reading sources... [ 2%] answers reading sources... [ 3%] api_keys reading sources... [ 5%] base reading sources... [ 6%] citation reading sources... [ 7%] conjure reading sources... [ 8%] contributing reading sources... [ 9%] coop reading sources... [ 10%] core_concepts reading sources... [ 12%] data reading sources... [ 13%] developers reading sources... [ 14%] enums reading sources... [ 15%] examples reading sources... [ 16%] exceptions reading sources... [ 17%] getting_started reading sources... [ 19%] how_to_guides reading sources... [ 20%] importing_data reading sources... [ 21%] index reading sources... [ 22%] installation reading sources... [ 23%] interviews reading sources... [ 24%] introduction reading sources... [ 26%] jobs reading sources... [ 27%] language_models reading sources... [ 28%] notebooks reading sources... [ 29%] notebooks/adding_metadata reading sources... [ 30%] notebooks/agentifying_responses reading sources... [ 31%] notebooks/analyze_evaluations reading sources... [ 33%] notebooks/analyzing_interviews reading sources... [ 34%] notebooks/batching_results reading sources... [ 35%] notebooks/ces_agents reading sources... [ 36%] notebooks/ces_data_edsl reading sources... [ 37%] notebooks/cheatsheet_scenarios reading sources... [ 38%] notebooks/comparing_model_responses reading sources... [ 40%] notebooks/concept_induction reading sources... [ 41%] notebooks/conduct_interview reading sources... [ 42%] notebooks/create_models reading sources... [ 43%] notebooks/critique_questions reading sources... [ 44%] notebooks/data_cleaning reading sources... [ 45%] notebooks/data_labeling_agent reading sources... [ 47%] notebooks/data_labeling_example reading sources... [ 48%] notebooks/digital_twin reading sources... [ 49%] notebooks/docs_questions reading sources... [ 50%] notebooks/edsl_components reading sources... [ 51%] notebooks/edsl_polling reading sources... [ 52%] notebooks/edsl_with_cloud_providers reading sources... [ 53%] notebooks/edsl_with_offline_inference_services reading sources... [ 55%] notebooks/evaluating_job_posts reading sources... [ 56%] notebooks/example_agent_dynamic_traits reading sources... [ 57%] notebooks/exceptions_example reading sources... [ 58%] notebooks/explore_llm_biases reading sources... [ 59%] notebooks/explore_survey_contexts reading sources... [ 60%] notebooks/free_responses reading sources... [ 62%] notebooks/google_form_to_edsl reading sources... [ 63%] notebooks/grading_experiment reading sources... [ 64%] notebooks/hiring_interviews reading sources... [ 65%] notebooks/model_votes reading sources... [ 66%] notebooks/model_walkoff reading sources... [ 67%] notebooks/nps_survey reading sources... [ 69%] notebooks/qualitative_research reading sources... [ 70%] notebooks/question_extract_example reading sources... [ 71%] notebooks/question_loop_scenarios reading sources... [ 72%] notebooks/random_numbers reading sources... [ 73%] notebooks/research_methods reading sources... [ 74%] notebooks/research_random_silicon_sampling reading sources... [ 76%] notebooks/scenario_from_pdf reading sources... [ 77%] notebooks/scenario_list_wikipedia reading sources... [ 78%] notebooks/scenariolist_unpivot reading sources... [ 79%] notebooks/starter_tutorial reading sources... [ 80%] notebooks/summarizing_transcripts reading sources... [ 81%] notebooks/survey_memories reading sources... [ 83%] notebooks/testing_training_data reading sources... [ 84%] notebooks/writing_style reading sources... [ 85%] overview reading sources... [ 86%] prompts reading sources... [ 87%] questions reading sources... [ 88%] remote_caching reading sources... [ 90%] remote_inference reading sources... [ 91%] results reading sources... [ 92%] scenarios reading sources... [ 93%] starter_tutorial reading sources... [ 94%] surveys reading sources... [ 95%] token_limits reading sources... [ 97%] trackers reading sources... [ 98%] using_coop reading sources... [ 99%] utilities reading sources... [100%] whitepaper WARNING: autodoc: failed to import module 'agents.Agent' from module 'edsl'; the following exception was raised: No module named 'json_repair' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/agents/AgentList.py:docstring of edsl.agents.AgentList.AgentList.from_dict:4: WARNING: Field list ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import module 'jobs.Answers' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'conjure.Conjure' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'conjure.InputData' from module 'edsl'; the following exception was raised: No module named 'json_repair' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/coop.rst:371: WARNING: Bullet list ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import module 'coop' from module 'edsl'; the following exception was raised: No module named 'json_repair' /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/river_problem' /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:172: WARNING: toctree contains reference to nonexisting document 'notebooks/question_loop_scenario' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:220: WARNING: toctree contains reference to nonexisting document 'interview' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:232: ERROR: Error in "image" directive: unknown option: "hidden". .. image:: https://colab.research.google.com/assets/colab-badge.svg :target: https://colab.research.google.com/github/expectedparrot/edsl/blob/main/examples/create_agents.ipynb :alt: Open In Colab :hidden: WARNING: autodoc: failed to import module 'jobs.interviews.Interview' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'jobs.Jobs' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'jobs.JobsRunner' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'jobs.JobsRunnerStatusMixin' from module 'edsl'; the following exception was raised: No module named 'json_repair' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/jobs.rst:41: WARNING: Title underline too short. QuestionTaskCreator ------------- /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/jobs.rst:41: WARNING: Title underline too short. QuestionTaskCreator ------------- WARNING: autodoc: failed to import module 'jobs.tasks' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'jobs.buckets' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'language_models.ModelList' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'language_models.LanguageModel' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'language_models.registry' from module 'edsl'; the following exception was raised: No module named 'json_repair' /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/cheatsheet_scenarios.ipynb:7: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:9: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:14: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:45: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:46: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:48: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:54: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:55: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:56: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:58: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:62: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:64: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:65: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:67: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:72: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:79: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:81: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:82: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:83: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:87: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:88: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:90: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:92: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:93: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:95: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:99: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:101: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:103: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:108: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:122: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:124: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:125: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:126: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:130: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:133: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:135: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:136: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:138: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:142: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:150: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:152: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:158: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:177: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:179: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:183: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:183: WARNING: Inline interpreted text or phrase reference start-string without end-string. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:187: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:194: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:195: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:196: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:196: CRITICAL: Missing matching underline for section title overline. ======= >>>>>>> e2511bc983e2d56c291c74341011e1893447095e "tags": [ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:200: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:201: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:203: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:212: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:213: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:217: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:220: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:221: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:222: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:224: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:228: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:231: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:232: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:233: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:233: CRITICAL: Missing matching underline for section title overline. ======= >>>>>>> e2511bc983e2d56c291c74341011e1893447095e "tags": [ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:237: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:238: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:240: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:249: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:250: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:254: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:255: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:257: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:258: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:259: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:261: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:265: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:266: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:267: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:269: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:274: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:306: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:308: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:336: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:337: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:340: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:341: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:343: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:346: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:348: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:352: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:354: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:355: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:357: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:361: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:363: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:364: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:366: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:368: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:375: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:377: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:378: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:379: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:383: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:384: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:386: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:388: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:389: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:391: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:395: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:397: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:398: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:400: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:404: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:406: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:407: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:409: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:411: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:418: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:419: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:423: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:424: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:426: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:430: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:431: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:433: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:437: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:438: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:439: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:441: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:446: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:460: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:462: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:463: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:464: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:468: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:469: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:471: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:473: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:474: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:476: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:480: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:482: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:483: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:485: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:487: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:507: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:509: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:510: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:511: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:515: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:516: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:518: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:522: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:523: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:525: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:529: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:532: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:533: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:534: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:534: CRITICAL: Missing matching underline for section title overline. ======= >>>>>>> e2511bc983e2d56c291c74341011e1893447095e "tags": [ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:538: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:539: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:541: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:550: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:551: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:555: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:556: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:558: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:559: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:560: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:562: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:566: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:568: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:569: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:571: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:576: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:584: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:586: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:587: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:588: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:592: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:593: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:595: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:600: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:601: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:603: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:607: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:609: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:610: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:612: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:617: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:634: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:636: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:637: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:638: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:642: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:643: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:645: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:647: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:648: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:650: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:654: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:656: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:657: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:659: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:664: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:671: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:673: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:674: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:675: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:679: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:680: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:682: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:684: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:685: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:687: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:691: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:692: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:693: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:695: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:700: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:717: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:719: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:720: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:721: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:725: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:726: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:728: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:738: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:739: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:741: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:745: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:747: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:748: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:750: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:755: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:769: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:771: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:772: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:773: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:777: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:778: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:780: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:786: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:787: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:789: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:793: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:795: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:796: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:798: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:803: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:817: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:819: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:820: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:821: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:825: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:826: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:828: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:837: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:838: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:840: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:845: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:859: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:861: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:862: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:863: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:867: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:868: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:870: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:872: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:873: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:875: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:879: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:883: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:884: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:886: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:891: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:914: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:916: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:917: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:918: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:922: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:923: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:925: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:934: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:935: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:937: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:942: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:977: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:979: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1010: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1011: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1014: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1015: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1017: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1024: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1025: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1027: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1031: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1033: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1034: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1036: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1041: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1064: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1066: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1067: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1068: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1072: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1073: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1075: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1090: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1091: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1093: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1098: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1126: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1128: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1129: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1130: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1134: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1135: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1137: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1139: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1140: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1142: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1146: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1148: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1149: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1151: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1156: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1174: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1176: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1177: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1178: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1182: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1183: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1185: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1194: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1195: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1197: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1201: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1203: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1204: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1206: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1211: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1227: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1229: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1230: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1231: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1235: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1236: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1238: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1246: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1247: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1249: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1253: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1255: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1256: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1258: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1263: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1281: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1283: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1284: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1285: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1289: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1290: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1292: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1301: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1302: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1304: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1308: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1310: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1311: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1313: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1318: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1334: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1336: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1337: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1338: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1342: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1343: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1345: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1354: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1355: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1357: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1361: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1363: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1364: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1366: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1371: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1383: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1385: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1386: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1387: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1391: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1392: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1394: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1403: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1404: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1406: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1410: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1412: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1413: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1415: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1420: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1437: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1439: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1440: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1441: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1445: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1446: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1448: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1452: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1453: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1455: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1459: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1461: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1462: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1464: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1469: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1485: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1487: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1488: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1489: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1493: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1494: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1496: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1505: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1506: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1508: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1512: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1514: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1515: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1517: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1522: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1542: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1544: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1545: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1546: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1550: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1551: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1553: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1563: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1564: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1566: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1570: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1572: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1573: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1575: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1579: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1581: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1582: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1584: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1586: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1606: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1608: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1609: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1610: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1614: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1615: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1617: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1628: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1629: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1631: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1635: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1637: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1638: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1640: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1646: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1647: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1648: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1650: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1655: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1675: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1677: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1678: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1679: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1683: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1684: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1686: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1688: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1689: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1691: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1695: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1697: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1698: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1700: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1705: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1721: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1723: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1724: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1725: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1729: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1730: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1732: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1739: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1740: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1742: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1747: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1764: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1766: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1767: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1768: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1772: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1773: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1775: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1791: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1792: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1794: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1798: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1800: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1801: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1803: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1808: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1822: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1823: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1827: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1828: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1830: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1840: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1841: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1843: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1847: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1849: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1850: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1852: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1857: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1861: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1862: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1866: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1867: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1869: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1872: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1873: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1875: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1879: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1880: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1881: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1883: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1889: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1904: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1905: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1907: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1912: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1936: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1938: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1958: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1959: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1962: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1963: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1965: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1966: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1967: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1969: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1973: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1975: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1976: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1978: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1984: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:1999: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2000: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2002: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2006: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2007: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2008: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2010: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2015: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2028: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2029: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2033: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2034: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2036: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2037: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2038: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2040: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2044: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2045: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2046: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2048: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2054: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2058: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2059: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2061: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2066: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2107: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2109: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2146: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2147: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2150: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2151: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2153: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2159: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2160: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2162: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2166: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2170: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2171: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2173: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2179: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2182: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2183: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2185: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2191: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2192: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2193: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2195: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2200: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2204: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2205: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2209: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2210: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2212: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2213: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2214: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2216: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2220: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2221: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2222: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2224: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2229: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2244: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2246: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2257: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2258: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2261: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2262: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2264: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2271: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2272: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2274: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2278: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2280: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2281: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2283: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2288: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2295: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2296: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2300: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2301: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2303: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2307: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2308: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2310: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2314: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2316: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2317: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2319: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2322: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2331: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2332: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2334: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2338: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2340: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2341: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2343: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2348: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2378: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2380: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2381: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2382: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2386: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2387: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2389: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2401: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2402: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2404: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2408: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2409: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2410: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2412: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2416: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2418: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2419: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2421: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2425: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2428: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2429: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2430: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2430: CRITICAL: Missing matching underline for section title overline. ======= >>>>>>> e2511bc983e2d56c291c74341011e1893447095e "tags": [ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2434: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2435: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2437: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2446: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2447: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2451: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2452: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2454: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2459: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2460: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2462: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2466: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2467: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2468: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2470: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2474: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2476: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2477: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2479: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2480: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2481: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2483: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2487: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2488: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2492: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2493: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2495: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2498: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2499: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2501: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2507: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2508: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2510: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2514: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2516: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2519: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2526: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2527: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.ipynb:2530: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/cheatsheet_scenarios.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/cheatsheet_scenarios.ipynb:1984: WARNING: File not found: 'notebooks/file:n' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/edsl_polling.ipynb:: ERROR: Anonymous hyperlink mismatch: 2 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:891: CRITICAL: Title level inconsistent: Requirements ~~~~~~~~~~~~ /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/edsl/prompts/Prompt.py:docstring of edsl.prompts.Prompt.PromptBase.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.PromptBase.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.PromptBase.from_template:7: WARNING: Inline strong start-string without end-string. WARNING: autodoc: failed to import module 'QuestionInstructionBase' from module 'edsl.prompts'; the following exception was raised: No module named 'edsl.prompts.QuestionInstructionBase' WARNING: autodoc: failed to import module 'questions.QuestionMultipleChoice' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.derived.QuestionLinearScale' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.QuestionNumerical' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.derived.QuestionLikertFive' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.QuestionRank' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.derived.QuestionTopK' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.derived.QuestionYesNo' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.QuestionList' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'questions.QuestionBudget' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import class 'coop.coop.Coop' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import class 'coop.coop.Coop' from module 'edsl'; the following exception was raised: No module named 'json_repair' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/results.rst:705: WARNING: Bullet list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/results.rst:1160: WARNING: Bullet list ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import module 'results.Result' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'results.Results' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'scenarios.Scenario' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'scenarios.ScenarioList' from module 'edsl'; the following exception was raised: No module named 'json_repair' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/surveys.rst:162: ERROR: Error in "image" directive: no content permitted. .. image:: static/survey_show_flow.png :alt: Survey Flow Diagram :align: left
WARNING: autodoc: failed to import module 'surveys.Survey' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'trackers.Tracker' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'trackers.TrackerAPI' from module 'edsl'; the following exception was raised: No module named 'json_repair' WARNING: autodoc: failed to import module 'trackers.TrackerTasks' from module 'edsl'; the following exception was raised: No module named 'json_repair' 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 /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 checking consistency... /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/getting_started.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/importing_data.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/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/create_models.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/critique_questions.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_with_cloud_providers.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/exceptions_example.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/grading_experiment.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/hiring_interviews.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/model_votes.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/question_loop_scenarios.ipynb: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/notebooks/starter_tutorial.ipynb: 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 /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/whitepaper.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... [ 5%] base writing output... [ 6%] citation writing output... [ 7%] conjure writing output... [ 8%] contributing writing output... [ 9%] coop writing output... [ 10%] core_concepts writing output... [ 12%] data writing output... [ 13%] developers writing output... [ 14%] enums writing output... [ 15%] examples writing output... [ 16%] exceptions writing output... [ 17%] getting_started writing output... [ 19%] how_to_guides writing output... [ 20%] importing_data writing output... [ 21%] index writing output... [ 22%] installation writing output... [ 23%] interviews writing output... [ 24%] introduction writing output... [ 26%] jobs writing output... [ 27%] language_models writing output... [ 28%] notebooks writing output... [ 29%] notebooks/adding_metadata writing output... [ 30%] notebooks/agentifying_responses writing output... [ 31%] notebooks/analyze_evaluations writing output... [ 33%] notebooks/analyzing_interviews writing output... [ 34%] notebooks/batching_results writing output... [ 35%] notebooks/ces_agents writing output... [ 36%] notebooks/ces_data_edsl writing output... [ 37%] notebooks/cheatsheet_scenarios writing output... [ 38%] notebooks/comparing_model_responses writing output... [ 40%] notebooks/concept_induction writing output... [ 41%] notebooks/conduct_interview writing output... [ 42%] notebooks/create_models writing output... [ 43%] notebooks/critique_questions writing output... [ 44%] notebooks/data_cleaning writing output... [ 45%] notebooks/data_labeling_agent writing output... [ 47%] notebooks/data_labeling_example writing output... [ 48%] notebooks/digital_twin writing output... [ 49%] notebooks/docs_questions writing output... [ 50%] notebooks/edsl_components writing output... [ 51%] notebooks/edsl_polling writing output... [ 52%] notebooks/edsl_with_cloud_providers writing output... [ 53%] notebooks/edsl_with_offline_inference_services writing output... [ 55%] notebooks/evaluating_job_posts writing output... [ 56%] notebooks/example_agent_dynamic_traits writing output... [ 57%] notebooks/exceptions_example writing output... [ 58%] notebooks/explore_llm_biases writing output... [ 59%] notebooks/explore_survey_contexts writing output... [ 60%] notebooks/free_responses writing output... [ 62%] notebooks/google_form_to_edsl writing output... [ 63%] notebooks/grading_experiment writing output... [ 64%] notebooks/hiring_interviews writing output... [ 65%] notebooks/model_votes writing output... [ 66%] notebooks/model_walkoff writing output... [ 67%] notebooks/nps_survey writing output... [ 69%] notebooks/qualitative_research writing output... [ 70%] notebooks/question_extract_example writing output... [ 71%] notebooks/question_loop_scenarios writing output... [ 72%] notebooks/random_numbers writing output... [ 73%] notebooks/research_methods writing output... [ 74%] notebooks/research_random_silicon_sampling writing output... [ 76%] notebooks/scenario_from_pdf writing output... [ 77%] notebooks/scenario_list_wikipedia writing output... [ 78%] notebooks/scenariolist_unpivot writing output... [ 79%] notebooks/starter_tutorial writing output... [ 80%] notebooks/summarizing_transcripts writing output... [ 81%] notebooks/survey_memories writing output... [ 83%] notebooks/testing_training_data writing output... [ 84%] notebooks/writing_style writing output... [ 85%] overview writing output... [ 86%] prompts writing output... [ 87%] questions writing output... [ 88%] remote_caching writing output... [ 90%] remote_inference writing output... [ 91%] results writing output... [ 92%] scenarios writing output... [ 93%] starter_tutorial writing output... [ 94%] surveys writing output... [ 95%] token_limits 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/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/exceptions.rst:180: WARNING: undefined label: 'data' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/how_to_guides.rst:4: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/questions.rst:191: WARNING: undefined label: 'survey' /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated generating indices... genindex /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated py-modindex /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated done copying linked files... copying notebooks ... [ 2%] notebooks/adding_metadata.ipynb copying notebooks ... [ 4%] notebooks/agentifying_responses.ipynb copying notebooks ... [ 6%] notebooks/analyze_evaluations.ipynb copying notebooks ... [ 9%] notebooks/analyzing_interviews.ipynb copying notebooks ... [ 11%] notebooks/batching_results.ipynb copying notebooks ... [ 13%] notebooks/ces_agents.ipynb copying notebooks ... [ 15%] notebooks/ces_data_edsl.ipynb copying notebooks ... [ 17%] notebooks/comparing_model_responses.ipynb copying notebooks ... [ 19%] notebooks/concept_induction.ipynb copying notebooks ... [ 21%] notebooks/conduct_interview.ipynb copying notebooks ... [ 23%] notebooks/create_models.ipynb copying notebooks ... [ 26%] notebooks/critique_questions.ipynb copying notebooks ... [ 28%] notebooks/data_cleaning.ipynb copying notebooks ... [ 30%] notebooks/data_labeling_agent.ipynb copying notebooks ... [ 32%] notebooks/data_labeling_example.ipynb copying notebooks ... [ 34%] notebooks/digital_twin.ipynb copying notebooks ... [ 36%] notebooks/docs_questions.ipynb copying notebooks ... [ 38%] notebooks/edsl_components.ipynb copying notebooks ... [ 40%] notebooks/edsl_polling.ipynb copying notebooks ... [ 43%] notebooks/edsl_with_cloud_providers.ipynb copying notebooks ... [ 45%] notebooks/edsl_with_offline_inference_services.ipynb copying notebooks ... [ 47%] notebooks/evaluating_job_posts.ipynb copying notebooks ... [ 49%] notebooks/example_agent_dynamic_traits.ipynb copying notebooks ... [ 51%] notebooks/exceptions_example.ipynb copying notebooks ... [ 53%] notebooks/explore_llm_biases.ipynb copying notebooks ... [ 55%] notebooks/explore_survey_contexts.ipynb copying notebooks ... [ 57%] notebooks/free_responses.ipynb copying notebooks ... [ 60%] notebooks/google_form_to_edsl.ipynb copying notebooks ... [ 62%] notebooks/grading_experiment.ipynb copying notebooks ... [ 64%] notebooks/hiring_interviews.ipynb copying notebooks ... [ 66%] notebooks/model_votes.ipynb copying notebooks ... [ 68%] notebooks/model_walkoff.ipynb copying notebooks ... [ 70%] notebooks/nps_survey.ipynb copying notebooks ... [ 72%] notebooks/qualitative_research.ipynb copying notebooks ... [ 74%] notebooks/question_extract_example.ipynb copying notebooks ... [ 77%] notebooks/question_loop_scenarios.ipynb copying notebooks ... [ 79%] notebooks/random_numbers.ipynb copying notebooks ... [ 81%] notebooks/research_methods.ipynb copying notebooks ... [ 83%] notebooks/research_random_silicon_sampling.ipynb copying notebooks ... [ 85%] notebooks/scenario_from_pdf.ipynb copying notebooks ... [ 87%] notebooks/scenario_list_wikipedia.ipynb copying notebooks ... [ 89%] notebooks/scenariolist_unpivot.ipynb copying notebooks ... [ 91%] notebooks/starter_tutorial.ipynb copying notebooks ... [ 94%] notebooks/summarizing_transcripts.ipynb copying notebooks ... [ 96%] notebooks/survey_memories.ipynb copying notebooks ... [ 98%] notebooks/testing_training_data.ipynb copying notebooks ... [100%] notebooks/writing_style.ipynb writing additional pages... search /home/docs/checkouts/readthedocs.org/user_builds/expected-parrot-edsl/checkouts/latest/docs/index.rst:172: WARNING: toctree contains reference to document 'notebooks/cheatsheet_scenarios' that doesn't have a title: no link will be generated done copying images... [ 3%] static/coop_signup.png copying images... [ 5%] static/coop_profile_username.png copying images... [ 8%] static/coop_api_key.png copying images... [ 10%] static/coop_content.png copying images... [ 13%] static/coop_object_page_view.png copying images... [ 15%] static/coop_object_page_view_visibility.png copying images... [ 18%] static/coop_object_page_view_edit.png copying images... [ 21%] static/coop_object_page_view_code_pull.png copying images... [ 23%] static/coop_object_page_view_code_raw.png copying images... [ 26%] static/coop_object_page_view_delete.png copying images... [ 28%] static/exceptions_message.png copying images... [ 31%] static/exceptions_performance_plot.png copying images... [ 33%] _build/doctrees/nbsphinx/notebooks_analyzing_interviews_38_0.png copying images... [ 36%] _build/doctrees/nbsphinx/notebooks_analyzing_interviews_38_1.png copying images... [ 38%] _build/doctrees/nbsphinx/notebooks_analyzing_interviews_38_2.png copying images... [ 41%] _build/doctrees/nbsphinx/notebooks_hiring_interviews_58_0.png copying images... [ 44%] _build/doctrees/nbsphinx/notebooks_hiring_interviews_59_0.png copying images... [ 46%] _build/doctrees/nbsphinx/notebooks_model_votes_26_0.png copying images... [ 49%] _build/doctrees/nbsphinx/notebooks_model_walkoff_6_0.png copying images... [ 51%] _build/doctrees/nbsphinx/notebooks_model_walkoff_7_0.png copying images... [ 54%] _build/doctrees/nbsphinx/notebooks_model_walkoff_8_0.png copying images... [ 56%] notebooks/automated_social_science_paper.png copying images... [ 59%] _build/doctrees/nbsphinx/notebooks_summarizing_transcripts_32_0.png copying images... [ 62%] static/coop_main_page.png copying images... [ 64%] static/coop_ep_key.png copying images... [ 67%] static/remote_caching_toggle_coop_api_page.png copying images... [ 69%] static/remote_cache_main_page.png copying images... [ 72%] static/coop_remote_cache_logs_1.png copying images... [ 74%] static/coop_remote_cache_entries_1.png copying images... [ 77%] static/coop_remote_cache_syncing_logs_1.png copying images... [ 79%] static/coop_remote_cache_syncing_logs_2.png copying images... [ 82%] static/coop_edsl_settings_remote_inference.png copying images... [ 85%] static/coop_remote_inference_jobs_queued.png copying images... [ 87%] static/coop_remote_inference_jobs_completed.png copying images... [ 90%] static/coop_remote_inference_history_failed.png copying images... [ 92%] static/coop_remote_inference_history_cancelled.png copying images... [ 95%] static/coop_toggle_remote_cache_and_inference.png copying images... [ 97%] static/coop_remote_inference_cache_logs.png copying images... [100%] static/coop_remote_inference_history_cache.png dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded, 901 warnings. The HTML pages are in ../_readthedocs/html.