chore: remove sphinx docs (#3923)

Docs are now at https://docs.unstructured.io
This commit is contained in:
cragwolfe 2025-02-20 14:25:41 -08:00 committed by GitHub
parent 0df50fe6e8
commit 2addb19473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
139 changed files with 11 additions and 3394 deletions

View File

@ -1,27 +0,0 @@
# NOTE(robinson) - Based on the deployment instructions in the sphinx docs here:
# ref: https://www.sphinx-doc.org/en/master/tutorial/deploying.html#id5
name: Sphinx build
on:
push:
tags:
- '*'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build HTML
uses: ammaraskar/sphinx-action@e781e9af3e80bfe0ea539e4ea46858d51e027214
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: html-docs
path: docs/build/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html

View File

@ -1,3 +1,11 @@
## 0.16.24-dev1
### Enhancements
### Features
### Fixes
## 0.16.23
### Enhancements
@ -5,8 +13,8 @@
### Features
### Fixes
- **Fixes detect_filetype when SpooledTemporaryFile is passed**. Previously some random name would get assigned to the file and the function raised error.
- **Fixes detect_filetype when SpooledTemporaryFile is passed**. Previously some random name would get assigned to the file and the function raised error.
## 0.16.22
@ -16,7 +24,7 @@
### Fixes
- **Fix open CVES in and bump dependencies
- **Fix open CVES in and bump dependencies**
## 0.16.21

View File

@ -1,20 +0,0 @@
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

View File

@ -1,35 +0,0 @@
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.https://www.sphinx-doc.org/
exit /b 1
)
if "%1" == "" goto help
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
:end
popd

View File

@ -1,25 +0,0 @@
# TODO(crag): This requirements should instead live in docs/ and be co-mingled with
# unstructured-the-library requirements
-c base.txt
-c constraints.in
# NOTE(crag): pinning for consistency with CI, compat with below pins
sphinx==6.2.1
sphinx-tabs
# NOTE(alan) - Pinning to resolve a conflict with sphinx. We can unpin on next sphinx_rtd_theme release.
sphinx_rtd_theme==1.2.2
# NOTE(crag): the following are pinned due to later versions not being available in CI for some reason
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
furo==2023.7.26
# NOTE(robinson) - The following dependencies are pinned to address security scans
certifi>=2022.12.07
# NOTE(ronny) - Added to suppress Sphinx warnings
myst-parser

View File

@ -1,125 +0,0 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=build.txt build.in
#
alabaster==0.7.13
# via sphinx
babel==2.13.1
# via sphinx
beautifulsoup4==4.12.2
# via
# -c ./deps/base.txt
# furo
certifi==2023.11.17
# via
# -c ./deps/base.txt
# -c constraints.in
# -r build.in
# requests
charset-normalizer==3.3.2
# via
# -c ./deps/base.txt
# requests
docutils==0.18.1
# via
# myst-parser
# sphinx
# sphinx-rtd-theme
# sphinx-tabs
furo==2023.7.26
# via -r build.in
idna==3.6
# via
# -c ./deps/base.txt
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
# via sphinx
jinja2==3.1.2
# via
# myst-parser
# sphinx
markdown-it-py==3.0.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.1.3
# via jinja2
mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
# via -r build.in
packaging==23.2
# via
# -c ./deps/base.txt
# sphinx
pygments==2.17.2
# via
# furo
# sphinx
# sphinx-tabs
pytz==2023.3.post1
# via babel
pyyaml==6.0.1
# via myst-parser
requests==2.31.0
# via
# -c ./deps/base.txt
# sphinx
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via
# -c ./deps/base.txt
# beautifulsoup4
sphinx==6.2.1
# via
# -r build.in
# furo
# myst-parser
# sphinx-basic-ng
# sphinx-rtd-theme
# sphinx-tabs
# sphinxcontrib-jquery
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-rtd-theme==1.2.2
# via -r build.in
sphinx-tabs==3.4.4
# via -r build.in
sphinxcontrib-applehelp==1.0.4
# via
# -r build.in
# sphinx
sphinxcontrib-devhelp==1.0.2
# via
# -r build.in
# sphinx
sphinxcontrib-htmlhelp==2.0.1
# via
# -r build.in
# sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via
# -r build.in
# sphinx
sphinxcontrib-serializinghtml==1.1.5
# via
# -r build.in
# sphinx
urllib3==1.26.18
# via
# -c ./deps/base.txt
# -c constraints.in
# requests
zipp==3.17.0
# via importlib-metadata

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,9 +0,0 @@
#kapa-widget-container {
z-index: 10000 !important;
position: absolute !important;
}
.mantine-Modal-root {
z-index: 10000;
position: absolute;
}

View File

@ -1,11 +0,0 @@
document.addEventListener("DOMContentLoaded", function() {
var script = document.createElement("script");
script.src = "https://widget.kapa.ai/kapa-widget.bundle.js";
script.setAttribute("data-website-id", "8ae12a97-484a-4704-8127-b6f17ebc6bcf");
script.setAttribute("data-project-name", "Unstructured");
script.setAttribute("data-project-color", "#0CDDF8");
script.setAttribute("data-project-logo", "https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png");
script.setAttribute("data-modal-example-questions", "Are OpenAI embeddings supported?,How can I partition a document?,How do I use the library with Docker?,Can I ingest data from Box?");
script.async = true;
document.head.appendChild(script);
});

View File

