text
stringlengths 0
834k
|
|---|
if ""%1"" == ""dirhtml"" (
|
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
|
goto end
|
)
|
if ""%1"" == ""singlehtml"" (
|
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
|
goto end
|
)
|
if ""%1"" == ""pickle"" (
|
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished; now you can process the pickle files.
|
goto end
|
)
|
if ""%1"" == ""json"" (
|
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished; now you can process the JSON files.
|
goto end
|
)
|
if ""%1"" == ""htmlhelp"" (
|
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished; now you can run HTML Help Workshop with the ^
|
.hhp project file in %BUILDDIR%/htmlhelp.
|
goto end
|
)
|
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\CHARISDRP.qhcp
|
echo.To view the help file:
|
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\CHARISDRP.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"" == ""epub3"" (
|
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
|
if errorlevel 1 exit /b 1
|
echo.
|
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
|
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 %~dp0
|
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 %~dp0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.