Skip to content
Snippets Groups Projects
Select Git revision
  • fbac8435aebcf33bcf73e2e7b212ef6f767ddf98
  • main default protected
  • NIS-Workshop
  • dev_yhe_citymodel
  • dev_jbr_mkr_gui
  • dev_jli_grid_test
  • dev_jgn_gridmodel
  • dev_jgn_buscharging
  • dev_jli_gridmodel
  • dev_jfu_community
  • sce_mobility_district
  • dev_jbr_mkr_updating_pandas
  • dev_market_comp
  • dev_V2X_jfu
  • dev_network_yni
  • dev_nni_prosumer_rh
  • dev_haoyu
  • Landlord-to-Tenant_Study
  • dev_lcoe
  • dev_transfer_V2X
  • dev_jfu_V2X
  • v1.1
22 results

runme.py

Blame
  • make.bat 826 B
    @ECHO OFF
    
    pushd %~dp0
    
    REM Command file for Sphinx documentation
    
    if "%SPHINXBUILD%" == "" (
    	set SPHINXBUILD=python -msphinx
    )
    set SOURCEDIR=.
    set BUILDDIR=_build
    set SPHINXPROJ=psimpy
    
    if "%1" == "" goto help
    
    %SPHINXBUILD% >NUL 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.https://www.sphinx-doc.org/
    	exit /b 1
    )
    
    %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
    goto end
    
    :help
    %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
    
    :end
    popd