@ -1,391 +0,0 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path fill="#0ADDF8" opacity="1.000000" stroke="none"
d="
M279.000000,513.000000
C186.022568,513.000000 93.545135,513.000000 1.033850,513.000000
C1.033850,342.397552 1.033850,171.795074 1.033850,1.096304
C171.560776,1.096304 342.121643,1.096304 512.841248,1.096304
C512.841248,171.666550 512.841248,342.333252 512.841248,513.000000
C435.128387,513.000000 357.314178,513.000000 279.000000,513.000000
M200.934677,118.077423
C208.237045,127.729195 216.081665,137.029160 222.651978,147.155899
C227.062759,153.954178 232.294373,155.189240 239.457062,153.520050
C239.457062,133.546371 239.457062,113.646599 239.457062,93.628906
C235.142838,93.628906 231.104813,93.628906 226.532928,93.628906
C226.532928,105.674858 226.532928,117.374557 226.532928,130.162384
C224.877533,128.065948 223.936935,126.940361 223.066925,125.762627
C215.755737,115.865250 208.494843,105.930260 201.106750,96.090721
C200.210358,94.896912 198.725983,93.564728 197.381012,93.402916
C194.133179,93.012177 190.806580,93.276146 187.321564,93.276146
C187.321564,113.747955 187.321564,133.776169 187.321564,153.726822
C191.725327,153.726822 195.807327,153.726822 199.753693,153.726822
C199.940811,153.279938 200.053314,153.135971 200.054214,152.991302
C200.126358,141.500916 200.189789,130.010468 200.934677,118.077423
M390.607025,430.040436
C395.770630,430.040039 400.936890,430.146454 406.097412,430.020111
C424.752716,429.563477 434.712250,421.104614 436.615234,402.783142
C438.068634,388.789703 432.919312,374.888245 418.139893,371.323914
C407.592041,368.780090 396.261383,369.482025 385.167786,368.727966
C385.167786,389.918976 385.167786,409.701508 385.167786,429.819031
C386.739044,429.896942 388.185547,429.968689 390.607025,430.040436
M86.743507,272.498535
C86.743507,278.923615 86.743507,285.348694 86.743507,291.757568
C91.275467,291.757568 95.208916,291.757568 99.651093,291.757568
C99.651093,285.616547 99.651093,279.703125 99.651093,273.803162
C105.319237,272.486633 109.351700,272.994873 111.389153,279.014191
C112.647484,282.731689 114.893532,286.145477 116.944244,289.546021
C117.587540,290.612732 118.992622,291.799377 120.127678,291.884705
C123.977524,292.174103 127.862579,291.995178 132.300491,291.995178
C128.363129,284.398895 124.820953,277.565094 121.259254,270.693573
C130.711945,264.675903 133.385544,256.212799 130.830566,246.283401
C128.373734,236.735489 121.093216,232.140015 111.744225,231.452621
C103.550339,230.850159 95.277100,231.326843 86.743538,231.326843
C86.743538,244.902481 86.743538,258.200653 86.743507,272.498535
M218.522797,370.768707
C208.152725,370.114685 197.782669,369.460693 187.265488,368.797394
C187.265488,389.863495 187.265488,409.776276 187.265488,429.788727
C191.605057,429.788727 195.683258,429.788727 200.249451,429.788727
C200.249451,423.636688 200.249451,417.717743 200.249451,411.959869
C206.015625,410.273102 209.942047,411.197662 212.092636,416.997345
C213.469131,420.709503 215.575836,424.178772 217.618713,427.599518
C218.260452,428.674072 219.712173,429.833527 220.873672,429.924347
C224.634857,430.218353 228.433441,430.034149 232.900864,430.034149
C229.063446,422.580292 225.524704,415.706604 221.998566,408.857330
C237.368286,399.428467 234.775360,376.220367 218.522797,370.768707
M237.597153,262.431213
C237.597153,252.035461 237.597153,241.639709 237.597153,231.342270
C232.821747,231.342270 228.902695,231.342270 224.678879,231.342270
C224.678879,239.082764 224.748978,246.564880 224.655960,254.044952
C224.585693,259.695007 224.700958,265.390808 224.014999,270.978058
C223.262802,277.104584 219.536362,279.987244 213.541611,280.187042
C205.776398,280.445862 201.268112,275.879395 201.189850,267.319397
C201.080612,255.372330 201.162308,243.423523 201.162308,231.436707
C196.673676,231.436707 192.637909,231.436707 188.387405,231.436707
C188.387405,244.247070 188.113464,256.721893 188.449860,269.180298
C188.990631,289.206726 203.365768,295.037292 219.033905,292.362976
C229.075302,290.649048 235.295731,284.590759 236.896988,274.857727
C237.514618,271.103455 237.385834,267.226379 237.597153,262.431213
M338.205933,236.239960
C323.727203,225.791275 302.368500,229.153488 293.116547,243.337769
C283.312744,258.368073 287.885590,280.553711 302.532074,289.018280
C318.428802,298.205444 338.243835,292.113373 346.869751,275.276459
C345.036499,274.507080 343.160919,273.845398 341.400665,272.955597
C337.505920,270.986908 334.719360,270.773773 331.530884,275.054932
C327.131317,280.962250 316.466370,281.992645 310.033691,278.128815
C302.939453,273.867645 300.524597,267.162506 301.266663,259.361359
C301.980927,251.852386 305.670654,245.912659 313.200958,243.695374
C320.769775,241.466736 327.639801,242.956635 332.972809,249.442276
C333.929260,250.605438 335.994598,251.929993 337.165375,251.639297
C340.470367,250.818665 343.576416,249.196777 347.620789,247.537994
C344.376495,243.578705 341.562531,240.144547 338.205933,236.239960
M96.272644,93.271111
C93.025986,93.271111 89.779327,93.271111 86.651360,93.271111
C86.651360,106.865349 86.285095,119.679985 86.752312,132.464157
C87.239098,145.783798 93.419754,152.835403 106.498505,154.638199
C120.130569,156.517273 132.911087,151.927032 134.648987,137.036530
C136.310318,122.802002 135.007355,108.221512 135.007355,93.640793
C131.122208,93.640793 127.104683,93.640793 122.863892,93.640793
C122.863892,99.332687 122.939369,104.655182 122.845894,109.974701
C122.711563,117.619598 122.863937,125.302711 122.115913,132.892838
C121.547447,138.661057 118.012047,141.533157 112.698639,142.230377
C104.842407,143.261261 99.407639,138.292480 99.241196,129.454514
C99.040543,118.801064 99.255516,108.140007 99.089882,97.485374
C99.067947,96.074287 97.864571,94.681564 96.272644,93.271111
M317.499878,430.045990
C323.601318,430.045990 329.702759,430.045990 335.924133,430.045990
C335.924133,425.697937 335.924133,421.918854 335.924133,417.637573
C327.506683,417.637573 319.266998,417.637573 310.871429,417.637573
C310.871429,413.426483 310.871429,409.722961 310.871429,405.497345
C317.788513,405.497345 324.352448,405.497345 330.927002,405.497345
C330.927002,401.193604 330.927002,397.419769 330.927002,393.174927
C324.131287,393.174927 317.551514,393.174927 310.824615,393.174927
C310.824615,389.150116 310.824615,385.605682 310.824615,381.529785
C319.365845,381.529785 327.601135,381.529785 335.799347,381.529785
C335.799347,377.239777 335.799347,373.490753 335.799347,369.600220
C323.080933,369.600220 310.672089,369.600220 298.187866,369.600220
C298.187866,389.826691 298.187866,409.833282 298.187866,430.045990
C304.533478,430.045990 310.516907,430.045990 317.499878,430.045990
M96.992981,377.580414
C96.992981,374.969666 96.992981,372.358948 96.992981,369.696930
C92.348282,369.696930 88.272736,369.696930 83.981873,369.696930
C83.981873,382.821167 83.590240,395.659485 84.091217,408.462860
C84.599594,421.455444 91.373421,428.993805 104.063805,430.667664
C117.992920,432.504913 130.826401,427.702148 132.346390,412.027344
C133.699738,398.071045 132.630615,383.879852 132.630615,369.689789
C128.480499,369.689789 124.398689,369.689789 120.006660,369.689789
C120.006660,381.795044 120.037849,393.607330 119.996124,405.419342
C119.966324,413.856750 115.655960,418.654633 108.363884,418.512085
C101.285217,418.373718 97.067070,413.631653 97.008850,405.558655
C96.943954,396.560120 96.993340,387.560760 96.992981,377.580414
M301.568726,151.048401
C308.040222,155.406891 315.336273,155.794724 322.683563,154.937164
C331.239014,153.938614 338.283417,147.177780 339.095093,139.849884
C340.256256,129.366135 336.875183,123.587791 326.867126,119.723801
C322.401489,117.999672 317.664490,116.989723 313.147369,115.383606
C310.218719,114.342278 307.040344,112.277435 308.502075,108.938904
C309.449066,106.776024 313.007996,104.231148 315.155212,104.432396
C319.830566,104.870598 324.351532,106.955574 330.068268,108.716393
C331.859619,107.437813 335.064331,105.150414 338.267334,102.864243
C331.887146,94.067825 322.414886,90.338356 312.153442,92.297234
C301.751343,94.282974 295.643463,100.422058 295.009216,109.529030
C294.414246,118.072845 299.392578,124.498436 309.469879,127.930344
C313.075287,129.158203 316.847107,129.901382 320.441742,131.155869
C323.731934,132.304138 326.724426,134.152817 325.839294,138.350540
C324.999329,142.333954 321.769196,143.139618 318.198029,143.314560
C311.335510,143.650726 306.760071,139.773483 302.833954,134.775269
C299.381927,137.018341 296.231171,139.065674 292.442139,141.527725
C295.564636,144.865250 298.263367,147.749832 301.568726,151.048401
M417.332642,287.200684
C417.332642,272.796448 417.332642,258.392212 417.332642,243.526733
C423.864471,243.526733 429.630554,243.526733 435.495850,243.526733
C435.495850,239.165161 435.495850,235.281128 435.495850,231.325089
C419.087097,231.325089 403.013397,231.325089 386.871643,231.325089
C386.871643,235.475388 386.871643,239.376511 386.871643,243.742554
C392.804016,243.742554 398.391968,243.742554 404.544250,243.742554
C404.544250,260.072632 404.544250,275.942047 404.544250,291.784393
C409.080048,291.784393 413.025116,291.784393 417.127594,291.784393
C417.203827,290.424438 417.268188,289.276245 417.332642,287.200684
M404.945038,154.029358
C408.392334,154.029358 411.839630,154.029358 415.759399,154.029358
C415.759399,137.826004 415.759399,122.117516 415.759399,105.882233
C422.121490,105.882233 428.012207,105.882233 433.776855,105.882233
C433.776855,101.425407 433.776855,97.511932 433.776855,93.511330
C417.416718,93.511330 401.358917,93.511330 385.224121,93.511330
C385.224121,97.782516 385.224121,101.802071 385.224121,106.104416
C391.219330,106.104416 396.841309,106.104416 402.812225,106.104416
C402.812225,120.654610 402.773193,134.917496 402.866425,149.179504
C402.876923,150.787354 403.634247,152.390320 404.945038,154.029358
z"/>
<path fill="#000404" opacity="1.000000" stroke="none"
d="
M200.594269,118.298721
C200.189789,130.010468 200.126358,141.500916 200.054214,152.991302
C200.053314,153.135971 199.940811,153.279938 199.753693,153.726822
C195.807327,153.726822 191.725327,153.726822 187.321564,153.726822
C187.321564,133.776169 187.321564,113.747955 187.321564,93.276146
C190.806580,93.276146 194.133179,93.012177 197.381012,93.402916
C198.725983,93.564728 200.210358,94.896912 201.106750,96.090721
C208.494843,105.930260 215.755737,115.865250 223.066925,125.762627
C223.936935,126.940361 224.877533,128.065948 226.532928,130.162384
C226.532928,117.374557 226.532928,105.674858 226.532928,93.628906
C231.104813,93.628906 235.142838,93.628906 239.457062,93.628906
C239.457062,113.646599 239.457062,133.546371 239.457062,153.520050
C232.294373,155.189240 227.062759,153.954178 222.651978,147.155899
C216.081665,137.029160 208.237045,127.729195 200.594269,118.298721
z"/>
<path fill="#000304" opacity="1.000000" stroke="none"
d="
M390.119507,430.040405
C388.185547,429.968689 386.739044,429.896942 385.167786,429.819031
C385.167786,409.701508 385.167786,389.918976 385.167786,368.727966
C396.261383,369.482025 407.592041,368.780090 418.139893,371.323914
C432.919312,374.888245 438.068634,388.789703 436.615234,402.783142
C434.712250,421.104614 424.752716,429.563477 406.097412,430.020111
C400.936890,430.146454 395.770630,430.040039 390.119507,430.040405
M414.631775,383.537476
C409.311462,382.788330 403.991150,382.039185 398.296997,381.237396
C398.296997,393.851807 398.296997,405.399994 398.296997,416.913086
C410.954346,418.833832 419.157654,415.572998 422.206360,407.536896
C425.739868,398.222839 423.004578,388.883453 414.631775,383.537476
z"/>
<path fill="#000405" opacity="1.000000" stroke="none"
d="
M86.743523,271.998688
C86.743538,258.200653 86.743538,244.902481 86.743538,231.326843
C95.277100,231.326843 103.550339,230.850159 111.744225,231.452621
C121.093216,232.140015 128.373734,236.735489 130.830566,246.283401
C133.385544,256.212799 130.711945,264.675903 121.259254,270.693573
C124.820953,277.565094 128.363129,284.398895 132.300491,291.995178
C127.862579,291.995178 123.977524,292.174103 120.127678,291.884705
C118.992622,291.799377 117.587540,290.612732 116.944244,289.546021
C114.893532,286.145477 112.647484,282.731689 111.389153,279.014191
C109.351700,272.994873 105.319237,272.486633 99.651093,273.803162
C99.651093,279.703125 99.651093,285.616547 99.651093,291.757568
C95.208916,291.757568 91.275467,291.757568 86.743507,291.757568
C86.743507,285.348694 86.743507,278.923615 86.743523,271.998688
M104.437744,260.970032
C107.227356,260.693054 110.086197,260.709015 112.790215,260.069916
C116.768623,259.129578 118.278564,256.086761 118.297134,252.191925
C118.316284,248.174576 116.275124,245.222885 112.554825,244.433685
C108.459000,243.564804 104.146515,243.717239 99.548035,243.398346
C99.548035,248.619415 99.753456,252.941040 99.480736,257.232269
C99.275589,260.460205 100.545418,261.445129 104.437744,260.970032
z"/>
<path fill="#000203" opacity="1.000000" stroke="none"
d="
M218.906097,370.862823
C234.775360,376.220367 237.368286,399.428467 221.998566,408.857330
C225.524704,415.706604 229.063446,422.580292 232.900864,430.034149
C228.433441,430.034149 224.634857,430.218353 220.873672,429.924347
C219.712173,429.833527 218.260452,428.674072 217.618713,427.599518
C215.575836,424.178772 213.469131,420.709503 212.092636,416.997345
C209.942047,411.197662 206.015625,410.273102 200.249451,411.959869
C200.249451,417.717743 200.249451,423.636688 200.249451,429.788727
C195.683258,429.788727 191.605057,429.788727 187.265488,429.788727
C187.265488,409.776276 187.265488,389.863495 187.265488,368.797394
C197.782669,369.460693 208.152725,370.114685 218.906097,370.862823
M207.382736,381.871765
C205.108429,381.871765 202.834106,381.871765 200.465210,381.871765
C200.465210,387.835022 200.465210,393.222870 200.465210,398.870728
C204.257065,398.870728 207.952362,399.613251 211.129440,398.648743
C213.950806,397.792236 217.483063,395.483124 218.335129,393.002380
C219.185165,390.527496 217.869034,386.400116 216.047012,384.205933
C214.611954,382.477783 210.964569,382.586700 207.382736,381.871765
z"/>
<path fill="#000606" opacity="1.000000" stroke="none"
d="
M237.597137,262.918243
C237.385834,267.226379 237.514618,271.103455 236.896988,274.857727
C235.295731,284.590759 229.075302,290.649048 219.033905,292.362976
C203.365768,295.037292 188.990631,289.206726 188.449860,269.180298
C188.113464,256.721893 188.387405,244.247070 188.387405,231.436707
C192.637909,231.436707 196.673676,231.436707 201.162308,231.436707
C201.162308,243.423523 201.080612,255.372330 201.189850,267.319397
C201.268112,275.879395 205.776398,280.445862 213.541611,280.187042
C219.536362,279.987244 223.262802,277.104584 224.014999,270.978058
C224.700958,265.390808 224.585693,259.695007 224.655960,254.044952
C224.748978,246.564880 224.678879,239.082764 224.678879,231.342270
C228.902695,231.342270 232.821747,231.342270 237.597153,231.342270
C237.597153,241.639709 237.597153,252.035461 237.597137,262.918243
z"/>
<path fill="#000404" opacity="1.000000" stroke="none"
d="
M338.477234,236.475189
C341.562531,240.144547 344.376495,243.578705 347.620789,247.537994
C343.576416,249.196777 340.470367,250.818665 337.165375,251.639297
C335.994598,251.929993 333.929260,250.605438 332.972809,249.442276
C327.639801,242.956635 320.769775,241.466736 313.200958,243.695374
C305.670654,245.912659 301.980927,251.852386 301.266663,259.361359
C300.524597,267.162506 302.939453,273.867645 310.033691,278.128815
C316.466370,281.992645 327.131317,280.962250 331.530884,275.054932
C334.719360,270.773773 337.505920,270.986908 341.400665,272.955597
C343.160919,273.845398 345.036499,274.507080 346.869751,275.276459
C338.243835,292.113373 318.428802,298.205444 302.532074,289.018280
C287.885590,280.553711 283.312744,258.368073 293.116547,243.337769
C302.368500,229.153488 323.727203,225.791275 338.477234,236.475189
z"/>
<path fill="#000607" opacity="1.000000" stroke="none"
d="
M96.740494,93.275726
C97.864571,94.681564 99.067947,96.074287 99.089882,97.485374
C99.255516,108.140007 99.040543,118.801064 99.241196,129.454514
C99.407639,138.292480 104.842407,143.261261 112.698639,142.230377
C118.012047,141.533157 121.547447,138.661057 122.115913,132.892838
C122.863937,125.302711 122.711563,117.619598 122.845894,109.974701
C122.939369,104.655182 122.863892,99.332687 122.863892,93.640793
C127.104683,93.640793 131.122208,93.640793 135.007355,93.640793
C135.007355,108.221512 136.310318,122.802002 134.648987,137.036530
C132.911087,151.927032 120.130569,156.517273 106.498505,154.638199
C93.419754,152.835403 87.239098,145.783798 86.752312,132.464157
C86.285095,119.679985 86.651360,106.865349 86.651360,93.271111
C89.779327,93.271111 93.025986,93.271111 96.740494,93.275726
z"/>
<path fill="#000606" opacity="1.000000" stroke="none"
d="
M317.000122,430.045990
C310.516907,430.045990 304.533478,430.045990 298.187866,430.045990
C298.187866,409.833282 298.187866,389.826691 298.187866,369.600220
C310.672089,369.600220 323.080933,369.600220 335.799347,369.600220
C335.799347,373.490753 335.799347,377.239777 335.799347,381.529785
C327.601135,381.529785 319.365845,381.529785 310.824615,381.529785
C310.824615,385.605682 310.824615,389.150116 310.824615,393.174927
C317.551514,393.174927 324.131287,393.174927 330.927002,393.174927
C330.927002,397.419769 330.927002,401.193604 330.927002,405.497345
C324.352448,405.497345 317.788513,405.497345 310.871429,405.497345
C310.871429,409.722961 310.871429,413.426483 310.871429,417.637573
C319.266998,417.637573 327.506683,417.637573 335.924133,417.637573
C335.924133,421.918854 335.924133,425.697937 335.924133,430.045990
C329.702759,430.045990 323.601318,430.045990 317.000122,430.045990
z"/>
<path fill="#000303" opacity="1.000000" stroke="none"
d="
M96.992981,378.071106
C96.993340,387.560760 96.943954,396.560120 97.008850,405.558655
C97.067070,413.631653 101.285217,418.373718 108.363884,418.512085
C115.655960,418.654633 119.966324,413.856750 119.996124,405.419342
C120.037849,393.607330 120.006660,381.795044 120.006660,369.689789
C124.398689,369.689789 128.480499,369.689789 132.630615,369.689789
C132.630615,383.879852 133.699738,398.071045 132.346390,412.027344
C130.826401,427.702148 117.992920,432.504913 104.063805,430.667664
C91.373421,428.993805 84.599594,421.455444 84.091217,408.462860
C83.590240,395.659485 83.981873,382.821167 83.981873,369.696930
C88.272736,369.696930 92.348282,369.696930 96.992981,369.696930
C96.992981,372.358948 96.992981,374.969666 96.992981,378.071106
z"/>
<path fill="#000303" opacity="1.000000" stroke="none"
d="
M301.265442,150.841415
C298.263367,147.749832 295.564636,144.865250 292.442139,141.527725
C296.231171,139.065674 299.381927,137.018341 302.833954,134.775269
C306.760071,139.773483 311.335510,143.650726 318.198029,143.314560
C321.769196,143.139618 324.999329,142.333954 325.839294,138.350540
C326.724426,134.152817 323.731934,132.304138 320.441742,131.155869
C316.847107,129.901382 313.075287,129.158203 309.469879,127.930344
C299.392578,124.498436 294.414246,118.072845 295.009216,109.529030
C295.643463,100.422058 301.751343,94.282974 312.153442,92.297234
C322.414886,90.338356 331.887146,94.067825 338.267334,102.864243
C335.064331,105.150414 331.859619,107.437813 330.068268,108.716393
C324.351532,106.955574 319.830566,104.870598 315.155212,104.432396
C313.007996,104.231148 309.449066,106.776024 308.502075,108.938904
C307.040344,112.277435 310.218719,114.342278 313.147369,115.383606
C317.664490,116.989723 322.401489,117.999672 326.867126,119.723801
C336.875183,123.587791 340.256256,129.366135 339.095093,139.849884
C338.283417,147.177780 331.239014,153.938614 322.683563,154.937164
C315.336273,155.794724 308.040222,155.406891 301.265442,150.841415
z"/>
<path fill="#00090A" opacity="1.000000" stroke="none"
d="
M417.332581,287.664368
C417.268188,289.276245 417.203827,290.424438 417.127594,291.784393
C413.025116,291.784393 409.080048,291.784393 404.544250,291.784393
C404.544250,275.942047 404.544250,260.072632 404.544250,243.742554
C398.391968,243.742554 392.804016,243.742554 386.871643,243.742554
C386.871643,239.376511 386.871643,235.475388 386.871643,231.325089
C403.013397,231.325089 419.087097,231.325089 435.495850,231.325089
C435.495850,235.281128 435.495850,239.165161 435.495850,243.526733
C429.630554,243.526733 423.864471,243.526733 417.332642,243.526733
C417.332642,258.392212 417.332642,272.796448 417.332581,287.664368
z"/>
<path fill="#000607" opacity="1.000000" stroke="none"
d="
M404.495148,154.012451
C403.634247,152.390320 402.876923,150.787354 402.866425,149.179504
C402.773193,134.917496 402.812225,120.654610 402.812225,106.104416
C396.841309,106.104416 391.219330,106.104416 385.224121,106.104416
C385.224121,101.802071 385.224121,97.782516 385.224121,93.511330
C401.358917,93.511330 417.416718,93.511330 433.776855,93.511330
C433.776855,97.511932 433.776855,101.425407 433.776855,105.882233
C428.012207,105.882233 422.121490,105.882233 415.759399,105.882233
C415.759399,122.117516 415.759399,137.826004 415.759399,154.029358
C411.839630,154.029358 408.392334,154.029358 404.495148,154.012451
z"/>
<path fill="#0ADBF5" opacity="1.000000" stroke="none"
d="
M414.963501,383.738708
C423.004578,388.883453 425.739868,398.222839 422.206360,407.536896
C419.157654,415.572998 410.954346,418.833832 398.296997,416.913086
C398.296997,405.399994 398.296997,393.851807 398.296997,381.237396
C403.991150,382.039185 409.311462,382.788330 414.963501,383.738708
z"/>
<path fill="#0ADBF5" opacity="1.000000" stroke="none"
d="
M103.962967,260.970093
C100.545418,261.445129 99.275589,260.460205 99.480736,257.232269
C99.753456,252.941040 99.548035,248.619415 99.548035,243.398346
C104.146515,243.717239 108.459000,243.564804 112.554825,244.433685
C116.275124,245.222885 118.316284,248.174576 118.297134,252.191925
C118.278564,256.086761 116.768623,259.129578 112.790215,260.069916
C110.086197,260.709015 107.227356,260.693054 103.962967,260.970093
z"/>
<path fill="#0AD6F0" opacity="1.000000" stroke="none"
d="
M207.841278,381.875732
C210.964569,382.586700 214.611954,382.477783 216.047012,384.205933
C217.869034,386.400116 219.185165,390.527496 218.335129,393.002380
C217.483063,395.483124 213.950806,397.792236 211.129440,398.648743
C207.952362,399.613251 204.257065,398.870728 200.465210,398.870728
C200.465210,393.222870 200.465210,387.835022 200.465210,381.871765
C202.834106,381.871765 205.108429,381.871765 207.841278,381.875732
z"/>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,391 +0,0 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path fill="#0ADDF8" opacity="1.000000" stroke="none"
d="
M279.000000,513.000000
C186.022568,513.000000 93.545135,513.000000 1.033850,513.000000
C1.033850,342.397552 1.033850,171.795074 1.033850,1.096304
C171.560776,1.096304 342.121643,1.096304 512.841248,1.096304
C512.841248,171.666550 512.841248,342.333252 512.841248,513.000000
C435.128387,513.000000 357.314178,513.000000 279.000000,513.000000
M200.934677,118.077423
C208.237045,127.729195 216.081665,137.029160 222.651978,147.155899
C227.062759,153.954178 232.294373,155.189240 239.457062,153.520050
C239.457062,133.546371 239.457062,113.646599 239.457062,93.628906
C235.142838,93.628906 231.104813,93.628906 226.532928,93.628906
C226.532928,105.674858 226.532928,117.374557 226.532928,130.162384
C224.877533,128.065948 223.936935,126.940361 223.066925,125.762627
C215.755737,115.865250 208.494843,105.930260 201.106750,96.090721
C200.210358,94.896912 198.725983,93.564728 197.381012,93.402916
C194.133179,93.012177 190.806580,93.276146 187.321564,93.276146
C187.321564,113.747955 187.321564,133.776169 187.321564,153.726822
C191.725327,153.726822 195.807327,153.726822 199.753693,153.726822
C199.940811,153.279938 200.053314,153.135971 200.054214,152.991302
C200.126358,141.500916 200.189789,130.010468 200.934677,118.077423
M390.607025,430.040436
C395.770630,430.040039 400.936890,430.146454 406.097412,430.020111
C424.752716,429.563477 434.712250,421.104614 436.615234,402.783142
C438.068634,388.789703 432.919312,374.888245 418.139893,371.323914
C407.592041,368.780090 396.261383,369.482025 385.167786,368.727966
C385.167786,389.918976 385.167786,409.701508 385.167786,429.819031
C386.739044,429.896942 388.185547,429.968689 390.607025,430.040436
M86.743507,272.498535
C86.743507,278.923615 86.743507,285.348694 86.743507,291.757568
C91.275467,291.757568 95.208916,291.757568 99.651093,291.757568
C99.651093,285.616547 99.651093,279.703125 99.651093,273.803162
C105.319237,272.486633 109.351700,272.994873 111.389153,279.014191
C112.647484,282.731689 114.893532,286.145477 116.944244,289.546021
C117.587540,290.612732 118.992622,291.799377 120.127678,291.884705
C123.977524,292.174103 127.862579,291.995178 132.300491,291.995178
C128.363129,284.398895 124.820953,277.565094 121.259254,270.693573
C130.711945,264.675903 133.385544,256.212799 130.830566,246.283401
C128.373734,236.735489 121.093216,232.140015 111.744225,231.452621
C103.550339,230.850159 95.277100,231.326843 86.743538,231.326843
C86.743538,244.902481 86.743538,258.200653 86.743507,272.498535
M218.522797,370.768707
C208.152725,370.114685 197.782669,369.460693 187.265488,368.797394
C187.265488,389.863495 187.265488,409.776276 187.265488,429.788727
C191.605057,429.788727 195.683258,429.788727 200.249451,429.788727
C200.249451,423.636688 200.249451,417.717743 200.249451,411.959869
C206.015625,410.273102 209.942047,411.197662 212.092636,416.997345
C213.469131,420.709503 215.575836,424.178772 217.618713,427.599518
C218.260452,428.674072 219.712173,429.833527 220.873672,429.924347
C224.634857,430.218353 228.433441,430.034149 232.900864,430.034149
C229.063446,422.580292 225.524704,415.706604 221.998566,408.857330
C237.368286,399.428467 234.775360,376.220367 218.522797,370.768707
M237.597153,262.431213
C237.597153,252.035461 237.597153,241.639709 237.597153,231.342270
C232.821747,231.342270 228.902695,231.342270 224.678879,231.342270
C224.678879,239.082764 224.748978,246.564880 224.655960,254.044952
C224.585693,259.695007 224.700958,265.390808 224.014999,270.978058
C223.262802,277.104584 219.536362,279.987244 213.541611,280.187042
C205.776398,280.445862 201.268112,275.879395 201.189850,267.319397
C201.080612,255.372330 201.162308,243.423523 201.162308,231.436707
C196.673676,231.436707 192.637909,231.436707 188.387405,231.436707
C188.387405,244.247070 188.113464,256.721893 188.449860,269.180298
C188.990631,289.206726 203.365768,295.037292 219.033905,292.362976
C229.075302,290.649048 235.295731,284.590759 236.896988,274.857727
C237.514618,271.103455 237.385834,267.226379 237.597153,262.431213
M338.205933,236.239960
C323.727203,225.791275 302.368500,229.153488 293.116547,243.337769
C283.312744,258.368073 287.885590,280.553711 302.532074,289.018280
C318.428802,298.205444 338.243835,292.113373 346.869751,275.276459
C345.036499,274.507080 343.160919,273.845398 341.400665,272.955597
C337.505920,270.986908 334.719360,270.773773 331.530884,275.054932
C327.131317,280.962250 316.466370,281.992645 310.033691,278.128815
C302.939453,273.867645 300.524597,267.162506 301.266663,259.361359
C301.980927,251.852386 305.670654,245.912659 313.200958,243.695374
C320.769775,241.466736 327.639801,242.956635 332.972809,249.442276
C333.929260,250.605438 335.994598,251.929993 337.165375,251.639297
C340.470367,250.818665 343.576416,249.196777 347.620789,247.537994
C344.376495,243.578705 341.562531,240.144547 338.205933,236.239960
M96.272644,93.271111
C93.025986,93.271111 89.779327,93.271111 86.651360,93.271111
C86.651360,106.865349 86.285095,119.679985 86.752312,132.464157
C87.239098,145.783798 93.419754,152.835403 106.498505,154.638199
C120.130569,156.517273 132.911087,151.927032 134.648987,137.036530
C136.310318,122.802002 135.007355,108.221512 135.007355,93.640793
C131.122208,93.640793 127.104683,93.640793 122.863892,93.640793
C122.863892,99.332687 122.939369,104.655182 122.845894,109.974701
C122.711563,117.619598 122.863937,125.302711 122.115913,132.892838
C121.547447,138.661057 118.012047,141.533157 112.698639,142.230377
C104.842407,143.261261 99.407639,138.292480 99.241196,129.454514
C99.040543,118.801064 99.255516,108.140007 99.089882,97.485374
C99.067947,96.074287 97.864571,94.681564 96.272644,93.271111
M317.499878,430.045990
C323.601318,430.045990 329.702759,430.045990 335.924133,430.045990
C335.924133,425.697937 335.924133,421.918854 335.924133,417.637573
C327.506683,417.637573 319.266998,417.637573 310.871429,417.637573
C310.871429,413.426483 310.871429,409.722961 310.871429,405.497345
C317.788513,405.497345 324.352448,405.497345 330.927002,405.497345
C330.927002,401.193604 330.927002,397.419769 330.927002,393.174927
C324.131287,393.174927 317.551514,393.174927 310.824615,393.174927
C310.824615,389.150116 310.824615,385.605682 310.824615,381.529785
C319.365845,381.529785 327.601135,381.529785 335.799347,381.529785
C335.799347,377.239777 335.799347,373.490753 335.799347,369.600220
C323.080933,369.600220 310.672089,369.600220 298.187866,369.600220
C298.187866,389.826691 298.187866,409.833282 298.187866,430.045990
C304.533478,430.045990 310.516907,430.045990 317.499878,430.045990
M96.992981,377.580414
C96.992981,374.969666 96.992981,372.358948 96.992981,369.696930
C92.348282,369.696930 88.272736,369.696930 83.981873,369.696930
C83.981873,382.821167 83.590240,395.659485 84.091217,408.462860
C84.599594,421.455444 91.373421,428.993805 104.063805,430.667664
C117.992920,432.504913 130.826401,427.702148 132.346390,412.027344
C133.699738,398.071045 132.630615,383.879852 132.630615,369.689789
C128.480499,369.689789 124.398689,369.689789 120.006660,369.689789
C120.006660,381.795044 120.037849,393.607330 119.996124,405.419342
C119.966324,413.856750 115.655960,418.654633 108.363884,418.512085
C101.285217,418.373718 97.067070,413.631653 97.008850,405.558655
C96.943954,396.560120 96.993340,387.560760 96.992981,377.580414
M301.568726,151.048401
C308.040222,155.406891 315.336273,155.794724 322.683563,154.937164
C331.239014,153.938614 338.283417,147.177780 339.095093,139.849884
C340.256256,129.366135 336.875183,123.587791 326.867126,119.723801
C322.401489,117.999672 317.664490,116.989723 313.147369,115.383606
C310.218719,114.342278 307.040344,112.277435 308.502075,108.938904
C309.449066,106.776024 313.007996,104.231148 315.155212,104.432396
C319.830566,104.870598 324.351532,106.955574 330.068268,108.716393
C331.859619,107.437813 335.064331,105.150414 338.267334,102.864243
C331.887146,94.067825 322.414886,90.338356 312.153442,92.297234
C301.751343,94.282974 295.643463,100.422058 295.009216,109.529030
C294.414246,118.072845 299.392578,124.498436 309.469879,127.930344
C313.075287,129.158203 316.847107,129.901382 320.441742,131.155869
C323.731934,132.304138 326.724426,134.152817 325.839294,138.350540
C324.999329,142.333954 321.769196,143.139618 318.198029,143.314560
C311.335510,143.650726 306.760071,139.773483 302.833954,134.775269
C299.381927,137.018341 296.231171,139.065674 292.442139,141.527725
C295.564636,144.865250 298.263367,147.749832 301.568726,151.048401
M417.332642,287.200684
C417.332642,272.796448 417.332642,258.392212 417.332642,243.526733
C423.864471,243.526733 429.630554,243.526733 435.495850,243.526733
C435.495850,239.165161 435.495850,235.281128 435.495850,231.325089
C419.087097,231.325089 403.013397,231.325089 386.871643,231.325089
C386.871643,235.475388 386.871643,239.376511 386.871643,243.742554
C392.804016,243.742554 398.391968,243.742554 404.544250,243.742554
C404.544250,260.072632 404.544250,275.942047 404.544250,291.784393
C409.080048,291.784393 413.025116,291.784393 417.127594,291.784393
C417.203827,290.424438 417.268188,289.276245 417.332642,287.200684
M404.945038,154.029358
C408.392334,154.029358 411.839630,154.029358 415.759399,154.029358
C415.759399,137.826004 415.759399,122.117516 415.759399,105.882233
C422.121490,105.882233 428.012207,105.882233 433.776855,105.882233
C433.776855,101.425407 433.776855,97.511932 433.776855,93.511330
C417.416718,93.511330 401.358917,93.511330 385.224121,93.511330
C385.224121,97.782516 385.224121,101.802071 385.224121,106.104416
C391.219330,106.104416 396.841309,106.104416 402.812225,106.104416
C402.812225,120.654610 402.773193,134.917496 402.866425,149.179504
C402.876923,150.787354 403.634247,152.390320 404.945038,154.029358
z"/>
<path fill="#000404" opacity="1.000000" stroke="none"
d="
M200.594269,118.298721
C200.189789,130.010468 200.126358,141.500916 200.054214,152.991302
C200.053314,153.135971 199.940811,153.279938 199.753693,153.726822
C195.807327,153.726822 191.725327,153.726822 187.321564,153.726822
C187.321564,133.776169 187.321564,113.747955 187.321564,93.276146
C190.806580,93.276146 194.133179,93.012177 197.381012,93.402916
C198.725983,93.564728 200.210358,94.896912 201.106750,96.090721
C208.494843,105.930260 215.755737,115.865250 223.066925,125.762627
C223.936935,126.940361 224.877533,128.065948 226.532928,130.162384
C226.532928,117.374557 226.532928,105.674858 226.532928,93.628906
C231.104813,93.628906 235.142838,93.628906 239.457062,93.628906
C239.457062,113.646599 239.457062,133.546371 239.457062,153.520050
C232.294373,155.189240 227.062759,153.954178 222.651978,147.155899
C216.081665,137.029160 208.237045,127.729195 200.594269,118.298721
z"/>
<path fill="#000304" opacity="1.000000" stroke="none"
d="
M390.119507,430.040405
C388.185547,429.968689 386.739044,429.896942 385.167786,429.819031
C385.167786,409.701508 385.167786,389.918976 385.167786,368.727966
C396.261383,369.482025 407.592041,368.780090 418.139893,371.323914
C432.919312,374.888245 438.068634,388.789703 436.615234,402.783142
C434.712250,421.104614 424.752716,429.563477 406.097412,430.020111
C400.936890,430.146454 395.770630,430.040039 390.119507,430.040405
M414.631775,383.537476
C409.311462,382.788330 403.991150,382.039185 398.296997,381.237396
C398.296997,393.851807 398.296997,405.399994 398.296997,416.913086
C410.954346,418.833832 419.157654,415.572998 422.206360,407.536896
C425.739868,398.222839 423.004578,388.883453 414.631775,383.537476
z"/>
<path fill="#000405" opacity="1.000000" stroke="none"
d="
M86.743523,271.998688
C86.743538,258.200653 86.743538,244.902481 86.743538,231.326843
C95.277100,231.326843 103.550339,230.850159 111.744225,231.452621
C121.093216,232.140015 128.373734,236.735489 130.830566,246.283401
C133.385544,256.212799 130.711945,264.675903 121.259254,270.693573
C124.820953,277.565094 128.363129,284.398895 132.300491,291.995178
C127.862579,291.995178 123.977524,292.174103 120.127678,291.884705
C118.992622,291.799377 117.587540,290.612732 116.944244,289.546021
C114.893532,286.145477 112.647484,282.731689 111.389153,279.014191
C109.351700,272.994873 105.319237,272.486633 99.651093,273.803162
C99.651093,279.703125 99.651093,285.616547 99.651093,291.757568
C95.208916,291.757568 91.275467,291.757568 86.743507,291.757568
C86.743507,285.348694 86.743507,278.923615 86.743523,271.998688
M104.437744,260.970032
C107.227356,260.693054 110.086197,260.709015 112.790215,260.069916
C116.768623,259.129578 118.278564,256.086761 118.297134,252.191925
C118.316284,248.174576 116.275124,245.222885 112.554825,244.433685
C108.459000,243.564804 104.146515,243.717239 99.548035,243.398346
C99.548035,248.619415 99.753456,252.941040 99.480736,257.232269
C99.275589,260.460205 100.545418,261.445129 104.437744,260.970032
z"/>
<path fill="#000203" opacity="1.000000" stroke="none"
d="
M218.906097,370.862823
C234.775360,376.220367 237.368286,399.428467 221.998566,408.857330
C225.524704,415.706604 229.063446,422.580292 232.900864,430.034149
C228.433441,430.034149 224.634857,430.218353 220.873672,429.924347
C219.712173,429.833527 218.260452,428.674072 217.618713,427.599518
C215.575836,424.178772 213.469131,420.709503 212.092636,416.997345
C209.942047,411.197662 206.015625,410.273102 200.249451,411.959869
C200.249451,417.717743 200.249451,423.636688 200.249451,429.788727
C195.683258,429.788727 191.605057,429.788727 187.265488,429.788727
C187.265488,409.776276 187.265488,389.863495 187.265488,368.797394
C197.782669,369.460693 208.152725,370.114685 218.906097,370.862823
M207.382736,381.871765
C205.108429,381.871765 202.834106,381.871765 200.465210,381.871765
C200.465210,387.835022 200.465210,393.222870 200.465210,398.870728
C204.257065,398.870728 207.952362,399.613251 211.129440,398.648743
C213.950806,397.792236 217.483063,395.483124 218.335129,393.002380
C219.185165,390.527496 217.869034,386.400116 216.047012,384.205933
C214.611954,382.477783 210.964569,382.586700 207.382736,381.871765
z"/>
<path fill="#000606" opacity="1.000000" stroke="none"
d="
M237.597137,262.918243
C237.385834,267.226379 237.514618,271.103455 236.896988,274.857727
C235.295731,284.590759 229.075302,290.649048 219.033905,292.362976
C203.365768,295.037292 188.990631,289.206726 188.449860,269.180298
C188.113464,256.721893 188.387405,244.247070 188.387405,231.436707
C192.637909,231.436707 196.673676,231.436707 201.162308,231.436707
C201.162308,243.423523 201.080612,255.372330 201.189850,267.319397
C201.268112,275.879395 205.776398,280.445862 213.541611,280.187042
C219.536362,279.987244 223.262802,277.104584 224.014999,270.978058
C224.700958,265.390808 224.585693,259.695007 224.655960,254.044952
C224.748978,246.564880 224.678879,239.082764 224.678879,231.342270
C228.902695,231.342270 232.821747,231.342270 237.597153,231.342270
C237.597153,241.639709 237.597153,252.035461 237.597137,262.918243
z"/>
<path fill="#000404" opacity="1.000000" stroke="none"
d="
M338.477234,236.475189
C341.562531,240.144547 344.376495,243.578705 347.620789,247.537994
C343.576416,249.196777 340.470367,250.818665 337.165375,251.639297
C335.994598,251.929993 333.929260,250.605438 332.972809,249.442276
C327.639801,242.956635 320.769775,241.466736 313.200958,243.695374
C305.670654,245.912659 301.980927,251.852386 301.266663,259.361359
C300.524597,267.162506 302.939453,273.867645 310.033691,278.128815
C316.466370,281.992645 327.131317,280.962250 331.530884,275.054932
C334.719360,270.773773 337.505920,270.986908 341.400665,272.955597
C343.160919,273.845398 345.036499,274.507080 346.869751,275.276459
C338.243835,292.113373 318.428802,298.205444 302.532074,289.018280
C287.885590,280.553711 283.312744,258.368073 293.116547,243.337769
C302.368500,229.153488 323.727203,225.791275 338.477234,236.475189
z"/>
<path fill="#000607" opacity="1.000000" stroke="none"
d="
M96.740494,93.275726
C97.864571,94.681564 99.067947,96.074287 99.089882,97.485374
C99.255516,108.140007 99.040543,118.801064 99.241196,129.454514
C99.407639,138.292480 104.842407,143.261261 112.698639,142.230377
C118.012047,141.533157 121.547447,138.661057 122.115913,132.892838
C122.863937,125.302711 122.711563,117.619598 122.845894,109.974701
C122.939369,104.655182 122.863892,99.332687 122.863892,93.640793
C127.104683,93.640793 131.122208,93.640793 135.007355,93.640793
C135.007355,108.221512 136.310318,122.802002 134.648987,137.036530
C132.911087,151.927032 120.130569,156.517273 106.498505,154.638199
C93.419754,152.835403 87.239098,145.783798 86.752312,132.464157
C86.285095,119.679985 86.651360,106.865349 86.651360,93.271111
C89.779327,93.271111 93.025986,93.271111 96.740494,93.275726
z"/>
<path fill="#000606" opacity="1.000000" stroke="none"
d="
M317.000122,430.045990
C310.516907,430.045990 304.533478,430.045990 298.187866,430.045990
C298.187866,409.833282 298.187866,389.826691 298.187866,369.600220
C310.672089,369.600220 323.080933,369.600220 335.799347,369.600220
C335.799347,373.490753 335.799347,377.239777 335.799347,381.529785
C327.601135,381.529785 319.365845,381.529785 310.824615,381.529785
C310.824615,385.605682 310.824615,389.150116 310.824615,393.174927
C317.551514,393.174927 324.131287,393.174927 330.927002,393.174927
C330.927002,397.419769 330.927002,401.193604 330.927002,405.497345
C324.352448,405.497345 317.788513,405.497345 310.871429,405.497345
C310.871429,409.722961 310.871429,413.426483 310.871429,417.637573
C319.266998,417.637573 327.506683,417.637573 335.924133,417.637573
C335.924133,421.918854 335.924133,425.697937 335.924133,430.045990
C329.702759,430.045990 323.601318,430.045990 317.000122,430.045990
z"/>
<path fill="#000303" opacity="1.000000" stroke="none"
d="
M96.992981,378.071106
C96.993340,387.560760 96.943954,396.560120 97.008850,405.558655
C97.067070,413.631653 101.285217,418.373718 108.363884,418.512085
C115.655960,418.654633 119.966324,413.856750 119.996124,405.419342
C120.037849,393.607330 120.006660,381.795044 120.006660,369.689789
C124.398689,369.689789 128.480499,369.689789 132.630615,369.689789
C132.630615,383.879852 133.699738,398.071045 132.346390,412.027344
C130.826401,427.702148 117.992920,432.504913 104.063805,430.667664
C91.373421,428.993805 84.599594,421.455444 84.091217,408.462860
C83.590240,395.659485 83.981873,382.821167 83.981873,369.696930
C88.272736,369.696930 92.348282,369.696930 96.992981,369.696930
C96.992981,372.358948 96.992981,374.969666 96.992981,378.071106
z"/>
<path fill="#000303" opacity="1.000000" stroke="none"
d="
M301.265442,150.841415
C298.263367,147.749832 295.564636,144.865250 292.442139,141.527725
C296.231171,139.065674 299.381927,137.018341 302.833954,134.775269
C306.760071,139.773483 311.335510,143.650726 318.198029,143.314560
C321.769196,143.139618 324.999329,142.333954 325.839294,138.350540
C326.724426,134.152817 323.731934,132.304138 320.441742,131.155869
C316.847107,129.901382 313.075287,129.158203 309.469879,127.930344
C299.392578,124.498436 294.414246,118.072845 295.009216,109.529030
C295.643463,100.422058 301.751343,94.282974 312.153442,92.297234
C322.414886,90.338356 331.887146,94.067825 338.267334,102.864243
C335.064331,105.150414 331.859619,107.437813 330.068268,108.716393
C324.351532,106.955574 319.830566,104.870598 315.155212,104.432396
C313.007996,104.231148 309.449066,106.776024 308.502075,108.938904
C307.040344,112.277435 310.218719,114.342278 313.147369,115.383606
C317.664490,116.989723 322.401489,117.999672 326.867126,119.723801
C336.875183,123.587791 340.256256,129.366135 339.095093,139.849884
C338.283417,147.177780 331.239014,153.938614 322.683563,154.937164
C315.336273,155.794724 308.040222,155.406891 301.265442,150.841415
z"/>
<path fill="#00090A" opacity="1.000000" stroke="none"
d="
M417.332581,287.664368
C417.268188,289.276245 417.203827,290.424438 417.127594,291.784393
C413.025116,291.784393 409.080048,291.784393 404.544250,291.784393
C404.544250,275.942047 404.544250,260.072632 404.544250,243.742554
C398.391968,243.742554 392.804016,243.742554 386.871643,243.742554
C386.871643,239.376511 386.871643,235.475388 386.871643,231.325089
C403.013397,231.325089 419.087097,231.325089 435.495850,231.325089
C435.495850,235.281128 435.495850,239.165161 435.495850,243.526733
C429.630554,243.526733 423.864471,243.526733 417.332642,243.526733
C417.332642,258.392212 417.332642,272.796448 417.332581,287.664368
z"/>
<path fill="#000607" opacity="1.000000" stroke="none"
d="
M404.495148,154.012451
C403.634247,152.390320 402.876923,150.787354 402.866425,149.179504
C402.773193,134.917496 402.812225,120.654610 402.812225,106.104416
C396.841309,106.104416 391.219330,106.104416 385.224121,106.104416
C385.224121,101.802071 385.224121,97.782516 385.224121,93.511330
C401.358917,93.511330 417.416718,93.511330 433.776855,93.511330
C433.776855,97.511932 433.776855,101.425407 433.776855,105.882233
C428.012207,105.882233 422.121490,105.882233 415.759399,105.882233
C415.759399,122.117516 415.759399,137.826004 415.759399,154.029358
C411.839630,154.029358 408.392334,154.029358 404.495148,154.012451
z"/>
<path fill="#0ADBF5" opacity="1.000000" stroke="none"
d="
M414.963501,383.738708
C423.004578,388.883453 425.739868,398.222839 422.206360,407.536896
C419.157654,415.572998 410.954346,418.833832 398.296997,416.913086
C398.296997,405.399994 398.296997,393.851807 398.296997,381.237396
C403.991150,382.039185 409.311462,382.788330 414.963501,383.738708
z"/>
<path fill="#0ADBF5" opacity="1.000000" stroke="none"
d="
M103.962967,260.970093
C100.545418,261.445129 99.275589,260.460205 99.480736,257.232269
C99.753456,252.941040 99.548035,248.619415 99.548035,243.398346
C104.146515,243.717239 108.459000,243.564804 112.554825,244.433685
C116.275124,245.222885 118.316284,248.174576 118.297134,252.191925
C118.278564,256.086761 116.768623,259.129578 112.790215,260.069916
C110.086197,260.709015 107.227356,260.693054 103.962967,260.970093
z"/>
<path fill="#0AD6F0" opacity="1.000000" stroke="none"
d="
M207.841278,381.875732
C210.964569,382.586700 214.611954,382.477783 216.047012,384.205933
C217.869034,386.400116 219.185165,390.527496 218.335129,393.002380
C217.483063,395.483124 213.950806,397.792236 211.129440,398.648743
C207.952362,399.613251 204.257065,398.870728 200.465210,398.870728
C200.465210,393.222870 200.465210,387.835022 200.465210,381.871765
C202.834106,381.871765 205.108429,381.871765 207.841278,381.875732
z"/>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

