File: update_doc_resources.bat

package info (click to toggle)
datalab 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 41,724 kB
  • sloc: python: 27,814; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@echo off
REM This script was copied from PythonQwt project
REM ======================================================
REM Update statically generated documentation resources
REM ======================================================
REM Licensed under the terms of the MIT License
REM Copyright (c) 2020 Pierre Raybaut
REM (see PythonQwt LICENSE file for more details)
REM ======================================================
call %~dp0utils GetScriptPath SCRIPTPATH
call %FUNC% SetPythonPath
call %FUNC% UsePython
cd %SCRIPTPATH%\..
%PYTHON% doc\update_requirements.py
%PYTHON% doc\update_validation_status.py
%PYTHON% doc\update_processor_methods.py