-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocutils.js
2 lines (2 loc) · 41.4 KB
/
docutils.js
1
2
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"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","docutils-0.15.2-py3.7.egg-info",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","docutils",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils","writers",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers","xetex",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers","latex2e",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers","html5_polyglot",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers","pep_html",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers","html4css1",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers","s5_html",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html","themes",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html/themes","small-black",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html/themes","medium-black",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html/themes","big-white",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html/themes","small-white",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html/themes","default",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html/themes","big-black",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers/s5_html/themes","medium-white",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/writers","odf_odt",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils","readers",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils","languages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils","transforms",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils","utils",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/utils","math",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils","parsers",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/parsers","rst",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/parsers/rst","languages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/parsers/rst","include",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages/docutils/parsers/rst","directives",true,true);Module["FS_createPath"]("/","bin",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:1012837,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1021,1692,2114,2871,3601,4292,4893,5536,6136,6496,7109,7927,8890,10242,11266,12259,13287,14352,15271,16287,17528,18463,19395,20486,21742,22984,24142,25492,27011,28337,29649,31067,32141,33052,34074,35265,36534,37652,38943,39790,40700,41672,42611,43756,44888,46016,47092,48361,49296,50553,51800,53146,54429,55271,56209,57041,58066,59254,60343,61678,62930,63909,64987,66007,66904,68020,69025,69978,71008,72294,73169,73975,74763,75925,77104,78149,79281,80821,82107,83351,84400,85544,86506,87824,89180,90492,91521,92519,93542,94719,95728,96830,97913,98837,99908,100796,101950,103184,104377,105362,106462,107422,108316,109355,110316,111398,112298,113627,114555,115988,117181,118202,119283,120585,121875,123265,124464,125768,126995,128202,129355,130592,131596,132848,133885,134995,136403,137746,138982,139914,141316,142533,143844,145301,146546,147611,148944,150127,151400,152655,153858,154704,155853,156940,157868,158713,159810,160870,161868,163025,164083,165091,166132,167261,168375,169147,170115,171310,172266,173172,174207,175079,176056,177156,178642,179731,180921,182155,183258,184071,185176,186076,186885,187807,188665,189497,190446,191482,192587,193496,194383,195583,196975,198155,199449,200934,201994,202963,203750,204915,206149,207398,208326,209683,210779,212123,213337,214384,215726,216970,218092,219107,220305,221551,222681,223795,224787,226168,227230,228251,229546,230652,231646,232843,234022,235206,236541,237772,238618,239443,240417,241365,242298,243371,244500,245579,246680,247839,248831,249952,251036,252347,253321,254331,255622,256767,257934,258921,259911,261048,261990,262958,264160,265380,266426,267566,268738,269671,271081,272398,273493,274493,275598,276708,277967,279198,280505,281668,282787,284038,285264,286554,288004,289265,290444,291624,292641,293730,295141,296240,297213,298594,299975,301061,301989,303194,304187,305119,306171,307441,308514,309609,310419,311463,312774,313909,314995,316105,317592,318635,319842,320986,322035,323169,324171,325549,326750,328050,329261,330582,331847,333217,334349,335718,337115,338289,339473,340455,341525,342705,344015,345012,346468,347618,349002,350564,351837,353134,354424,355641,357064,358157,359469,360115,360948,361625,362791,363940,364977,365546,366179,367380,368506,369254,370382,371046,371963,372863,373890,374905,375905,377029,378098,378907,379796,380231,380678,381121,381609,382333,383342,384214,385330,386038,386765,387586,388514,389212,390008,390896,391787,392613,393612,394753,395774,396642,397730,398747,399730,400700,401744,402809,403817,404308,404973,405697,406571,407567,408483,409422,410476,411484,412379,413422,414109,415135,416053,417698,419746,421794,423849,425472,427478,428758,430738,431868,432349,433254,434510,435844,437156,438252,439554,440837,441960,443362,444731,445950,447313,448617,450002,451386,452752,454141,455446,456825,458197,459657,460866,462296,463709,464992,466309,467664,468993,470280,471631,473007,474299,475426,476393,477578,478799,480101,481184,482040,483143,484425,485753,486737,487962,489261,490249,491386,492483,493675,495019,496082,497421,498549,499722,500792,502146,503149,504116,505366,506493,507746,508673,509662,510553,511530,512527,513383,514315,515118,516228,517178,518189,519241,520186,521086,522149,523259,524249,525563,526802,528194,529497,530704,532185,533437,534604,535652,536689,537728,538978,539995,541218,542452,543731,544952,546316,547459,548930,550235,551471,553015,554257,555263,556283,557544,558930,560383,561502,563047,564573,566064,567576,568900,570082,571034,571956,572953,574084,575274,576253,577039,578155,579436,580550,581670,583176,584513,585791,587313,588434,589412,590413,591513,592540,593640,594831,596152,597479,598562,599684,600727,601725,602737,603801,604826,606027,607047,608210,609565,610633,611742,612842,613878,614778,615537,616315,617461,618751,619546,620590,621589,622647,623652,624635,625621,626954,627839,628450,629593,630551,631295,632407,633675,634880,636047,637214,638311,639381,640499,641695,642636,643457,644534,645558,646648,647827,649087,650208,651389,652615,653812,654999,656108,657171,658355,659567,660718,661737,662900,663938,665070,666246,667338,668403,669524,670579,671760,672806,673988,675080,676162,677118,678425,679427,680456,681626,682798,683910,685069,686287,687463,688609,689684,690843,691918,693089,694026,695125,696309,697473,698590,699714,700958,702121,702972,704015,705236,706318,707528,708596,709792,710910,712014,713090,714274,715480,716636,717902,719018,720286,721467,722661,724135,725461,726849,728029,729129,730079,731063,732189,733231,734763,735871,736819,738036,739382,740707,741853,743160,744509,745847,747135,748186,749291,750251,751471,752600,753839,755036,755961,756773,757935,759076,760212,761234,762158,763082,764101,765039,765984,767010,768147,769311,770377,771336,772372,773609,774581,775532,776612,777620,778617,779753,780690,781835,782762,783929,784850,785826,786865,787956,789063,790061,791223,792255,793118,794215,795239,796164,797238,798435,799765,800746,801690,802643,803686,804718,805725,807003,808073,808828,809994,811060,812534,813691,814731,815990,817087,818058,819308,820504,821518,822774,824118,825362,826753,827912,829203,830400,831746,833190,834248,835547,836721,837701,838739,840026,840961,842293,843539,844907,845982,847232,848563,849773,851075,852097,853397,854302,855355,856103,857143,857905,858780,860017,861428,862657,863923,865137,866171,867403,868592,869932,870966,872324,873385,874675,875739,877086,878379,879572,880580,881219,881906,882526,883424,884310,885179,885783,886608,887411,888376,889340,890305,891222,892054,892961,893996,894983,895986,896999,897769,898635,899592,900406,901290,902179,903218,904304,905183,906047,907061,907966,909092,909843,910566,911421,912078,912922,913565,914595,915543,916486,917731,918684,919860,920704,921595,922429,923463,924417,925591,926574,927384,928380,929437,930598,931689,932637,933735,934955,935883,936661,937567,938515,939390,940248,940968,941921,942709,943511,944294,945127,945913,946755,947547,948326,949159,950046,950800,951497,952342,953184,954182,955157,956081,956913,957729,958512,959473,960282,961408,962421,963577,964571,965800,966766,967733,968911,969778,970909,971897,972868,974099,975224,976245,977472,978639,979610,980458,981549,982798,983954,985253,986305,987209,988094,989214,990135,991423,992532,993685,994695,995968,996903,998196,999209,1000328,1001426,1002525,1003909,1004847,1005975,1007295,1008687,1009876,1011239,1012203],sizes:[1021,671,422,757,730,691,601,643,600,360,613,818,963,1352,1024,993,1028,1065,919,1016,1241,935,932,1091,1256,1242,1158,1350,1519,1326,1312,1418,1074,911,1022,1191,1269,1118,1291,847,910,972,939,1145,1132,1128,1076,1269,935,1257,1247,1346,1283,842,938,832,1025,1188,1089,1335,1252,979,1078,1020,897,1116,1005,953,1030,1286,875,806,788,1162,1179,1045,1132,1540,1286,1244,1049,1144,962,1318,1356,1312,1029,998,1023,1177,1009,1102,1083,924,1071,888,1154,1234,1193,985,1100,960,894,1039,961,1082,900,1329,928,1433,1193,1021,1081,1302,1290,1390,1199,1304,1227,1207,1153,1237,1004,1252,1037,1110,1408,1343,1236,932,1402,1217,1311,1457,1245,1065,1333,1183,1273,1255,1203,846,1149,1087,928,845,1097,1060,998,1157,1058,1008,1041,1129,1114,772,968,1195,956,906,1035,872,977,1100,1486,1089,1190,1234,1103,813,1105,900,809,922,858,832,949,1036,1105,909,887,1200,1392,1180,1294,1485,1060,969,787,1165,1234,1249,928,1357,1096,1344,1214,1047,1342,1244,1122,1015,1198,1246,1130,1114,992,1381,1062,1021,1295,1106,994,1197,1179,1184,1335,1231,846,825,974,948,933,1073,1129,1079,1101,1159,992,1121,1084,1311,974,1010,1291,1145,1167,987,990,1137,942,968,1202,1220,1046,1140,1172,933,1410,1317,1095,1e3,1105,1110,1259,1231,1307,1163,1119,1251,1226,1290,1450,1261,1179,1180,1017,1089,1411,1099,973,1381,1381,1086,928,1205,993,932,1052,1270,1073,1095,810,1044,1311,1135,1086,1110,1487,1043,1207,1144,1049,1134,1002,1378,1201,1300,1211,1321,1265,1370,1132,1369,1397,1174,1184,982,1070,1180,1310,997,1456,1150,1384,1562,1273,1297,1290,1217,1423,1093,1312,646,833,677,1166,1149,1037,569,633,1201,1126,748,1128,664,917,900,1027,1015,1e3,1124,1069,809,889,435,447,443,488,724,1009,872,1116,708,727,821,928,698,796,888,891,826,999,1141,1021,868,1088,1017,983,970,1044,1065,1008,491,665,724,874,996,916,939,1054,1008,895,1043,687,1026,918,1645,2048,2048,2055,1623,2006,1280,1980,1130,481,905,1256,1334,1312,1096,1302,1283,1123,1402,1369,1219,1363,1304,1385,1384,1366,1389,1305,1379,1372,1460,1209,1430,1413,1283,1317,1355,1329,1287,1351,1376,1292,1127,967,1185,1221,1302,1083,856,1103,1282,1328,984,1225,1299,988,1137,1097,1192,1344,1063,1339,1128,1173,1070,1354,1003,967,1250,1127,1253,927,989,891,977,997,856,932,803,1110,950,1011,1052,945,900,1063,1110,990,1314,1239,1392,1303,1207,1481,1252,1167,1048,1037,1039,1250,1017,1223,1234,1279,1221,1364,1143,1471,1305,1236,1544,1242,1006,1020,1261,1386,1453,1119,1545,1526,1491,1512,1324,1182,952,922,997,1131,1190,979,786,1116,1281,1114,1120,1506,1337,1278,1522,1121,978,1001,1100,1027,1100,1191,1321,1327,1083,1122,1043,998,1012,1064,1025,1201,1020,1163,1355,1068,1109,1100,1036,900,759,778,1146,1290,795,1044,999,1058,1005,983,986,1333,885,611,1143,958,744,1112,1268,1205,1167,1167,1097,1070,1118,1196,941,821,1077,1024,1090,1179,1260,1121,1181,1226,1197,1187,1109,1063,1184,1212,1151,1019,1163,1038,1132,1176,1092,1065,1121,1055,1181,1046,1182,1092,1082,956,1307,1002,1029,1170,1172,1112,1159,1218,1176,1146,1075,1159,1075,1171,937,1099,1184,1164,1117,1124,1244,1163,851,1043,1221,1082,1210,1068,1196,1118,1104,1076,1184,1206,1156,1266,1116,1268,1181,1194,1474,1326,1388,1180,1100,950,984,1126,1042,1532,1108,948,1217,1346,1325,1146,1307,1349,1338,1288,1051,1105,960,1220,1129,1239,1197,925,812,1162,1141,1136,1022,924,924,1019,938,945,1026,1137,1164,1066,959,1036,1237,972,951,1080,1008,997,1136,937,1145,927,1167,921,976,1039,1091,1107,998,1162,1032,863,1097,1024,925,1074,1197,1330,981,944,953,1043,1032,1007,1278,1070,755,1166,1066,1474,1157,1040,1259,1097,971,1250,1196,1014,1256,1344,1244,1391,1159,1291,1197,1346,1444,1058,1299,1174,980,1038,1287,935,1332,1246,1368,1075,1250,1331,1210,1302,1022,1300,905,1053,748,1040,762,875,1237,1411,1229,1266,1214,1034,1232,1189,1340,1034,1358,1061,1290,1064,1347,1293,1193,1008,639,687,620,898,886,869,604,825,803,965,964,965,917,832,907,1035,987,1003,1013,770,866,957,814,884,889,1039,1086,879,864,1014,905,1126,751,723,855,657,844,643,1030,948,943,1245,953,1176,844,891,834,1034,954,1174,983,810,996,1057,1161,1091,948,1098,1220,928,778,906,948,875,858,720,953,788,802,783,833,786,842,792,779,833,887,754,697,845,842,998,975,924,832,816,783,961,809,1126,1013,1156,994,1229,966,967,1178,867,1131,988,971,1231,1125,1021,1227,1167,971,848,1091,1249,1156,1299,1052,904,885,1120,921,1288,1109,1153,1010,1273,935,1293,1013,1119,1098,1099,1384,938,1128,1320,1392,1189,1363,964,634],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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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:"/lib/python3.7/site-packages/docutils-0.15.2-py3.7.egg-info/SOURCES.txt",start:0,end:24400,audio:0},{filename:"/lib/python3.7/site-packages/docutils-0.15.2-py3.7.egg-info/top_level.txt",start:24400,end:24409,audio:0},{filename:"/lib/python3.7/site-packages/docutils-0.15.2-py3.7.egg-info/dependency_links.txt",start:24409,end:24410,audio:0},{filename:"/lib/python3.7/site-packages/docutils-0.15.2-py3.7.egg-info/PKG-INFO",start:24410,end:27038,audio:0},{filename:"/lib/python3.7/site-packages/docutils/core.py",start:27038,end:56614,audio:0},{filename:"/lib/python3.7/site-packages/docutils/__init__.py",start:56614,end:64372,audio:0},{filename:"/lib/python3.7/site-packages/docutils/frontend.py",start:64372,end:101265,audio:0},{filename:"/lib/python3.7/site-packages/docutils/statemachine.py",start:101265,end:158754,audio:0},{filename:"/lib/python3.7/site-packages/docutils/nodes.py",start:158754,end:237065,audio:0},{filename:"/lib/python3.7/site-packages/docutils/examples.py",start:237065,end:241024,audio:0},{filename:"/lib/python3.7/site-packages/docutils/io.py",start:241024,end:258179,audio:0},{filename:"/lib/python3.7/site-packages/docutils/_compat.py",start:258179,end:258876,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/pseudoxml.py",start:258876,end:259648,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/docutils_xml.py",start:259648,end:267335,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/__init__.py",start:267335,end:271928,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/null.py",start:271928,end:272378,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/_html_base.py",start:272378,end:336414,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/manpage.py",start:336414,end:372134,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/xetex/__init__.py",start:372134,end:377835,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/latex2e/xelatex.tex",start:377835,end:378507,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/latex2e/titlepage.tex",start:378507,end:379041,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/latex2e/__init__.py",start:379041,end:508790,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/latex2e/default.tex",start:508790,end:509212,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html5_polyglot/template.txt",start:509212,end:509326,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html5_polyglot/__init__.py",start:509326,end:519060,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html5_polyglot/minimal.css",start:519060,end:525903,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html5_polyglot/math.css",start:525903,end:530686,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html5_polyglot/plain.css",start:530686,end:537784,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/pep_html/template.txt",start:537784,end:539078,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/pep_html/__init__.py",start:539078,end:542585,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/pep_html/pep.css",start:542585,end:548952,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html4css1/template.txt",start:548952,end:549066,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html4css1/__init__.py",start:549066,end:582904,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/html4css1/html4css1.css",start:582904,end:590114,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/__init__.py",start:590114,end:604724,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/README.txt",start:604724,end:605025,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/small-black/pretty.css",start:605025,end:609055,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/small-black/__base__",start:609055,end:609095,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/medium-black/pretty.css",start:609095,end:613126,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/medium-black/__base__",start:613126,end:613167,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/big-white/pretty.css",start:613167,end:616733,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/big-white/framing.css",start:616733,end:617639,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/small-white/pretty.css",start:617639,end:621640,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/small-white/framing.css",start:621640,end:622581,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/s5-core.css",start:622581,end:623032,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/outline.css",start:623032,end:623680,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/blank.gif",start:623680,end:623729,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/slides.css",start:623729,end:624012,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/opera.css",start:624012,end:624273,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/slides.js",start:624273,end:640073,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/pretty.css",start:640073,end:644457,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/framing.css",start:644457,end:645460,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/iepngfix.htc",start:645460,end:646650,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/default/print.css",start:646650,end:647468,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/big-black/pretty.css",start:647468,end:651074,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/big-black/framing.css",start:651074,end:651985,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/big-black/__base__",start:651985,end:652023,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/medium-white/pretty.css",start:652023,end:656014,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/s5_html/themes/medium-white/framing.css",start:656014,end:656958,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/odf_odt/__init__.py",start:656958,end:793439,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/odf_odt/styles.odt",start:793439,end:809939,audio:0},{filename:"/lib/python3.7/site-packages/docutils/writers/odf_odt/pygmentsformatter.py",start:809939,end:814610,audio:0},{filename:"/lib/python3.7/site-packages/docutils/readers/__init__.py",start:814610,end:818066,audio:0},{filename:"/lib/python3.7/site-packages/docutils/readers/doctree.py",start:818066,end:819673,audio:0},{filename:"/lib/python3.7/site-packages/docutils/readers/pep.py",start:819673,end:821228,audio:0},{filename:"/lib/python3.7/site-packages/docutils/readers/standalone.py",start:821228,end:823568,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/lv.py",start:823568,end:825435,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/de.py",start:825435,end:827157,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/he.py",start:827157,end:829806,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/ru.py",start:829806,end:831893,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/nl.py",start:831893,end:833758,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/en.py",start:833758,end:835606,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/sk.py",start:835606,end:837432,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/__init__.py",start:837432,end:838986,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/ca.py",start:838986,end:840892,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/ja.py",start:840892,end:842800,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/fi.py",start:842800,end:844758,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/it.py",start:844758,end:846566,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/lt.py",start:846566,end:848501,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/da.py",start:848501,end:850373,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/zh_cn.py",start:850373,end:852362,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/cs.py",start:852362,end:854256,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/zh_tw.py",start:854256,end:857002,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/fa.py",start:857002,end:858976,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/sv.py",start:858976,end:861045,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/af.py",start:861045,end:862869,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/fr.py",start:862869,end:864694,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/pl.py",start:864694,end:866560,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/es.py",start:866560,end:868488,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/gl.py",start:868488,end:870494,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/pt_br.py",start:870494,end:872442,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/ko.py",start:872442,end:874290,audio:0},{filename:"/lib/python3.7/site-packages/docutils/languages/eo.py",start:874290,end:876220,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/frontmatter.py",start:876220,end:896318,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/__init__.py",start:896318,end:902840,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/peps.py",start:902840,end:913896,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/misc.py",start:913896,end:918778,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/parts.py",start:918778,end:925702,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/universal.py",start:925702,end:936804,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/references.py",start:936804,end:973268,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/components.py",start:973268,end:975261,audio:0},{filename:"/lib/python3.7/site-packages/docutils/transforms/writer_aux.py",start:975261,end:977870,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/code_analyzer.py",start:977870,end:983095,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/__init__.py",start:983095,end:1011884,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/punctuation_chars.py",start:1011884,end:1018248,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/error_reporting.py",start:1018248,end:1026610,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/roman.py",start:1026610,end:1029297,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/smartquotes.py",start:1029297,end:1069161,audio:0},{
filename:"/lib/python3.7/site-packages/docutils/utils/urischemes.py",start:1069161,end:1075436,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/math/__init__.py",start:1075436,end:1077191,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/math/tex2unichar.py",start:1077191,end:1111672,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/math/tex2mathml_extern.py",start:1111672,end:1117272,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/math/unichar2tex.py",start:1117272,end:1134083,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/math/latex2mathml.py",start:1134083,end:1151490,audio:0},{filename:"/lib/python3.7/site-packages/docutils/utils/math/math2html.py",start:1151490,end:1330445,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/__init__.py",start:1330445,end:1332029,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/null.py",start:1332029,end:1332474,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/roles.py",start:1332474,end:1347452,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/__init__.py",start:1347452,end:1363653,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/states.py",start:1363653,end:1495874,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/tableparser.py",start:1495874,end:1516915,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/lv.py",start:1516915,end:1520296,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/de.py",start:1520296,end:1523738,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/he.py",start:1523738,end:1527362,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/ru.py",start:1527362,end:1530571,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/nl.py",start:1530571,end:1534274,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/en.py",start:1534274,end:1537591,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/sk.py",start:1537591,end:1541508,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/__init__.py",start:1541508,end:1542521,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/ca.py",start:1542521,end:1546895,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/ja.py",start:1546895,end:1550675,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/fi.py",start:1550675,end:1554216,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/it.py",start:1554216,end:1557484,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/lt.py",start:1557484,end:1561008,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/da.py",start:1561008,end:1564693,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/zh_cn.py",start:1564693,end:1568629,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/cs.py",start:1568629,end:1573410,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/zh_tw.py",start:1573410,end:1578575,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/fa.py",start:1578575,end:1581869,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/sv.py",start:1581869,end:1585136,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/af.py",start:1585136,end:1588808,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/fr.py",start:1588808,end:1592447,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/pl.py",start:1592447,end:1595809,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/es.py",start:1595809,end:1599978,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/gl.py",start:1599978,end:1603615,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/pt_br.py",start:1603615,end:1607571,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/ko.py",start:1607571,end:1610947,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/languages/eo.py",start:1610947,end:1614762,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isolat2.txt",start:1614762,end:1623228,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isodia.txt",start:1623228,end:1624097,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt",start:1624097,end:1627132,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isolat1.txt",start:1627132,end:1631529,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isogrk2.txt",start:1631529,end:1633234,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isomfrk.txt",start:1633234,end:1633753,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt",start:1633753,end:1640781,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isomscr-wide.txt",start:1640781,end:1644012,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isomopf.txt",start:1644012,end:1644651,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isoamsc.txt",start:1644651,end:1646374,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isoamsb.txt",start:1646374,end:1653616,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt",start:1653616,end:1659728,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt",start:1659728,end:1668738,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isoamsr.txt",start:1668738,end:1680501,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isogrk3.txt",start:1680501,end:1683381,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isobox.txt",start:1683381,end:1686482,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt",start:1686482,end:1689816,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isocyr1.txt",start:1689816,end:1694057,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/mmlextra.txt",start:1694057,end:1700857,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isopub.txt",start:1700857,end:1705470,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isoamsn.txt",start:1705470,end:1712191,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isomscr.txt",start:1712191,end:1712967,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isonum.txt",start:1712967,end:1717033,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/xhtml1-special.txt",start:1717033,end:1718978,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isogrk1.txt",start:1718978,end:1721988,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/README.txt",start:1721988,end:1722654,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isoamso.txt",start:1722654,end:1726479,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isotech.txt",start:1726479,end:1736205,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/s5defs.txt",start:1736205,end:1737241,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isogrk4.txt",start:1737241,end:1737613,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/mmlalias.txt",start:1737613,end:1783041,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isocyr2.txt",start:1783041,end:1784923,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isoamsa.txt",start:1784923,end:1795848,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/include/isomopf-wide.txt",start:1795848,end:1797779,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/body.py",start:1797779,end:1807023,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/tables.py",start:1807023,end:1829865,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/__init__.py",start:1829865,end:1843854,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/misc.py",start:1843854,end:1867729,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/parts.py",start:1867729,end:1871980,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/references.py",start:1871980,end:1872811,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/admonitions.py",start:1872811,end:1875224,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/html.py",start:1875224,end:1878459,audio:0},{filename:"/lib/python3.7/site-packages/docutils/parsers/rst/directives/images.py",start:1878459,end:1885385,audio:0},{filename:"/bin/rst2xetex.py",start:1885385,end:1886296,audio:0},{filename:"/bin/rst2latex.py",start:1886296,end:1887127,audio:0},{filename:"/bin/rst2odt_prepstyles.py",start:1887127,end:1888865,audio:0},{filename:"/bin/rst2xml.py",start:1888865,end:1889507,audio:0},{filename:"/bin/rst2html4.py",start:1889507,end:1890261,audio:0},{filename:"/bin/rst2odt.py",start:1890261,end:1891065,audio:0},{filename:"/bin/rst2html5.py",start:1891065,end:1892245,audio:0},{filename:"/bin/rst2pseudoxml.py",start:1892245,end:1892886,audio:0},{filename:"/bin/rstpep2html.py",start:1892886,end:1893596,audio:0},{filename:"/bin/rst2man.py",start:1893596,end:1894236,audio:0},{filename:"/bin/rst2s5.py",start:1894236,end:1894913,audio:0},{filename:"/bin/rst2html.py",start:1894913,end:1895547,audio:0}],remote_package_size:1016933,package_uuid:"60da170f-0088-4ec9-b097-086ff6a94901"})})();