Skip to content
Snippets Groups Projects
Commit 40461780 authored by huibbaetsen's avatar huibbaetsen
Browse files

Remove build files

parent 7ea33b6e
No related branches found
No related tags found
1 merge request!3Manali updates
Showing
with 0 additions and 11588 deletions
_build/html/_static/images/logo_colab.png

7.42 KiB

<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 128h52.512l29.539-11.077-11.077-43.487-34.051 3.693L0 128Z" fill="#0076D4"/><path fill-rule="evenodd" clip-rule="evenodd" d="M52.513 128s16.6-8.759 19.673-24.277c3.072-15.517-12.091-26.594-35.263-26.594 0-.41 20.343-28.718 20.343-28.718l49.4 1.435L95.71 107.7l-20.452 15.978L52.513 128Z" fill="#002868"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 60.718 41.025.001s1.006.01 3.282 0c16.082-.068 81.23 3.12 81.23 60.368 0 65.352-73.025 67.631-73.025 67.631s30.495-5.839 30.495-34.816c0-28.978-27.541-32.466-45.264-32.466H0Z" fill="#00A9FF"/></svg>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="38.73" height="50" viewBox="0 0 38.73 50"><defs><style>.cls-1{fill:#767677;}.cls-2{fill:#f37726;}.cls-3{fill:#9e9e9e;}.cls-4{fill:#616262;}.cls-5{font-size:17.07px;fill:#fff;font-family:Roboto-Regular, Roboto;}</style></defs><title>logo_jupyterhub</title><g id="Canvas"><path id="path7_fill" data-name="path7 fill" class="cls-1" d="M39.51,3.53a3,3,0,0,1-1.7,2.9A3,3,0,0,1,34.48,6a3,3,0,0,1-.82-3.26,3,3,0,0,1,1.05-1.41A3,3,0,0,1,37.52.86a2.88,2.88,0,0,1,1,.6,3,3,0,0,1,.7.93,3.18,3.18,0,0,1,.28,1.14Z" transform="translate(-1.87 -0.69)"/><path id="path8_fill" data-name="path8 fill" class="cls-2" d="M21.91,38.39c-8,0-15.06-2.87-18.7-7.12a19.93,19.93,0,0,0,37.39,0C37,35.52,30,38.39,21.91,38.39Z" transform="translate(-1.87 -0.69)"/><path id="path9_fill" data-name="path9 fill" class="cls-2" d="M21.91,10.78c8,0,15.05,2.87,18.69,7.12a19.93,19.93,0,0,0-37.39,0C6.85,13.64,13.86,10.78,21.91,10.78Z" transform="translate(-1.87 -0.69)"/><path id="path10_fill" data-name="path10 fill" class="cls-3" d="M10.88,46.66a3.86,3.86,0,0,1-.52,2.15,3.81,3.81,0,0,1-1.62,1.51,3.93,3.93,0,0,1-2.19.34,3.79,3.79,0,0,1-2-.94,3.73,3.73,0,0,1-1.14-1.9,3.79,3.79,0,0,1,.1-2.21,3.86,3.86,0,0,1,1.33-1.78,3.92,3.92,0,0,1,3.54-.53,3.85,3.85,0,0,1,2.14,1.93,3.74,3.74,0,0,1,.37,1.43Z" transform="translate(-1.87 -0.69)"/><path id="path11_fill" data-name="path11 fill" class="cls-4" d="M4.12,9.81A2.18,2.18,0,0,1,2.9,9.48a2.23,2.23,0,0,1-.84-1A2.26,2.26,0,0,1,1.9,7.26a2.13,2.13,0,0,1,.56-1.13,2.18,2.18,0,0,1,2.36-.56,2.13,2.13,0,0,1,1,.76,2.18,2.18,0,0,1,.42,1.2A2.22,2.22,0,0,1,4.12,9.81Z" transform="translate(-1.87 -0.69)"/></g><text class="cls-5" transform="translate(5.24 30.01)">Hub</text></svg>
This diff is collapsed.
This diff is collapsed.
/*
* language_data.js
* ~~~~~~~~~~~~~~~~
*
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
/* Non-minified version is copied as a separate JS file, is available */
/**
* Porter Stemmer
*/
var Stemmer = function() {
var step2list = {
ational: 'ate',
tional: 'tion',
enci: 'ence',
anci: 'ance',
izer: 'ize',
bli: 'ble',
alli: 'al',
entli: 'ent',
eli: 'e',
ousli: 'ous',
ization: 'ize',
ation: 'ate',
ator: 'ate',
alism: 'al',
iveness: 'ive',
fulness: 'ful',
ousness: 'ous',
aliti: 'al',
iviti: 'ive',
biliti: 'ble',
logi: 'log'
};
var step3list = {
icate: 'ic',
ative: '',
alize: 'al',
iciti: 'ic',
ical: 'ic',
ful: '',
ness: ''
};
var c = "[^aeiou]"; // consonant
var v = "[aeiouy]"; // vowel
var C = c + "[^aeiouy]*"; // consonant sequence
var V = v + "[aeiou]*"; // vowel sequence
var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0
var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1
var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
var s_v = "^(" + C + ")?" + v; // vowel in stem
this.stemWord = function (w) {
var stem;
var suffix;
var firstch;
var origword = w;
if (w.length < 3)
return w;
var re;
var re2;
var re3;
var re4;
firstch = w.substr(0,1);
if (firstch == "y")
w = firstch.toUpperCase() + w.substr(1);
// Step 1a
re = /^(.+?)(ss|i)es$/;
re2 = /^(.+?)([^s])s$/;
if (re.test(w))
w = w.replace(re,"$1$2");
else if (re2.test(w))
w = w.replace(re2,"$1$2");
// Step 1b
re = /^(.+?)eed$/;
re2 = /^(.+?)(ed|ing)$/;
if (re.test(w)) {
var fp = re.exec(w);
re = new RegExp(mgr0);
if (re.test(fp[1])) {
re = /.$/;
w = w.replace(re,"");
}
}
else if (re2.test(w)) {
var fp = re2.exec(w);
stem = fp[1];
re2 = new RegExp(s_v);
if (re2.test(stem)) {
w = stem;
re2 = /(at|bl|iz)$/;
re3 = new RegExp("([^aeiouylsz])\\1$");
re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
if (re2.test(w))
w = w + "e";
else if (re3.test(w)) {
re = /.$/;
w = w.replace(re,"");
}
else if (re4.test(w))
w = w + "e";
}
}
// Step 1c
re = /^(.+?)y$/;
if (re.test(w)) {
var fp = re.exec(w);
stem = fp[1];
re = new RegExp(s_v);
if (re.test(stem))
w = stem + "i";
}
// Step 2
re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
if (re.test(w)) {
var fp = re.exec(w);
stem = fp[1];
suffix = fp[2];
re = new RegExp(mgr0);
if (re.test(stem))
w = stem + step2list[suffix];
}
// Step 3
re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
if (re.test(w)) {
var fp = re.exec(w);
stem = fp[1];
suffix = fp[2];
re = new RegExp(mgr0);
if (re.test(stem))
w = stem + step3list[suffix];
}
// Step 4
re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
re2 = /^(.+?)(s|t)(ion)$/;
if (re.test(w)) {
var fp = re.exec(w);
stem = fp[1];
re = new RegExp(mgr1);
if (re.test(stem))
w = stem;
}
else if (re2.test(w)) {
var fp = re2.exec(w);
stem = fp[1] + fp[2];
re2 = new RegExp(mgr1);
if (re2.test(stem))
w = stem;
}
// Step 5
re = /^(.+?)e$/;
if (re.test(w)) {
var fp = re.exec(w);
stem = fp[1];
re = new RegExp(mgr1);
re2 = new RegExp(meq1);
re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
if (re.test(stem) || (re2.test(stem) && !(re3.test(stem))))
w = stem;
}
re = /ll$/;
re2 = new RegExp(mgr1);
if (re.test(w) && re2.test(w)) {
re = /.$/;
w = w.replace(re,"");
}
// and turn initial Y back to y
if (firstch == "y")
w = firstch.toLowerCase() + w.substr(1);
return w;
}
}
File deleted
msgid ""
msgstr ""
"Project-Id-Version: Sphinx-Book-Theme\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "suggest edit"
msgstr "أقترح تحرير"
msgid "Last updated on"
msgstr "آخر تحديث في"
msgid "Edit this page"
msgstr "قم بتحرير هذه الصفحة"
msgid "Launch"
msgstr "إطلاق"
msgid "Print to PDF"
msgstr "طباعة إلى PDF"
msgid "open issue"
msgstr "قضية مفتوحة"
msgid "Download notebook file"
msgstr "تنزيل ملف دفتر الملاحظات"
msgid "Toggle navigation"
msgstr "تبديل التنقل"
msgid "Source repository"
msgstr "مستودع المصدر"
msgid "By the"
msgstr "بواسطة"
msgid "next page"
msgstr "الصفحة التالية"
msgid "repository"
msgstr "مخزن"
msgid "Sphinx Book Theme"
msgstr "موضوع كتاب أبو الهول"
msgid "Download source file"
msgstr "تنزيل ملف المصدر"
msgid "Contents"
msgstr "محتويات"
msgid "By"
msgstr "بواسطة"
msgid "Copyright"
msgstr "حقوق النشر"
msgid "Fullscreen mode"
msgstr "وضع ملء الشاشة"
msgid "Open an issue"
msgstr "افتح قضية"
msgid "previous page"
msgstr "الصفحة السابقة"
msgid "Download this page"
msgstr "قم بتنزيل هذه الصفحة"
msgid "Theme by the"
msgstr "موضوع بواسطة"
File deleted
msgid ""
msgstr ""
"Project-Id-Version: Sphinx-Book-Theme\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "suggest edit"
msgstr "предложи редактиране"
msgid "Last updated on"
msgstr "Последна актуализация на"
msgid "Edit this page"
msgstr "Редактирайте тази страница"
msgid "Launch"
msgstr "Стартиране"
msgid "Print to PDF"
msgstr "Печат в PDF"
msgid "open issue"
msgstr "отворен брой"
msgid "Download notebook file"
msgstr "Изтеглете файла на бележника"
msgid "Toggle navigation"
msgstr "Превключване на навигацията"
msgid "Source repository"
msgstr "Хранилище на източника"
msgid "By the"
msgstr "По"
msgid "next page"
msgstr "Следваща страница"
msgid "repository"
msgstr "хранилище"
msgid "Sphinx Book Theme"
msgstr "Тема на книгата Sphinx"
msgid "Download source file"
msgstr "Изтеглете изходния файл"
msgid "Contents"
msgstr "Съдържание"
msgid "By"
msgstr "От"
msgid "Copyright"
msgstr "Авторско право"
msgid "Fullscreen mode"
msgstr "Режим на цял екран"
msgid "Open an issue"
msgstr "Отворете проблем"
msgid "previous page"
msgstr "предишна страница"
msgid "Download this page"
msgstr "Изтеглете тази страница"
msgid "Theme by the"
msgstr "Тема от"
File deleted
msgid ""
msgstr ""
"Project-Id-Version: Sphinx-Book-Theme\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Last updated on"
msgstr "সর্বশেষ আপডেট"
msgid "Edit this page"
msgstr "এই পৃষ্ঠাটি সম্পাদনা করুন"
msgid "Launch"
msgstr "শুরু করা"
msgid "Print to PDF"
msgstr "পিডিএফ প্রিন্ট করুন"
msgid "open issue"
msgstr "খোলা সমস্যা"
msgid "Download notebook file"
msgstr "নোটবুক ফাইল ডাউনলোড করুন"
msgid "Toggle navigation"
msgstr "নেভিগেশন টগল করুন"
msgid "Source repository"
msgstr "উত্স সংগ্রহস্থল"
msgid "By the"
msgstr "দ্বারা"
msgid "next page"
msgstr "পরবর্তী পৃষ্ঠা"
msgid "Sphinx Book Theme"
msgstr "স্পিনিক্স বুক থিম"
msgid "Download source file"
msgstr "উত্স ফাইল ডাউনলোড করুন"
msgid "By"
msgstr "দ্বারা"
msgid "Copyright"
msgstr "কপিরাইট"
msgid "Open an issue"
msgstr "একটি সমস্যা খুলুন"
msgid "previous page"
msgstr "আগের পৃষ্ঠা"
msgid "Download this page"
msgstr "এই পৃষ্ঠাটি ডাউনলোড করুন"
msgid "Theme by the"
msgstr "থিম দ্বারা"
File deleted
msgid ""
msgstr ""
"Project-Id-Version: Sphinx-Book-Theme\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "suggest edit"
msgstr "suggerir edició"
msgid "Last updated on"
msgstr "Darrera actualització el"
msgid "Edit this page"
msgstr "Editeu aquesta pàgina"
msgid "Launch"
msgstr "Llançament"
msgid "Print to PDF"
msgstr "Imprimeix a PDF"
msgid "open issue"
msgstr "número obert"
msgid "Download notebook file"
msgstr "Descarregar fitxer de quadern"
msgid "Toggle navigation"
msgstr "Commuta la navegació"
msgid "Source repository"
msgstr "Dipòsit de fonts"
msgid "By the"
msgstr "Per la"
msgid "next page"
msgstr "pàgina següent"
msgid "Sphinx Book Theme"
msgstr "Tema del llibre Esfinx"
msgid "Download source file"
msgstr "Baixeu el fitxer font"
msgid "By"
msgstr "Per"
msgid "Copyright"
msgstr "Copyright"
msgid "Open an issue"
msgstr "Obriu un número"
msgid "previous page"
msgstr "Pàgina anterior"
msgid "Download this page"
msgstr "Descarregueu aquesta pàgina"
msgid "Theme by the"
msgstr "Tema del"
File deleted
msgid ""
msgstr ""
"Project-Id-Version: Sphinx-Book-Theme\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "suggest edit"
msgstr "navrhnout úpravy"
msgid "Last updated on"
msgstr "Naposledy aktualizováno"
msgid "Edit this page"
msgstr "Upravit tuto stránku"
msgid "Launch"
msgstr "Zahájení"
msgid "Print to PDF"
msgstr "Tisk do PDF"
msgid "open issue"
msgstr "otevřené číslo"
msgid "Download notebook file"
msgstr "Stáhnout soubor poznámkového bloku"
msgid "Toggle navigation"
msgstr "Přepnout navigaci"
msgid "Source repository"
msgstr "Zdrojové úložiště"
msgid "By the"
msgstr "Podle"
msgid "next page"
msgstr "další strana"
msgid "repository"
msgstr "úložiště"
msgid "Sphinx Book Theme"
msgstr "Téma knihy Sfinga"
msgid "Download source file"
msgstr "Stáhněte si zdrojový soubor"
msgid "Contents"
msgstr "Obsah"
msgid "By"
msgstr "Podle"
msgid "Copyright"
msgstr "autorská práva"
msgid "Fullscreen mode"
msgstr "Režim celé obrazovky"
msgid "Open an issue"
msgstr "Otevřete problém"
msgid "previous page"
msgstr "předchozí stránka"
msgid "Download this page"
msgstr "Stáhněte si tuto stránku"
msgid "Theme by the"
msgstr "Téma od"
File deleted
msgid ""
msgstr ""
"Project-Id-Version: Sphinx-Book-Theme\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "suggest edit"
msgstr "foreslå redigering"
msgid "Last updated on"
msgstr "Sidst opdateret den"
msgid "Edit this page"
msgstr "Rediger denne side"
msgid "Launch"
msgstr "Start"
msgid "Print to PDF"
msgstr "Udskriv til PDF"
msgid "open issue"
msgstr "åbent nummer"
msgid "Download notebook file"
msgstr "Download notesbog-fil"
msgid "Toggle navigation"
msgstr "Skift navigation"
msgid "Source repository"
msgstr "Kildelager"
msgid "By the"
msgstr "Ved"
msgid "next page"
msgstr "Næste side"
msgid "repository"
msgstr "lager"
msgid "Sphinx Book Theme"
msgstr "Sphinx bogtema"
msgid "Download source file"
msgstr "Download kildefil"
msgid "Contents"
msgstr "Indhold"
msgid "By"
msgstr "Ved"
msgid "Copyright"
msgstr "ophavsret"
msgid "Fullscreen mode"
msgstr "Fuldskærmstilstand"
msgid "Open an issue"
msgstr "Åbn et problem"
msgid "previous page"
msgstr "forrige side"
msgid "Download this page"
msgstr "Download denne side"
msgid "Theme by the"
msgstr "Tema af"
File deleted
msgid ""
msgstr ""
"Project-Id-Version: Sphinx-Book-Theme\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "suggest edit"
msgstr "vorschlagen zu bearbeiten"
msgid "Last updated on"
msgstr "Zuletzt aktualisiert am"
msgid "Edit this page"
msgstr "Bearbeite diese Seite"
msgid "Launch"
msgstr "Starten"
msgid "Print to PDF"
msgstr "In PDF drucken"
msgid "open issue"
msgstr "offenes Thema"
msgid "Download notebook file"
msgstr "Notebook-Datei herunterladen"
msgid "Toggle navigation"
msgstr "Navigation umschalten"
msgid "Source repository"
msgstr "Quell-Repository"
msgid "By the"
msgstr "Bis zum"
msgid "next page"
msgstr "Nächste Seite"
msgid "repository"
msgstr "Repository"
msgid "Sphinx Book Theme"
msgstr "Sphinx-Buch-Thema"
msgid "Download source file"
msgstr "Quelldatei herunterladen"
msgid "Contents"
msgstr "Inhalt"
msgid "By"
msgstr "Durch"
msgid "Copyright"
msgstr "Urheberrechte ©"
msgid "Fullscreen mode"
msgstr "Vollbildmodus"
msgid "Open an issue"
msgstr "Öffnen Sie ein Problem"
msgid "previous page"
msgstr "vorherige Seite"
msgid "Download this page"
msgstr "Laden Sie diese Seite herunter"
msgid "Theme by the"
msgstr "Thema von der"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment