Skip to content

Commit

Permalink
remove datamodel and tui rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Apr 5, 2024
1 parent b9ae075 commit d65ec88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ clean:
rm -rf build_errors.txt
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/examples
find . -type d -name "_autosummary" -exec rm -rf {} +
rm -rf $(SOURCEDIR)/api/meshing/datamodel
rm -rf $(SOURCEDIR)/api/meshing/tui
rm -rf $(SOURCEDIR)/api/solver/datamodel
rm -rf $(SOURCEDIR)/api/solver/tui
find . -type d -name "_autosummary" "datamodel" -exec rm -rf {} +
4 changes: 4 additions & 0 deletions doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ goto end
:clean
rmdir /s /q %BUILDDIR% > /NUL 2>&1
rmdir /s /q %SOURCEDIR%\examples > /NUL 2>&1
rmdir /s /q %SOURCEDIR%\api\meshing\datamodel > /NUL 2>&1
rmdir /s /q %SOURCEDIR%\api\meshing\tui > /NUL 2>&1
rmdir /s /q %SOURCEDIR%\api\solver\datamodel > /NUL 2>&1
rmdir /s /q %SOURCEDIR%\api\solver\tui > /NUL 2>&1
for /d /r %SOURCEDIR% %%d in (_autosummary) do @if exist "%%d" rmdir /s /q "%%d"
del build_errors.txt > /NUL 2>&1
goto end
Expand Down

0 comments on commit d65ec88

Please sign in to comment.