-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The default branch has been renamed! master is now named main If you have a local clone, you can update it by running the following commands. ```shell git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a ```
- Loading branch information
1 parent
d06ca9a
commit 461204b
Showing
7 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
pull_request: | ||
push: | ||
branches: | ||
- "master" | ||
- "main" | ||
|
||
jobs: | ||
Update_DIRECTORY: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
|
||
## [Setup](https://github.com/VaeterchenFrost/tdvisu/blob/master/setup.py) | ||
## [Setup](https://github.com/VaeterchenFrost/tdvisu/blob/main/setup.py) | ||
|
||
## Tdvisu | ||
* [Construct Dpdb Visu](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/construct_dpdb_visu.py) | ||
* [Dijkstra](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/dijkstra.py) | ||
* [Reader](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/reader.py) | ||
* [Svgjoin](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/svgjoin.py) | ||
* [Utilities](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/utilities.py) | ||
* [Version](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/version.py) | ||
* [Visualization](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/visualization.py) | ||
* [Visualization Data](https://github.com/VaeterchenFrost/tdvisu/blob/master/tdvisu/visualization_data.py) | ||
* [Construct Dpdb Visu](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/construct_dpdb_visu.py) | ||
* [Dijkstra](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/dijkstra.py) | ||
* [Reader](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/reader.py) | ||
* [Svgjoin](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/svgjoin.py) | ||
* [Utilities](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/utilities.py) | ||
* [Version](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/version.py) | ||
* [Visualization](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/visualization.py) | ||
* [Visualization Data](https://github.com/VaeterchenFrost/tdvisu/blob/main/tdvisu/visualization_data.py) | ||
|
||
## Test | ||
* [Test Bag Creation](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_bag_creation.py) | ||
* [Test Construct Dpdb](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_construct_dpdb.py) | ||
* [Test Dijkstra](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_dijkstra.py) | ||
* [Test Reader](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_reader.py) | ||
* [Test Svgjoin](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_svgjoin.py) | ||
* [Test Utilities](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_utilities.py) | ||
* [Test Version](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_version.py) | ||
* [Test Visualization](https://github.com/VaeterchenFrost/tdvisu/blob/master/test/test_visualization.py) | ||
* [Test Bag Creation](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_bag_creation.py) | ||
* [Test Construct Dpdb](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_construct_dpdb.py) | ||
* [Test Dijkstra](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_dijkstra.py) | ||
* [Test Reader](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_reader.py) | ||
* [Test Svgjoin](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_svgjoin.py) | ||
* [Test Utilities](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_utilities.py) | ||
* [Test Version](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_version.py) | ||
* [Test Visualization](https://github.com/VaeterchenFrost/tdvisu/blob/main/test/test_visualization.py) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters