text
stringlengths 0
834k
|
---|
,hexsha,size,ext,lang,max_stars_repo_path,max_stars_repo_name,max_stars_repo_head_hexsha,max_stars_repo_licenses,max_stars_count,max_stars_repo_stars_event_min_datetime,max_stars_repo_stars_event_max_datetime,max_issues_repo_path,max_issues_repo_name,max_issues_repo_head_hexsha,max_issues_repo_licenses,max_issues_count,max_issues_repo_issues_event_min_datetime,max_issues_repo_issues_event_max_datetime,max_forks_repo_path,max_forks_repo_name,max_forks_repo_head_hexsha,max_forks_repo_licenses,max_forks_count,max_forks_repo_forks_event_min_datetime,max_forks_repo_forks_event_max_datetime,content,avg_line_length,max_line_length,alphanum_fraction |
0,d0003acf6441ba9dbe738245c59a5e06f10d6ec2,7001,bat,Batchfile,docs/make.bat,NRodriguezcuellar/invenio-requests,897084787bf3af51425043dad9183b4d5773938e,['MIT'],,,,docs/make.bat,NRodriguezcuellar/invenio-requests,897084787bf3af51425043dad9183b4d5773938e,['MIT'],87.0,2021-11-08T12:58:56.000Z,2022-03-29T08:52:48.000Z,docs/make.bat,NRodriguezcuellar/invenio-requests,897084787bf3af51425043dad9183b4d5773938e,['MIT'],10.0,2021-11-04T19:15:37.000Z,2022-02-21T09:27:07.000Z,"@ECHO OFF |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=sphinx-build |
) |
set BUILDDIR=_build |
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . |
set I18NSPHINXOPTS=%SPHINXOPTS% . |
if NOT ""%PAPER%"" == """" ( |
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% |
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% |
) |
if ""%1"" == """" goto help |
if ""%1"" == ""help"" ( |
:help |
echo.Please use `make ^<target^>` where ^<target^> is one of |
echo. html to make standalone HTML files |
echo. dirhtml to make HTML files named index.html in directories |
echo. singlehtml to make a single large HTML file |
echo. pickle to make pickle files |
echo. json to make JSON files |
echo. htmlhelp to make HTML files and a HTML help project |
echo. qthelp to make HTML files and a qthelp project |
echo. devhelp to make HTML files and a Devhelp project |
echo. epub to make an epub |
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter |
echo. text to make text files |
echo. man to make manual pages |
echo. texinfo to make Texinfo files |
echo. gettext to make PO message catalogs |
echo. changes to make an overview over all changed/added/deprecated items |
echo. xml to make Docutils-native XML files |
echo. pseudoxml to make pseudoxml-XML files for display purposes |
echo. linkcheck to check all external links for integrity |
echo. doctest to run all doctests embedded in the documentation if enabled |
echo. coverage to run coverage check of the documentation if enabled |
goto end |
) |
if ""%1"" == ""clean"" ( |
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i |
del /q /s %BUILDDIR%\* |
goto end |
) |
REM Check if sphinx-build is available and fallback to Python version if any |
%SPHINXBUILD% 2> nul |
if errorlevel 9009 goto sphinx_python |
goto sphinx_ok |
:sphinx_python |
set SPHINXBUILD=python -m sphinx.__init__ |
%SPHINXBUILD% 2> nul |
if errorlevel 9009 ( |
echo. |
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx |
echo.installed, then set the SPHINXBUILD environment variable to point |
echo.to the full path of the 'sphinx-build' executable. Alternatively you |
echo.may add the Sphinx directory to PATH. |
echo. |
echo.If you don't have Sphinx installed, grab it from |
echo.http://sphinx-doc.org/ |
exit /b 1 |
) |
:sphinx_ok |
if ""%1"" == ""html"" ( |
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The HTML pages are in %BUILDDIR%/html. |
goto end |
) |
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"" ( |