You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

make.bat 864 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1234567891011121314151617181920212223242526272829303132333435363738
  1. @ECHO OFF
  2. pushd %~dp0
  3. REM Command file for Sphinx documentation
  4. if "%SPHINXBUILD%" == "" (
  5. set SPHINXBUILD=python -msphinx
  6. )
  7. set SPHINXOPTS=
  8. set SPHINXBUILD=sphinx-build
  9. set SOURCEDIR=.
  10. set BUILDDIR=build
  11. set SPHINXPROJ=ReadtheDocsSphinxTheme
  12. if "%1" == "" goto help
  13. %SPHINXBUILD% >NUL 2>NUL
  14. if errorlevel 9009 (
  15. echo.
  16. echo.The Sphinx module was not found. Make sure you have Sphinx installed,
  17. echo.then set the SPHINXBUILD environment variable to point to the full
  18. echo.path of the 'sphinx-build' executable. Alternatively you may add the
  19. echo.Sphinx directory to PATH.
  20. echo.
  21. echo.If you don't have Sphinx installed, grab it from
  22. echo.http://sphinx-doc.org/
  23. exit /b 1
  24. )
  25. %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
  26. goto end
  27. :help
  28. %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
  29. :end
  30. popd

An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.