8000 python-guide/make.bat at master · decko/python-guide · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"docs","path":"docs","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"Makefile","path":"Makefile","contentType":"file"},{"name":"Readme.rst","path":"Readme.rst","contentType":"file"},{"name":"TODO.rst","path":"TODO.rst","contentType":"file"},{"name":"make.bat","path":"make.bat","contentType":"file"}],"totalCount":6}},"fileTreeProcessingTime":7.7871570000000006,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":4820602,"defaultBranch":"master","name":"python-guide","ownerLogin":"decko","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2012-06-28T12:58:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/20204?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1614439562.183118","canEdit":false,"refType":"branch","currentOid":"251afc359de244845ea7d830509b5016299031ec"},"path":"make.bat","currentUser":null,"blob":{"rawLines":["@ECHO OFF\r","\r","REM Command file for Sphinx documentation\r","\r","if \"%SPHINXBUILD%\" == \"\" (\r","\tset SPHINXBUILD=sphinx-build\r",")\r","set BUILDDIR=build\r","set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% docs\r","if NOT \"%PAPER%\" == \"\" (\r","\tset ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%\r",")\r","\r","if \"%1\" == \"\" goto help\r","\r","if \"%1\" == \"help\" (\r","\t:help\r","\techo.Please use `make ^\u003ctarget^\u003e` where ^\u003ctarget^\u003e is one of\r","\techo. html to make standalone HTML files\r","\techo. dirhtml to make HTML files named index.html in directories\r","\techo. singlehtml to make a single large HTML file\r","\techo. pickle to make pickle files\r","\techo. json to make JSON files\r","\techo. htmlhelp to make HTML files and a HTML help project\r","\techo. qthelp to make HTML files and a qthelp project\r","\techo. devhelp to make HTML files and a Devhelp project\r","\techo. epub to make an epub\r","\techo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter\r","\techo. text to make text files\r","\techo. man to make manual pages\r","\techo. changes to make an overview over all changed/added/deprecated items\r","\techo. linkcheck to check all external links for integrity\r","\techo. doctest to run all doctests embedded in the documentation if enabled\r","\tgoto end\r",")\r","\r","if \"%1\" == \"clean\" (\r","\tfor /d %%i in (%BUILDDIR%\\*) do rmdir /q /s %%i\r","\tdel /q /s %BUILDDIR%\\*\r","\tgoto end\r",")\r","\r","if \"%1\" == \"html\" (\r","\t%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html\r","\techo.\r","\techo.Build finished. The HTML pages are in %BUILDDIR%/html.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"dirhtml\" (\r","\t%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml\r","\techo.\r","\techo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"singlehtml\" (\r","\t%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml\r","\techo.\r","\techo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"pickle\" (\r","\t%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle\r","\techo.\r","\techo.Build finished; now you can process the pickle files.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"json\" (\r","\t%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json\r","\techo.\r","\techo.Build finished; now you can process the JSON files.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"htmlhelp\" (\r","\t%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp\r","\techo.\r","\techo.Build finished; now you can run HTML Help Workshop with the ^\r",".hhp project file in %BUILDDIR%/htmlhelp.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"qthelp\" (\r","\t%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp\r","\techo.\r","\techo.Build finished; now you can run \"qcollectiongenerator\" with the ^\r",".qhcp project file in %BUILDDIR%/qthelp, like this:\r","\techo.^\u003e qcollectiongenerator %BUILDDIR%\\qthelp\\SublimeDocs.qhcp\r","\techo.To view the help file:\r","\techo.^\u003e assistant -collectionFile %BUILDDIR%\\qthelp\\SublimeDocs.ghc\r","\tgoto end\r",")\r","\r","if \"%1\" == \"devhelp\" (\r","\t%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp\r","\techo.\r","\techo.Build finished.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"epub\" (\r","\t%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub\r","\techo.\r","\techo.Build finished. The epub file is in %BUILDDIR%/epub.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"latex\" (\r","\t%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex\r","\techo.\r","\techo.Build finished; the LaTeX files are in %BUILDDIR%/latex.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"text\" (\r","\t%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text\r","\techo.\r","\techo.Build finished. The text files are in %BUILDDIR%/text.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"man\" (\r","\t%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man\r","\techo.\r","\techo.Build finished. The manual pages are in %BUILDDIR%/man.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"changes\" (\r","\t%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes\r","\techo.\r","\techo.The overview file is in %BUILDDIR%/changes.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"linkcheck\" (\r","\t%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck\r","\techo.\r","\techo.Link check complete; look for any errors in the above output ^\r","or in %BUILDDIR%/linkcheck/output.txt.\r","\tgoto end\r",")\r","\r","if \"%1\" == \"doctest\" (\r","\t%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest\r","\techo.\r","\techo.Testing of doctests in the sources finished, look at the ^\r","results in %BUILDDIR%/doctest/output.txt.\r","\tgoto end\r",")\r","\r",":end\r"],"stylingDirectives":[[[0,1,"pl-k"],[1,5,"pl-k"],[6,9,"pl-k"]],[],[[0,41,"pl-c"],[0,3,"pl-k"]],[],[[0,2,"pl-k"],[3,18,"pl-s"],[3,4,"pl-pds"],[4,17,"pl-smi"],[17,18,"pl-pds"],[19,21,"pl-k"],[22,24,"pl-s"],[22,23,"pl-pds"],[23,24,"pl-pds"]],[[1,4,"pl-k"],[5,16,"pl-smi"],[16,17,"pl-k"]],[],[[0,3,"pl-k"],[4,12,"pl-smi"],[12,13,"pl-k"]],[[0,3,"pl-k"],[4,17,"pl-smi"],[17,18,"pl-k"],[21,31,"pl-smi"],[41,53,"pl-smi"]],[[0,2,"pl-k"],[3,6,"pl-k"],[7,16,"pl-s"],[7,8,"pl-pds"],[8,15,"pl-smi"],[15,16,"pl-pds"],[17,19,"pl-k"],[20,22,"pl-s"],[20,21,"pl-pds"],[21,22,"pl-pds"]],[[1,4,"pl-k"],[5,18,"pl-smi"],[18,19,"pl-k"],[39,46,"pl-smi"],[47,62,"pl-smi"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,13,"pl-s"],[11,12,"pl-pds"],[12,13,"pl-pds"],[14,18,"pl-k"]],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,17,"pl-s"],[11,12,"pl-pds"],[16,17,"pl-pds"]],[[2,6,"pl-k"]],[[1,5,"pl-k"],[23,24,"pl-cce"],[24,25,"pl-k"],[31,32,"pl-cce"],[32,33,"pl-k"],[35,40,"pl-k"],[41,42,"pl-cce"],[42,43,"pl-k"],[49,50,"pl-cce"],[50,51,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,18,"pl-s"],[11,12,"pl-pds"],[17,18,"pl-pds"]],[[1,4,"pl-k"],[8,11,"pl-v"],[12,14,"pl-k"],[16,26,"pl-smi"],[30,32,"pl-k"],[33,38,"pl-k"],[45,48,"pl-v"]],[[1,4,"pl-k"],[11,21,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,17,"pl-s"],[11,12,"pl-pds"],[16,17,"pl-pds"]],[[1,14,"pl-smi"],[23,38,"pl-smi"],[39,49,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[44,54,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,20,"pl-s"],[11,12,"pl-pds"],[19,20,"pl-pds"]],[[1,14,"pl-smi"],[26,41,"pl-smi"],[42,52,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[44,54,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,23,"pl-s"],[11,12,"pl-pds"],[22,23,"pl-pds"]],[[1,14,"pl-smi"],[29,44,"pl-smi"],[45,55,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[44,54,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,19,"pl-s"],[11,12,"pl-pds"],[18,19,"pl-pds"]],[[1,14,"pl-smi"],[25,40,"pl-smi"],[41,51,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,17,"pl-s"],[11,12,"pl-pds"],[16,17,"pl-pds"]],[[1,14,"pl-smi"],[23,38,"pl-smi"],[39,49,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,21,"pl-s"],[11,12,"pl-pds"],[20,21,"pl-pds"]],[[1,14,"pl-smi"],[27,42,"pl-smi"],[43,53,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[21,31,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,19,"pl-s"],[11,12,"pl-pds"],[18,19,"pl-pds"]],[[1,14,"pl-smi"],[25,40,"pl-smi"],[41,51,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[38,60,"pl-s"],[38,39,"pl-pds"],[59,60,"pl-pds"]],[[22,32,"pl-smi"]],[[1,5,"pl-k"],[6,7,"pl-cce"],[7,8,"pl-k"],[30,40,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[6,7,"pl-cce"],[7,8,"pl-k"],[35,45,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,20,"pl-s"],[11,12,"pl-pds"],[19,20,"pl-pds"]],[[1,14,"pl-smi"],[26,41,"pl-smi"],[42,52,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,17,"pl-s"],[11,12,"pl-pds"],[16,17,"pl-pds"]],[[1,14,"pl-smi"],[23,38,"pl-smi"],[39,49,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[42,52,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,18,"pl-s"],[11,12,"pl-pds"],[17,18,"pl-pds"]],[[1,14,"pl-smi"],[24,39,"pl-smi"],[40,50,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[45,55,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,17,"pl-s"],[11,12,"pl-pds"],[16,17,"pl-pds"]],[[1,14,"pl-smi"],[23,38,"pl-smi"],[39,49,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[44,54,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,16,"pl-s"],[11,12,"pl-pds"],[15,16,"pl-pds"]],[[1,14,"pl-smi"],[22,37,"pl-smi"],[38,48,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[46,56,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,20,"pl-s"],[11,12,"pl-pds"],[19,20,"pl-pds"]],[[1,14,"pl-smi"],[26,41,"pl-smi"],[42,52,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"],[30,40,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,22,"pl-s"],[11,12,"pl-pds"],[21,22,"pl-pds"]],[[1,14,"pl-smi"],[28,43,"pl-smi"],[44,54,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[6,16,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[0,2,"pl-k"],[3,7,"pl-s"],[3,4,"pl-pds"],[4,6,"pl-v"],[6,7,"pl-pds"],[8,10,"pl-k"],[11,20,"pl-s"],[11,12,"pl-pds"],[19,20,"pl-pds"]],[[1,14,"pl-smi"],[26,41,"pl-smi"],[42,52,"pl-smi"]],[[1,5,"pl-k"]],[[1,5,"pl-k"]],[[11,21,"pl-smi"]],[[1,5,"pl-k"]],[],[],[[1,4,"pl-k"]]],"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/decko/python-guide/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"make.bat","displayUrl":"https://github.com/decko/python-guide/blob/master/make.bat?raw=true","headerInfo":{"blobSize":"4.17 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"6741296","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fdecko%2Fpython-guide%2Fblob%2Fmaster%2Fmake.bat","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"155","truncatedSloc":"134"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Batchfile","languageID":29,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/decko/python-guide/blob/master/make.bat","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/decko/python-guide/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/decko/python-guide/raw/refs/heads/master/make.bat","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/decko/python-guide/branches":{"post":"F0Jv1-q0LzTSimR8xlq5_TvcWmy4J7xu0c9Rz1H64hV67tAlXDMspSyEH8xPmLBvNE4fzk5F208AFVzgsIpDgg"},"/repos/preferences":{"post":"o2jKiXLnjWF-DPsYMBtwrA9CyH2woTOmC18N17L7jLxm4t_D6uEvma_bvUuicVAV4yinkqQyCcn5sJtt5v5ORg"}}},"title":"python-guide/make.bat at master · decko/python-guide","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-b84e9496fc59.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0