View File

@ -1,37 +0,0 @@
document.addEventListener("DOMContentLoaded", function () {
const githubStarsComponents = document.getElementsByClassName("github-stars"),
url = "https://api.github.com/repos/unstructured-io/unstructured";
const createNode = (element) => {
return document.createElement(element);
};
const append = (parent, el) => {
return parent.appendChild(el);
};
fetch(url)
.then((response) => {
return response.json();
})
.then((data) => {
let leftLink = createNode("a");
let rightLink = createNode("a");
leftLink.classList.add("--left");
rightLink.classList.add("--right");
leftLink.target = "_blank";
leftLink.href = `${data.html_url}`;
leftLink.innerHTML = `<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.43359 0.0678272C4.05472 0.5578 0.532587 4.1836 0.0566223 8.59336C-0.419342 13.1991 2.15086 17.3149 6.05377 18.8828C6.33935 18.9808 6.62493 18.7848 6.62493 18.3928V16.8249C6.62493 16.8249 6.24416 16.9229 5.76819 16.9229C4.43549 16.9229 3.86434 15.747 3.76914 15.061C3.67395 14.669 3.48357 14.375 3.19799 14.081C2.91241 13.9831 2.81721 13.9831 2.81721 13.8851C2.81721 13.6891 3.10279 13.6891 3.19799 13.6891C3.76914 13.6891 4.24511 14.375 4.43549 14.669C4.91146 15.453 5.48261 15.649 5.76819 15.649C6.14896 15.649 6.43454 15.551 6.62493 15.453C6.72012 14.767 7.0057 14.081 7.57686 13.6891C5.38742 13.1991 3.76914 11.9252 3.76914 9.76929C3.76914 8.69135 4.24511 7.61341 4.91146 6.82945C4.81626 6.63346 4.72107 6.14349 4.72107 5.45753C4.72107 5.06555 4.72107 4.47758 5.00665 3.88962C5.00665 3.88962 6.33935 3.88962 7.67205 5.16355C8.14802 4.96756 8.81437 4.86956 9.48071 4.86956C10.1471 4.86956 10.8134 4.96756 11.3846 5.16355C12.6221 3.88962 14.05 3.88962 14.05 3.88962C14.2404 4.47758 14.2404 5.06555 14.2404 5.45753C14.2404 6.24149 14.1452 6.63346 14.05 6.82945C14.7163 7.61341 15.1923 8.59335 15.1923 9.76929C15.1923 11.9252 13.574 13.1991 11.3846 13.6891C11.9557 14.179 12.3365 15.061 12.3365 15.9429V18.4908C12.3365 18.7848 12.6221 19.0788 13.0029 18.9808C16.525 17.5109 19 13.9831 19 9.86728C19 3.98761 14.1452 -0.618135 8.43359 0.0678272Z" fill="white"/>
</svg> Star`;
rightLink.target = "_blank";
rightLink.href = `${data.html_url}/stargazers`;
rightLink.innerHTML = data.stargazers_count.toLocaleString('en-US');
Array.from(githubStarsComponents).forEach((component, index) => {
append(component, leftLink.cloneNode(true));
append(component, rightLink.cloneNode(true));
});
})
.catch((error) => {
console.log(error);
});
});

