Skip to content

Commit

Permalink
Implement basic structure of JSP
Browse files Browse the repository at this point in the history
  • Loading branch information
yura-hb committed Nov 27, 2023
1 parent cf7b293 commit 1fc5641
Show file tree
Hide file tree
Showing 44 changed files with 1,008 additions and 347 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "external/Deep-MARL-for-Dynamic-JSP"]
path = external/Deep-MARL-for-Dynamic-JSP
url = https://github.com/RK0731/Deep-MARL-for-Dynamic-JSP.git
[submodule "external/PhD-Thesis-Projects"]
path = external/PhD-Thesis-Projects
url = https://github.com/RK0731/PhD-Thesis-Projects.git
198 changes: 0 additions & 198 deletions ABOUT_THIS_TEMPLATE.md

This file was deleted.

113 changes: 0 additions & 113 deletions CONTRIBUTING.md

This file was deleted.

5 changes: 0 additions & 5 deletions Containerfile

This file was deleted.

13 changes: 0 additions & 13 deletions HISTORY.md

This file was deleted.

5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,3 @@ switch-to-poetry: ## Switch to poetry package manager.
.PHONY: init
init: ## Initialize the project based on an application template.
@./.github/init.sh


# This project has been generated from rochacbruno/python-project-template
# __author__ = 'rochacbruno'
# __repo__ = https://github.com/rochacbruno/python-project-template
# __sponsor__ = https://github.com/sponsors/rochacbruno/
1 change: 0 additions & 1 deletion diploma_thesis/VERSION

This file was deleted.

6 changes: 0 additions & 6 deletions diploma_thesis/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
here you put your main classes and objects.
Be creative! do whatever you want!
If you want to replace this with a Flask application run:
$ make init
and then choose `flask` as template.
"""

# example constant variable
Expand Down
Loading

0 comments on commit 1fc5641

Please sign in to comment.