tinkerbell/web/docutils.js

1 line
No EOL
41 KiB
JavaScript

var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="docutils.data";var REMOTE_PACKAGE_BASE="docutils.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","bin",true,true);Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.8",true,true);Module["FS_createPath"]("/lib/python3.8","site-packages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","docutils",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils","utils",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/utils","math",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils","transforms",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils","parsers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/parsers","rst",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/parsers/rst","include",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/parsers/rst","languages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/parsers/rst","directives",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils","languages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils","writers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers","pep_html",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers","s5_html",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html","themes",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html/themes","big-black",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html/themes","big-white",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html/themes","default",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html/themes","medium-black",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html/themes","small-black",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html/themes","medium-white",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers/s5_html/themes","small-white",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers","html5_polyglot",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers","latex2e",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers","xetex",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers","html4css1",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils/writers","odf_odt",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/docutils","readers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","docutils-0.16-py3.8.egg-info",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:1015925,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1384,2421,3370,4696,5576,6865,8155,9394,10358,11416,12400,13634,14853,16145,17149,17976,18880,19696,20798,21966,23089,24217,25547,26609,27699,29263,30677,31959,33395,34600,35644,36646,37598,38608,39666,40805,41910,42877,43861,45032,46117,47256,48423,49839,51013,52309,53489,54593,55850,56923,58049,59545,60732,61979,62859,63980,65124,66218,67550,68899,70190,71182,71971,73108,74191,75121,76297,77253,78139,79368,80257,81453,82583,83627,84710,85873,86844,87695,88620,89433,90549,91383,92709,93764,95e3,96438,97514,98571,99726,101112,102265,103599,104919,106190,107314,107985,108996,110046,111131,112164,113416,114746,115916,116840,117923,119089,120060,121305,122290,123003,124306,125304,126158,126988,127890,129132,130231,131328,132536,134019,135239,136242,137274,138732,140175,141404,142931,144478,145981,147395,148830,149809,150708,151677,152698,153949,155089,156139,157081,158129,159558,160568,161765,163216,164335,165520,166555,167619,168776,169997,171093,172345,173602,174872,176149,177499,178737,180155,181482,182775,184211,185364,186843,188330,189668,191028,192168,193237,194201,195200,196294,197311,198399,199570,200850,202122,203287,204400,205401,206409,207421,208442,209449,210455,211988,213247,214151,215085,216109,216955,218058,218987,219894,221232,222246,223306,224361,225403,226241,226949,227658,228535,229788,230604,231218,232333,233256,233979,235016,236118,237212,238232,239174,240202,241193,242121,243086,244125,245008,245781,246706,247728,248672,249589,250752,251884,252893,254014,255211,256391,257574,258694,259746,260935,262123,263302,264327,265488,266506,267645,268811,269884,270995,272141,273194,274279,275397,276580,277666,278837,279763,280908,281995,282989,284044,285242,286432,287531,288644,289788,290855,292002,293184,294327,295519,296644,297647,298813,299993,301150,302318,303511,304712,305811,306854,307971,309014,310178,311301,312548,313710,314788,315847,317144,318271,319531,320633,321881,323070,324269,325458,326744,328174,329196,330360,331736,332729,333685,334876,336009,337402,338557,339696,340765,342129,343150,344214,345336,346500,348002,349263,350192,351399,352445,353393,354329,355267,356168,357079,357943,358758,359877,360827,361827,362819,363778,364650,365715,366849,367860,369154,370431,371805,372938,374215,375129,376246,377454,378797,379841,380771,381887,383152,384244,385409,386664,388050,389377,390476,391458,392469,393571,394538,396040,397303,398252,399426,400789,402143,403424,404497,405969,406972,408208,409380,410288,411439,412566,413703,414840,416029,417390,418879,420219,421401,422569,423587,424643,425770,426899,428187,429219,430092,430992,432089,433399,434381,435278,436330,437266,438150,439108,440084,441313,442443,443451,444500,445535,446653,447723,448791,449753,450864,451970,453108,454173,455133,456150,457222,458255,459056,459965,461075,462208,463252,464408,465427,466258,467316,468410,469042,470104,471297,472528,473774,474658,475721,476767,477853,478899,480070,481268,482199,483008,484187,485399,486072,486926,487700,488355,489461,490379,491336,492431,493231,494111,495098,495739,496564,497556,498548,499574,500470,501121,501780,502408,503405,504384,505149,505988,506787,507752,508901,509854,510941,511778,512645,513575,514587,515623,516715,517704,518753,519962,520670,521484,522477,523471,524316,525191,526158,527040,528210,529149,529965,530805,531600,532426,533536,534500,535525,536560,537541,538557,539352,540148,540810,541415,542512,543489,544460,545473,546148,547098,547963,548864,549786,550529,551386,552187,553041,553867,554629,555493,556254,557028,557817,558717,559520,560308,561185,561919,562675,563554,564348,565710,566806,568123,569461,570562,571614,572841,574169,575198,576631,577939,578734,579474,580730,581975,583214,584283,585491,586523,587842,589136,590440,591824,592848,594074,594888,596308,597596,598738,599899,601075,602309,603356,604639,605789,607034,608149,609290,610436,611639,612918,613778,614645,615736,616618,617990,619325,620585,621793,622961,624124,625141,626253,627178,628382,629585,630624,631968,633045,634207,635286,636128,637344,638382,639597,640689,641754,642840,644073,645043,646237,647294,648291,649483,650375,651599,652796,653745,654797,656042,657212,658178,659140,660201,661208,662365,663550,664746,665730,666882,668126,669452,670835,672221,673587,674856,676175,677621,678818,680162,681487,682811,684061,685475,686872,688250,689616,690900,692200,693506,694790,696086,697270,698560,699930,701315,702705,704011,705269,706554,707854,709108,710012,711532,712777,713808,715196,716407,717672,718939,720076,721102,722130,723153,724318,725066,726070,727186,728166,729271,730427,731489,732364,733575,734689,735626,736594,737645,738692,739663,740622,741619,742564,743685,744893,746275,747342,748645,749816,750853,751755,752827,753626,754544,755478,756315,757239,758195,759168,760293,761272,762103,763389,764439,765391,766691,767859,769282,770708,771747,772954,774103,775134,776223,777199,778660,779847,781226,782456,783771,785366,786615,787902,789108,790417,791667,792642,793755,794891,796187,797332,798593,799724,801029,802180,803522,804800,806004,807342,808474,809717,810880,812184,813275,814840,815882,816875,818196,819152,820521,821511,822677,824117,825417,826844,828148,829172,830081,830923,832156,833337,834537,835596,836886,838023,839368,840591,841685,843090,844262,845370,846383,847585,848843,850004,851075,852069,853488,854513,855598,856892,858017,859059,860254,861457,862642,864025,865217,866017,866807,867775,868634,869665,870679,871776,872943,874020,875190,876103,877285,878343,879646,880660,881648,882970,884148,885308,886328,887288,888451,889497,890456,891609,892851,893919,895043,896245,897186,898356,899931,901225,902469,903825,904913,905878,907261,908651,909732,910663,911853,912852,913786,914851,916133,917191,918295,919113,920167,921476,922649,923707,924816,926161,927498,928160,928978,929666,930917,931964,932932,933485,934312,935469,936661,937405,938565,939317,940367,941315,942272,943389,944425,945648,946596,947581,948074,948529,948982,949441,950024,951084,951986,953132,953829,954573,955317,956196,956890,957734,958581,959502,960300,961293,962444,963461,964361,965450,966462,967476,968509,969535,970553,971578,972073,972735,973458,974403,975389,976312,977261,978307,979305,980218,981258,981899,982861,983774,984830,985357,986476,988524,990572,992620,994399,996192,997768,999501,1000803,1001868,1003145,1004478,1005845,1006962,1007901,1008644,1009139,1009770,1010328,1011247,1011784,1012435,1013088,1013677,1014289,1014660,1015227],sizes:[1384,1037,949,1326,880,1289,1290,1239,964,1058,984,1234,1219,1292,1004,827,904,816,1102,1168,1123,1128,1330,1062,1090,1564,1414,1282,1436,1205,1044,1002,952,1010,1058,1139,1105,967,984,1171,1085,1139,1167,1416,1174,1296,1180,1104,1257,1073,1126,1496,1187,1247,880,1121,1144,1094,1332,1349,1291,992,789,1137,1083,930,1176,956,886,1229,889,1196,1130,1044,1083,1163,971,851,925,813,1116,834,1326,1055,1236,1438,1076,1057,1155,1386,1153,1334,1320,1271,1124,671,1011,1050,1085,1033,1252,1330,1170,924,1083,1166,971,1245,985,713,1303,998,854,830,902,1242,1099,1097,1208,1483,1220,1003,1032,1458,1443,1229,1527,1547,1503,1414,1435,979,899,969,1021,1251,1140,1050,942,1048,1429,1010,1197,1451,1119,1185,1035,1064,1157,1221,1096,1252,1257,1270,1277,1350,1238,1418,1327,1293,1436,1153,1479,1487,1338,1360,1140,1069,964,999,1094,1017,1088,1171,1280,1272,1165,1113,1001,1008,1012,1021,1007,1006,1533,1259,904,934,1024,846,1103,929,907,1338,1014,1060,1055,1042,838,708,709,877,1253,816,614,1115,923,723,1037,1102,1094,1020,942,1028,991,928,965,1039,883,773,925,1022,944,917,1163,1132,1009,1121,1197,1180,1183,1120,1052,1189,1188,1179,1025,1161,1018,1139,1166,1073,1111,1146,1053,1085,1118,1183,1086,1171,926,1145,1087,994,1055,1198,1190,1099,1113,1144,1067,1147,1182,1143,1192,1125,1003,1166,1180,1157,1168,1193,1201,1099,1043,1117,1043,1164,1123,1247,1162,1078,1059,1297,1127,1260,1102,1248,1189,1199,1189,1286,1430,1022,1164,1376,993,956,1191,1133,1393,1155,1139,1069,1364,1021,1064,1122,1164,1502,1261,929,1207,1046,948,936,938,901,911,864,815,1119,950,1e3,992,959,872,1065,1134,1011,1294,1277,1374,1133,1277,914,1117,1208,1343,1044,930,1116,1265,1092,1165,1255,1386,1327,1099,982,1011,1102,967,1502,1263,949,1174,1363,1354,1281,1073,1472,1003,1236,1172,908,1151,1127,1137,1137,1189,1361,1489,1340,1182,1168,1018,1056,1127,1129,1288,1032,873,900,1097,1310,982,897,1052,936,884,958,976,1229,1130,1008,1049,1035,1118,1070,1068,962,1111,1106,1138,1065,960,1017,1072,1033,801,909,1110,1133,1044,1156,1019,831,1058,1094,632,1062,1193,1231,1246,884,1063,1046,1086,1046,1171,1198,931,809,1179,1212,673,854,774,655,1106,918,957,1095,800,880,987,641,825,992,992,1026,896,651,659,628,997,979,765,839,799,965,1149,953,1087,837,867,930,1012,1036,1092,989,1049,1209,708,814,993,994,845,875,967,882,1170,939,816,840,795,826,1110,964,1025,1035,981,1016,795,796,662,605,1097,977,971,1013,675,950,865,901,922,743,857,801,854,826,762,864,761,774,789,900,803,788,877,734,756,879,794,1362,1096,1317,1338,1101,1052,1227,1328,1029,1433,1308,795,740,1256,1245,1239,1069,1208,1032,1319,1294,1304,1384,1024,1226,814,1420,1288,1142,1161,1176,1234,1047,1283,1150,1245,1115,1141,1146,1203,1279,860,867,1091,882,1372,1335,1260,1208,1168,1163,1017,1112,925,1204,1203,1039,1344,1077,1162,1079,842,1216,1038,1215,1092,1065,1086,1233,970,1194,1057,997,1192,892,1224,1197,949,1052,1245,1170,966,962,1061,1007,1157,1185,1196,984,1152,1244,1326,1383,1386,1366,1269,1319,1446,1197,1344,1325,1324,1250,1414,1397,1378,1366,1284,1300,1306,1284,1296,1184,1290,1370,1385,1390,1306,1258,1285,1300,1254,904,1520,1245,1031,1388,1211,1265,1267,1137,1026,1028,1023,1165,748,1004,1116,980,1105,1156,1062,875,1211,1114,937,968,1051,1047,971,959,997,945,1121,1208,1382,1067,1303,1171,1037,902,1072,799,918,934,837,924,956,973,1125,979,831,1286,1050,952,1300,1168,1423,1426,1039,1207,1149,1031,1089,976,1461,1187,1379,1230,1315,1595,1249,1287,1206,1309,1250,975,1113,1136,1296,1145,1261,1131,1305,1151,1342,1278,1204,1338,1132,1243,1163,1304,1091,1565,1042,993,1321,956,1369,990,1166,1440,1300,1427,1304,1024,909,842,1233,1181,1200,1059,1290,1137,1345,1223,1094,1405,1172,1108,1013,1202,1258,1161,1071,994,1419,1025,1085,1294,1125,1042,1195,1203,1185,1383,1192,800,790,968,859,1031,1014,1097,1167,1077,1170,913,1182,1058,1303,1014,988,1322,1178,1160,1020,960,1163,1046,959,1153,1242,1068,1124,1202,941,1170,1575,1294,1244,1356,1088,965,1383,1390,1081,931,1190,999,934,1065,1282,1058,1104,818,1054,1309,1173,1058,1109,1345,1337,662,818,688,1251,1047,968,553,827,1157,1192,744,1160,752,1050,948,957,1117,1036,1223,948,985,493,455,453,459,583,1060,902,1146,697,744,744,879,694,844,847,921,798,993,1151,1017,900,1089,1012,1014,1033,1026,1018,1025,495,662,723,945,986,923,949,1046,998,913,1040,641,962,913,1056,527,1119,2048,2048,2048,1779,1793,1576,1733,1302,1065,1277,1333,1367,1117,939,743,495,631,558,919,537,651,653,589,612,371,567,698],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_docutils.data")}Module["addRunDependency"]("datafile_docutils.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/bin/rst2odt_prepstyles.py",start:0,end:1751,audio:0},{filename:"/bin/rst2latex.py",start:1751,end:2567,audio:0},{filename:"/bin/rst2html.py",start:2567,end:3186,audio:0},{filename:"/bin/rst2odt.py",start:3186,end:3975,audio:0},{filename:"/bin/rst2xetex.py",start:3975,end:4871,audio:0},{filename:"/bin/rstpep2html.py",start:4871,end:5566,audio:0},{filename:"/bin/rst2pseudoxml.py",start:5566,end:6192,audio:0},{filename:"/bin/rst2man.py",start:6192,end:6816,audio:0},{filename:"/bin/rst2html5.py",start:6816,end:7978,audio:0},{filename:"/bin/rst2html4.py",start:7978,end:8717,audio:0},{filename:"/bin/rst2s5.py",start:8717,end:9379,audio:0},{filename:"/bin/rst2xml.py",start:9379,end:10006,audio:0},{filename:"/lib/python3.8/site-packages/docutils/examples.py",start:10006,end:13965,audio:0},{filename:"/lib/python3.8/site-packages/docutils/frontend.py",start:13965,end:51051,audio:0},{filename:"/lib/python3.8/site-packages/docutils/__init__.py",start:51051,end:58810,audio:0},{filename:"/lib/python3.8/site-packages/docutils/core.py",start:58810,end:88385,audio:0},{filename:"/lib/python3.8/site-packages/docutils/io.py",start:88385,end:105150,audio:0},{filename:"/lib/python3.8/site-packages/docutils/nodes.py",start:105150,end:186391,audio:0},{filename:"/lib/python3.8/site-packages/docutils/statemachine.py",start:186391,end:244054,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/error_reporting.py",start:244054,end:252514,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/smartquotes.py",start:252514,end:292564,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/__init__.py",start:292564,end:321331,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/urischemes.py",start:321331,end:327603,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/code_analyzer.py",start:327603,end:332769,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/punctuation_chars.py",start:332769,end:339195,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/roman.py",start:339195,end:341883,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/math/tex2unichar.py",start:341883,end:376992,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/math/__init__.py",start:376992,end:378747,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/math/latex2mathml.py",start:378747,end:396203,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/math/unichar2tex.py",start:396203,end:413793,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/math/math2html.py",start:413793,end:598489,audio:0},{filename:"/lib/python3.8/site-packages/docutils/utils/math/tex2mathml_extern.py",start:598489,end:604145,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/universal.py",start:604145,end:615525,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/parts.py",start:615525,end:622522,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/peps.py",start:622522,end:633578,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/__init__.py",start:633578,end:640082,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/references.py",start:640082,end:676560,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/writer_aux.py",start:676560,end:679169,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/components.py",start:679169,end:681162,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/frontmatter.py",start:681162,end:701329,audio:0},{filename:"/lib/python3.8/site-packages/docutils/transforms/misc.py",start:701329,end:706211,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/null.py",start:706211,end:706656,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/__init__.py",start:706656,end:708240,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/roles.py",start:708240,end:723184,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/__init__.py",start:723184,end:739392,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/tableparser.py",start:739392,end:760393,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/states.py",start:760393,end:892504,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt",start:892504,end:895838,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isocyr2.txt",start:895838,end:897720,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isomfrk.txt",start:897720,end:898239,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isogrk1.txt",start:898239,end:901249,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/mmlextra.txt",start:901249,end:908049,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isoamsn.txt",start:908049,end:914770,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isocyr1.txt",start:914770,end:919011,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isogrk2.txt",start:919011,end:920716,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/README.txt",start:920716,end:921382,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isopub.txt",start:921382,end:925995,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isolat2.txt",start:925995,end:934461,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isoamsc.txt",start:934461,end:936184,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt",start:936184,end:942296,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isomopf-wide.txt",start:942296,end:944227,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isoamso.txt",start:944227,end:948052,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isogrk4.txt",start:948052,end:948424,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isodia.txt",start:948424,end:949293,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/xhtml1-special.txt",start:949293,end:951238,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt",start:951238,end:960248,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isotech.txt",start:960248,end:969974,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isogrk3.txt",start:969974,end:972854,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isobox.txt",start:972854,end:975955,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isoamsr.txt",start:975955,end:987718,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/s5defs.txt",start:987718,end:988754,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isoamsa.txt",start:988754,end:999679,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isonum.txt",start:999679,end:1003745,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isomopf.txt",start:1003745,end:1004384,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isoamsb.txt",start:1004384,end:1011626,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isomscr-wide.txt",start:1011626,end:1014857,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isomscr.txt",start:1014857,end:1015633,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isolat1.txt",start:1015633,end:1020030,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt",start:1020030,end:1027058,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt",start:1027058,end:1030093,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/include/mmlalias.txt",start:1030093,end:1075521,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/nl.py",start:1075521,end:1079229,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/fa.py",start:1079229,end:1082659,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/zh_cn.py",start:1082659,end:1086666,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/ko.py",start:1086666,end:1090115,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/he.py",start:1090115,end:1093755,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/lt.py",start:1093755,end:1097339,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/zh_tw.py",start:1097339,end:1102511,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/sv.py",start:1102511,end:1105842,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/__init__.py",start:1105842,end:1106856,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/es.py",start:1106856,end:1111117,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/en.py",start:1111117,end:1114434,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/it.py",start:1114434,end:1117704,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/ru.py",start:1117704,end:1121010,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/af.py",start:1121010,end:1124687,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/sk.py",start:1124687,end:1128666,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/de.py",start:1128666,end:1132130,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/da.py",start:1132130,end:1135895,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/eo.py",start:1135895,end:1139793,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/fi.py",start:1139793,end:1143454,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/lv.py",start:1143454,end:1146835,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/pt_br.py",start:1146835,end:1150827,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/fr.py",start:1150827,end:1154536,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/pl.py",start:1154536,end:1157963,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/cs.py",start:1157963,end:1162820,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/ca.py",start:1162820,end:1167287,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/ja.py",start:1167287,end:1171150,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/languages/gl.py",start:1171150,end:1174861,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/parts.py",start:1174861,end:1179112,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/__init__.py",start:1179112,end:1193165,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/html.py",start:1193165,end:1196400,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/references.py",start:1196400,end:1197231,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/tables.py",start:1197231,end:1220046,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/body.py",start:1220046,end:1229237,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/admonitions.py",start:1229237,end:1231650,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/images.py",start:1231650,end:1238632,audio:0},{filename:"/lib/python3.8/site-packages/docutils/parsers/rst/directives/misc.py",start:1238632,end:1262504,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/nl.py",start:1262504,end:1264369,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/fa.py",start:1264369,end:1266413,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/zh_cn.py",start:1266413,end:1268439,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/ko.py",start:1268439,end:1270319,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/he.py",start:1270319,end:1273002,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/lt.py",start:1273002,end:1274942,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/zh_tw.py",start:1274942,end:1277713,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/sv.py",start:1277713,end:1279816,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/__init__.py",start:1279816,end:1281371,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/es.py",start:1281371,end:1283333,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/en.py",start:1283333,end:1285181,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/it.py",start:1285181,end:1286989,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/ru.py",start:1286989,end:1289144,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/af.py",start:1289144,end:1290968,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/sk.py",start:1290968,end:1292828,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/de.py",start:1292828,end:1294550,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/da.py",start:1294550,end:1296457,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/eo.py",start:1296457,end:1298405,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/fi.py",start:1298405,end:1300431,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/lv.py",start:1300431,end:1302298,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/pt_br.py",start:1302298,end:1304280,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/fr.py",start:1304280,end:1306173,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/pl.py",start:1306173,end:1308073,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/cs.py",start:1308073,end:1310001,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/ca.py",start:1310001,end:1311941,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/ja.py",start:1311941,end:1313883,audio:0},{filename:"/lib/python3.8/site-packages/docutils/languages/gl.py",start:1313883,end:1315923,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/null.py",start:1315923,end:1316373,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/__init__.py",start:1316373,end:1320966,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/docutils_xml.py",start:1320966,end:1328100,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/_html_base.py",start:1328100,end:1391652,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/pseudoxml.py",start:1391652,end:1392424,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/manpage.py",start:1392424,end:1428572,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/pep_html/pep.css",start:1428572,end:1434939,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/pep_html/__init__.py",start:1434939,end:1438497,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/pep_html/template.txt",start:1438497,end:1439791,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/__init__.py",start:1439791,end:1454479,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/README.txt",start:1454479,end:1454780,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/big-black/framing.css",start:1454780,end:1455691,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/big-black/pretty.css",start:1455691,end:1459297,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/big-black/__base__",start:1459297,end:1459335,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/big-white/framing.css",start:1459335,end:1460241,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/big-white/pretty.css",start:1460241,end:1463807,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/print.css",start:1463807,end:1464625,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/opera.css",start:1464625,end:1464886,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/iepngfix.htc",start:1464886,end:1466076,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/framing.css",start:1466076,end:1467079,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/slides.css",start:1467079,end:1467362,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/outline.css",start:1467362,end:1468010,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/s5-core.css",start:1468010,end:1468461,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/pretty.css",start:1468461,end:1472845,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/slides.js",start:1472845,end:1488645,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/default/blank.gif",start:1488645,end:1488694,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/medium-black/pretty.css",start:1488694,end:1492725,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/medium-black/__base__",start:1492725,end:1492766,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/small-black/pretty.css",start:1492766,end:1496796,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/small-black/__base__",start:1496796,end:1496836,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/medium-white/framing.css",start:1496836,end:1497780,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/medium-white/pretty.css",start:1497780,end:1501771,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/small-white/framing.css",start:1501771,end:1502712,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/s5_html/themes/small-white/pretty.css",start:1502712,end:1506713,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html5_polyglot/minimal.css",start:1506713,end:1514181,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html5_polyglot/__init__.py",start:1514181,end:1523793,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html5_polyglot/math.css",start:1523793,end:1528576,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html5_polyglot/template.txt",start:1528576,end:1528690,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html5_polyglot/plain.css",start:1528690,end:1535629,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/latex2e/__init__.py",start:1535629,end:1666004,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/latex2e/default.tex",start:1666004,end:1666426,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/latex2e/xelatex.tex",start:1666426,end:1667098,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/latex2e/titlepage.tex",start:1667098,end:1667632,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/xetex/__init__.py",start:1667632,end:1673429,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html4css1/__init__.py",start:1673429,end:1707268,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html4css1/template.txt",start:1707268,end:1707382,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/html4css1/html4css1.css",start:1707382,end:1714592,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/odf_odt/__init__.py",start:1714592,end:1848028,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/odf_odt/pygmentsformatter.py",start:1848028,end:1852699,audio:0},{filename:"/lib/python3.8/site-packages/docutils/writers/odf_odt/styles.odt",start:1852699,end:1869199,audio:0},{filename:"/lib/python3.8/site-packages/docutils/readers/standalone.py",start:1869199,end:1871539,audio:0},{filename:"/lib/python3.8/site-packages/docutils/readers/__init__.py",start:1871539,end:1874995,audio:0},{filename:"/lib/python3.8/site-packages/docutils/readers/pep.py",start:1874995,end:1876550,audio:0},{filename:"/lib/python3.8/site-packages/docutils/readers/doctree.py",start:1876550,end:1878157,audio:0},{filename:"/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/top_level.txt",start:1878157,end:1878166,audio:0},{filename:"/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/PKG-INFO",start:1878166,end:1880950,audio:0},{filename:"/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/dependency_links.txt",start:1880950,end:1880951,audio:0},{filename:"/lib/python3.8/site-packages/docutils-0.16-py3.8.egg-info/SOURCES.txt",start:1880951,end:1908736,audio:0}],remote_package_size:1020021,package_uuid:"1a16293a-2971-47ae-9fa5-33f246d1a1d9"})})();