File diff suppressed because it is too large Load Diff

View File

@ -1,108 +0,0 @@
<!doctype html>
<html class="no-js" {% if language is not none %} lang="{{ language }}" {% endif %}>
<head>
{%- block site_meta -%}
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="color-scheme" content="light dark">
{%- if metatags %}{{ metatags }}{% endif -%}
{%- block linktags %}
{%- if hasdoc('about') -%}
<link rel="author" title="{{ _('About these documents') }}" href="{{ pathto('about') }}" />
{%- endif -%}
{%- if hasdoc('genindex') -%}
<link rel="index" title="{{ _('Index') }}" href="{{ pathto('genindex') }}" />
{%- endif -%}
{%- if hasdoc('search') -%}
<link rel="search" title="{{ _('Search') }}" href="{{ pathto('search') }}" />
{%- endif -%}
{%- if hasdoc('copyright') -%}
<link rel="copyright" title="{{ _('Copyright') }}" href="{{ pathto('copyright') }}" />
{%- endif -%}
{%- if next -%}
<link rel="next" title="{{ next.title|striptags|e }}" href="{{ next.link|e }}" />
{%- endif -%}
{%- if prev -%}
<link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}" />
{%- endif -%}
{#- rel="canonical" (set by html_baseurl) -#}
{%- if pageurl %}
<link rel="canonical" href="{{ pageurl|e }}" />
{%- endif %}
{%- endblock linktags %}
{# Favicon #}
{%- if favicon_url -%}
<link rel="shortcut icon" href="{{ favicon_url }}" />
{%- endif -%}
{#- Generator banner -#}
<meta name="generator" content="sphinx-{{ sphinx_version }}, furo {{ furo_version }}" />
{%- endblock site_meta -%}
{#- Site title -#}
{%- block htmltitle -%}
{% if not docstitle %}
<title>{{ title|striptags|e }}</title>
{% elif pagename == master_doc %}
<title>{{ docstitle|striptags|e }}</title>
{% else %}
<title>{{ title|striptags|e }} - {{ docstitle|striptags|e }}</title>
{% endif %}
{%- endblock -%}
{%- block styles -%}
{# Custom stylesheets #}
{%- block regular_styles -%}
{%- for css in css_files -%}
{% if css|attr("filename") -%}
{{ css_tag(css) }}
{%- else -%}
<link rel="stylesheet" href="{{ pathto(css, 1)|e }}" type="text/css" />
{%- endif %}
{% endfor -%}
{%- endblock regular_styles -%}
{#- Theme-related stylesheets -#}
{%- block theme_styles %}
{% include "partials/_head_css_variables.html" with context %}
{%- endblock -%}
{%- block extra_styles %}
{%- endblock -%}
{%- endblock styles -%}
{#- Custom front matter #}
{%- block extrahead -%}
{%- block scripts -%}
{# Custom JS #}
{%- block regular_scripts -%}
{% for path in script_files -%}
{{ js_tag(path) }}
{% endfor -%}
{%- endblock regular_scripts -%}
{# Theme-related JavaScript code #}
{%- block theme_scripts -%}
{%- endblock -%}
{%- endblock scripts -%}
{%- endblock -%}
</head>
<body>
{% block body %}
<script>
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
</script>
{% endblock %}
</body>
</html>

View File

@ -1,270 +0,0 @@
{% extends "base.html" %}
{% block body -%}
{{ super() }}
{% include "partials/icons.html" %}
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
<input type="checkbox" class="sidebar-toggle" name="__search" id="__search">
<label class="overlay sidebar-overlay" for="__navigation">
<div class="visually-hidden">Hide navigation sidebar</div>
</label>
<label class="overlay toc-overlay" for="__toc">
<div class="visually-hidden">Hide table of contents sidebar</div>
</label>
<label class="overlay search-overlay" for="__search">
<div class="visually-hidden">Hide search</div>
</label>
{% if theme_announcement -%}
<div class="announcement">
<aside class="announcement-content">
{% block announcement %} {{ theme_announcement }} {% endblock announcement %}
</aside>
</div>
{%- endif %}
<div class="page">
<header class="mobile-header">
<div class="header-left">
<label class="nav-overlay-icon" for="__navigation">
<div class="visually-hidden">Toggle site navigation sidebar</div>
<i class="icon"><svg>
<use href="#svg-menu"></use>
</svg></i>
</label>
</div>
<div class="header-center">
<a href="{{ pathto(master_doc) }}">
<div class="brand">
{%- if logo_url %}
<img class="header-logo" src="{{ logo_url }}" alt="Logo" />
{%- endif %}
{%- if theme_light_logo and theme_dark_logo %}
<img class="header-logo only-light" src="{{ pathto('_static/' + theme_light_logo, 1) }}" alt="Light Logo" />
<img class="header-logo only-dark" src="{{ pathto('_static/' + theme_dark_logo, 1) }}" alt="Dark Logo" />
{%- endif %}
</div>
</a>
</div>
<div class="header-right">
<label class="search-icon" for="__search">
<div class="visually-hidden">Toggle search</div>
</label>
<!-- <label class="toc-overlay-icon toc-header-icon{% if furo_hide_toc %} no-toc{% endif %}" for="__toc">
<div class="visually-hidden">Toggle table of contents sidebar</div>
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
</label> -->
</div>
</header>
<div class="header__search">
<form class="header__search__container" method="get" action="{{ pathto('search') }}" role="search">
<input class="header__search__input" placeholder={{ _("Search") }} name="q" aria-label="{{ _(" Search" )}}">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
<label class="close-icon" for="__search">
<div class="visually-hidden">Hide search</div>
</label>
</form>
<div id="searchbox"></div>
</div>
<aside class="sidebar-drawer">
<div class="sidebar-container">
{% block left_sidebar %}
<div class="theme-toggle-container theme-toggle-header sidebar__theme-toggle">
<button class="theme-toggle">
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
<svg class="theme-icon-when-auto">
<use href="#svg-sun-half"></use>
</svg>
<svg class="theme-icon-when-dark">
<use href="#svg-moon"></use>
</svg>
<svg class="theme-icon-when-light">
<use href="#svg-sun"></use>
</svg>
</button>
</div>
<div class="sidebar-sticky">
{%- for sidebar_section in sidebars %}
{%- include sidebar_section %}
{%- endfor %}
</div>
{% endblock left_sidebar %}
</div>
</aside>
<div class="main">
<div class="content{% if furo_hide_toc %} content--no-toc{% endif %}">
<div class="article-container">
<a href="#" class="back-to-top muted-link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
</svg>
<span>{% trans %}Back to top{% endtrans %}</span>
</a>
<div class="content-icon-container">
{% if theme_top_of_page_button == "edit" -%}
{%- include "components/edit-this-page.html" with context -%}
{%- elif theme_top_of_page_button != None -%}
{{ warning("Got an unsupported value for 'top_of_page_button'") }}
{%- endif -%}
{#- Theme toggle -#}
<div class="theme-toggle-container theme-toggle-content">
<button class="theme-toggle">
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
<svg class="theme-icon-when-auto">
<use href="#svg-sun-half"></use>
</svg>
<svg class="theme-icon-when-dark">
<use href="#svg-moon"></use>
</svg>
<svg class="theme-icon-when-light">
<use href="#svg-sun"></use>
</svg>
</button>
</div>
<label class="toc-overlay-icon toc-content-icon{% if furo_hide_toc %} no-toc{% endif %}" for="__toc">
<div class="visually-hidden">Toggle table of contents sidebar</div>
<i class="icon"><svg>
<use href="#svg-toc"></use>
</svg></i>
</label>
</div>
<div class="header-center">
<a href="{{ pathto(master_doc) }}">
<div class="brand">
{%- if logo_url %}
<img class="header-logo" src="{{ logo_url }}" alt="Logo" />
{%- endif %}
</div>
</a>
</div>
<article role="main">
<div class="social social--main" style="margin-top: 1em; display: flex; justify-content: right; gap: 8px">
<a href="https://short.unstructured.io/pzw05l7"
class="button--primary" target="_blank">Join <span aria-label="slack"
class="slack-icon"></span></span></a>
<div class="github-stars github-stars--top-page"></div>
<!-- Calendly badge widget begin -->
</div>
{% block content %}{{ body }}{% endblock %}
</article>
</div>
<footer>
{% block footer %}
<div class="related-pages">
{% if next -%}
<a class="next-page" href="{{ next.link }}">
<div class="page-info">
<div class="context">
<span>{{ _("Next") }}</span>
</div>
<div class="title">{{ next.title }}</div>
</div>
</a>
{%- endif %}
{% if prev -%}
<a class="prev-page" href="{{ prev.link }}">
<div class="page-info">
<div class="context">
<span>{{ _("Previous") }}</span>
</div>
{% if prev.link == pathto(master_doc) %}
<div class="title">{{ _("Home") }}</div>
{% else %}
<div class="title">{{ prev.title }}</div>
{% endif %}
</div>
</a>
{%- endif %}
</div>
<div class="bottom-of-page">
<div class="left-details">
{%- if show_copyright %}
<div class="copyright">
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e -%}
<a href="{{ path }}">Copyright</a> &#169; {{ copyright }}
{%- endtrans %}
{%- else %}
{% trans copyright=copyright|e -%}
Copyright &#169; {{ copyright }}
{%- endtrans %}
{%- endif %}
</div>
{%- endif %}
{% trans %}Made with {% endtrans -%}
{%- if show_sphinx -%}
{% trans %}<a href="https://www.sphinx-doc.org/">Sphinx</a> and {% endtrans -%}
<a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
{% endif -%}
{% trans %}
<a href="https://github.com/pradyunsg/furo">Furo</a>
{% endtrans %}
{%- if last_updated -%}
<div class="last-updated">
{% trans last_updated=last_updated|e -%}
Last updated on {{ last_updated }}
{%- endtrans -%}
</div>
{%- endif %}
</div>
<div class="right-details">
<div class="icons">
{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%}
<a class="muted-link {{ icon_dict.class }}" href="{{ icon_dict.url }}" aria-label="{{ icon_dict.name }}">
{{- icon_dict.html -}}
</a>
{% endfor %}
{%- else -%}
{#- Show Read the Docs project -#}
{%- if READTHEDOCS and slug -%}
<a class="muted-link" href="https://readthedocs.org/projects/{{ slug }}" aria-label="On Read the Docs">
<svg x="0px" y="0px" viewBox="-125 217 360 360" xml:space="preserve">
<path fill="currentColor"
d="M39.2,391.3c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3 c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2 c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,391.3,40.4,391.1,39.2,391.3z M39.2,353.6c-4.2,0.6-7.1,4.4-6.5,8.5 c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4 c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,353.6,40.4,353.4,39.2,353.6z M39.2,315.9 c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8 c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5-50.9,1.6c-30.1-2.4-46.5-7.9-46.5-7.9 C41.7,315.9,40.4,315.8,39.2,315.9z M39.2,278.3c-4.2,0.6-7.1,4.4-6.5,8.5c0.4,3,2.6,5.5,5.5,6.3c0,0,18.5,6.1,50,8.7 c25.3,2.1,54-1.8,54-1.8c4.2-0.1,7.5-3.6,7.4-7.8c-0.1-4.2-3.6-7.5-7.8-7.4c-0.5,0-1,0.1-1.5,0.2c0,0-28.1,3.5-50.9,1.6 c-30.1-2.4-46.5-7.9-46.5-7.9C41.7,278.2,40.4,278.1,39.2,278.3z M-13.6,238.5c-39.6,0.3-54.3,12.5-54.3,12.5v295.7 c0,0,14.4-12.4,60.8-10.5s55.9,18.2,112.9,19.3s71.3-8.8,71.3-8.8l0.8-301.4c0,0-25.6,7.3-75.6,7.7c-49.9,0.4-61.9-12.7-107.7-14.2 C-8.2,238.6-10.9,238.5-13.6,238.5z M19.5,257.8c0,0,24,7.9,68.3,10.1c37.5,1.9,75-3.7,75-3.7v267.9c0,0-19,10-66.5,6.6 C59.5,536.1,19,522.1,19,522.1L19.5,257.8z M-3.6,264.8c4.2,0,7.7,3.4,7.7,7.7c0,4.2-3.4,7.7-7.7,7.7c0,0-12.4,0.1-20,0.8 c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10.3c0,0,0,0,0,0c0,0,11.3-6,27-7.5 C-16,264.9-3.6,264.8-3.6,264.8z M-11,302.6c4.2-0.1,7.4,0,7.4,0c4.2,0.5,7.2,4.3,6.7,8.5c-0.4,3.5-3.2,6.3-6.7,6.7 c0,0-12.4,0.1-20,0.8c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10.3c0,0,11.3-6,27-7.5 C-20.5,302.9-15.2,302.7-11,302.6z M-3.6,340.2c4.2,0,7.7,3.4,7.7,7.7s-3.4,7.7-7.7,7.7c0,0-12.4-0.1-20,0.7 c-12.7,1.3-21.4,5.9-21.4,5.9c-3.7,2-8.4,0.5-10.3-3.2c-2-3.7-0.5-8.4,3.2-10.3c0,0,11.3-6,27-7.5C-16,340.1-3.6,340.2-3.6,340.2z" />
</svg>
</a>
{%- endif -%}
{#- Show GitHub repository home -#}
{%- if READTHEDOCS and display_github and github_user != "None" and github_repo != "None" -%}
<a class="muted-link" href="https://github.com/{{ github_user }}/{{ github_repo }}"
aria-label="On GitHub">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z">
</path>
</svg>
</a>
{%- endif -%}
{%- endif %}
</div>
</div>
</div>
{% endblock footer %}
</footer>
</div>
<aside class="toc-drawer{% if furo_hide_toc %} no-toc{% endif %}">
{% block right_sidebar %}
{% if not furo_hide_toc %}
<div class="toc-sticky toc-scroll">
<div class="toc-title-container">
<span class="toc-title">
{{ _("Contents") }}
</span>
</div>
<div class="toc-tree-container">
<div class="toc-tree">
{{ toc }}
</div>
</div>
</div>
{% endif %}
{% endblock right_sidebar %}
</aside>
</div>
</div>
{%- endblock %}

View File

@ -1,37 +0,0 @@
{#-
Hi there!
You might be interested in https://pradyunsg.me/furo/customisation/sidebar/
Although if you're reading this, chances are that you're either familiar
enough with Sphinx that you know what you're doing, or landed here from that
documentation page.
Hope your day's going well. :)
-#}
<a class="sidebar-brand{% if logo %} centered{% endif %}" href="{{ pathto(master_doc) }}">
{% block brand_content %}
{%- if logo_url %}
<div class="sidebar-logo-container">
<img class="sidebar-logo" src="{{ logo_url }}" alt="Logo" />
</div>
{%- endif %}
{%- if theme_light_logo and theme_dark_logo %}
<div class="sidebar-logo-container">
<img class="sidebar-logo only-light" src="{{ pathto('_static/' + theme_light_logo, 1) }}" alt="Light Logo" />
<img class="sidebar-logo only-dark" src="{{ pathto('_static/' + theme_dark_logo, 1) }}" alt="Dark Logo" />
</div>
{%- endif %}
{% if not theme_sidebar_hide_name %}
<span class="sidebar-brand-text">{{ docstitle if docstitle else project }}</span>
{%- endif %}
{% endblock brand_content %}
</a>
<div class="social social--sidebar" style="margin-top: 1em; display: flex; justify-content: right; gap: 8px">
<a
href="https://short.unstructured.io/pzw05l7"
class="button--primary" target="_blank">Join <span aria-label="slack" class="slack-icon"></span></span></a>
<div class="github-stars github-stars--sidebar"></div>
</div>

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,138 +0,0 @@
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Path setup --------------------------------------------------------------
import os
import sys
sys.path.insert(0, os.path.abspath("../.."))
# -- Project information -----------------------------------------------------
from unstructured.__version__ import __version__ # noqa: E402
project = "Unstructured"
copyright = "2022-2023, Unstructured Technologies"
author = "Unstructured Technologies"
# The full version, excluding alpha/beta/rc tags
release = __version__.split("-")[0]
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx_rtd_theme",
"sphinx_tabs.tabs",
"myst_parser",
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "furo"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# Adding a custom css file in order to add custom css file and can change the necessary elements.
# custom css and js for kapa.ai integration
html_favicon = "_static/images/unstructured_small.png"
html_js_files = ["js/githubStargazers.js", "js/sidebarScrollPosition.js", "custom.js"]
html_css_files = ["unstructured.css", "custom.css"]
html_theme_options = {
"sidebar_hide_name": True,
"light_logo": "images/logo-light-mode.svg",
"dark_logo": "images/logo-dark-mode.svg",
"light_css_variables": {
"color-sidebar-background": "#FFFFFF",
"color-sidebar-background-border": "#e9eaed",
"color-sidebar-caption-text": "#484848",
"color-sidebar-link-text": "#484848",
"color-sidebar-link-text--top-level": "#484848",
"color-sidebar-item-background--current": "transparent",
"color-sidebar-item-background--hover": "transparent",
"color-sidebar-item-expander-background": "transparent",
"color-sidebar-item-expander-background--hover": "transparent",
"color-sidebar-search-text": "#484848",
"color-sidebar-search-background": "#FFFFFF",
"color-sidebar-search-background--focus": "#FFFFFF",
"color-sidebar-search-border": "#b9b9b9",
"color-sidebar-search-border-focus": "#484848",
"color-sidebar-current-text": "#ff675f",
"color-content-foreground": "#484848",
"color-toc-title": "#212529",
"color-toc-item-text--hover": "#484848",
"color-toc-item-text--active": "#484848",
"color-table-header": "#FDDACA",
"color-table-bg": "#FFE5D9",
"color-table-row": "#FEEDE6",
"color-link": "#ff675f",
"color-link--hover": "#ff675f",
"content-padding": "5em",
"content-padding--small": "2em",
"color-search-icon": "#484848",
"color-search-placeholder": "#484848",
"color-literal": "#FF675F",
"toc-spacing-vertical": "3em",
"color-page-info": "#646776",
"toc-item-spacing-vertical": "1em",
"color-img-background": "#ffffff",
"sidebar-tree-space-above": "0",
"sidebar-caption-space-above": "0",
},
"dark_css_variables": {
"color-sidebar-background": "#131416",
"color-sidebar-background-border": "#303335",
"color-sidebar-caption-text": "#FFFFFF",
"color-sidebar-link-text": "#FFFFFF",
"color-sidebar-link-text--top-level": "#FFFFFF",
"color-sidebar-item-background--current": "none",
"color-sidebar-item-background--hover": "none",
"color-sidebar-item-expander-background": "transparent",
"color-sidebar-item-expander-background--hover": "transparent",
"color-sidebar-search-text": "#FFFFFF",
"color-sidebar-search-background": "#131416",
"color-sidebar-search-background--focus": "transparent",
"color-sidebar-search-border": "#FFFFFF",
"color-sidebar-search-border-focus": "#FFFFFF",
"color-sidebar-search-foreground": "#FFFFFF",
"color-sidebar-current-text": "#FFC2BF",
"color-content-foreground": "#FFFFFF",
"color-toc-title": "#FFFFFF",
"color-toc-item-text--hover": "#FFFFFF",
"color-toc-item-text--active": "#FFFFFF",
"color-table-header": "#131416",
"color-table-bg": "#232427",
"color-table-row": "#444444",
"color-link": "#FFC2BF",
"color-link--hover": "#FFC2BF",
"color-search-icon": "#FFFFFF",
"color-search-placeholder": "#FFFFFF",
"color-literal": "#F8C0A7",
"color-page-info": "#FFFFFF",
"color-img-background": "#131416",
"sidebar-tree-space-above": "0",
"sidebar-caption-space-above": "0",
},
}

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

View File

@ -1,6 +0,0 @@
Unstructured Documentation
==========================
The Unstructured documentation page has moved! Check out our new and improved docs page at
`https://docs.unstructured.io <https://docs.unstructured.io>`_ to learn more about our
products and tools.

Some files were not shown because too many files have changed in this diff Show More