8000 python-guide/make.bat at master · sfdye/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":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","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"},{"name":"requirements.txt","path":"requirements.txt","contentType":"file"}],"totalCount":10}},"fileTreeProcessingTime":10.393489,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":18199495,"defaultBranch":"master","name":"python-guide","ownerLogin":"sfdye","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2014-03-28T03:06:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1016390?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1617337833.1074","canEdit":false,"refType":"branch","currentOid":"89e32d10590cbafaf37a5c0732fc081fda3b0a87"},"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":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/sfdye/python-guide/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"make.bat","displayUrl":"https://github.com/sfdye/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%2Fsfdye%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":"/sfdye/python-guide/blob/master/make.bat","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/sfdye/python-guide/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/sfdye/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":{"/sfdye/python-guide/branches":{"post":"pzzWQHEzUIKKmq7T1smlkHiDIcQ0W97Lu6jaUNXZMVdaRUdLbvoDr5srXR17jYMJbuKP9bBWnSqnZwUOrRrICg"},"/repos/preferences":{"post":"zqd59uZ_DkSDt5YI1dv0vAocxc_YVH8803fGzMJvTWmZQvok-MwVJYyb0pWNCco9iDcvfQewCFPyagJR0Oxn1Q"}}},"title":"python-guide/make.bat at master · sfdye/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