text
stringlengths 0
834k
|
|---|
if ""%1"" == ""qthelp"" (
|
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished; now you can run ""qcollectiongenerator"" with the ^
|
.qhcp project file in %BUILDDIR%/qthelp, like this:
|
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\django-simple-api-key.qhcp
|
echo.To view the help file:
|
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\django-simple-api-key.ghc
|
goto end
|
)
|
if ""%1"" == ""devhelp"" (
|
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished.
|
goto end
|
)
|
if ""%1"" == ""epub"" (
|
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The epub file is in %BUILDDIR%/epub.
|
goto end
|
)
|
if ""%1"" == ""latex"" (
|
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
|
goto end
|
)
|
if ""%1"" == ""latexpdf"" (
|
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
|
cd %BUILDDIR%/latex
|
make all-pdf
|
cd %BUILDDIR%/..
|
echo.
|
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
|
goto end
|
)
|
if ""%1"" == ""latexpdfja"" (
|
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
|
cd %BUILDDIR%/latex
|
make all-pdf-ja
|
cd %BUILDDIR%/..
|
echo.
|
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
|
goto end
|
)
|
if ""%1"" == ""text"" (
|
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The text files are in %BUILDDIR%/text.
|
goto end
|
)
|
if ""%1"" == ""man"" (
|
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The manual pages are in %BUILDDIR%/man.
|
goto end
|
)
|
if ""%1"" == ""texinfo"" (
|
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
|
goto end
|
)
|
if ""%1"" == ""gettext"" (
|
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
|
goto end
|
)
|
if ""%1"" == ""changes"" (
|
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.The overview file is in %BUILDDIR%/changes.
|
goto end
|
)
|
if ""%1"" == ""linkcheck"" (
|
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
|
if errorlevel 1 exit /b 1
|
echo.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.