-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Nbconvert (#24) * Minor edits * timeline report benchmarked - 2023-12-06T22:26:47.277343+00:00 * Timeline update - 2023-12-06T22:22:50.632534+00:00 * index and readme timestamp update - 2023-12-06T22:27:03.644268+00:00 * rush report benchmarked - 2023-12-08T20:51:23.018700+00:00 * Docstrings and black formatting * black formatting * Minor bug fix * bug fix attempt * correct bug fix * More documentation bug fix * bandai report benchmarked - 2023-12-11T05:02:26.605007+00:00 * Bandai update - 2023-12-11T05:02:15.417164+00:00 * cards report benchmarked - 2023-12-11T05:05:43.595833+00:00 * Cards update - 2023-12-11T05:02:54.334269+00:00 * rush report benchmarked - 2023-12-11T05:06:41.222194+00:00 * Rush duel update - 2023-12-11T05:05:56.436722+00:00 * sets report benchmarked - 2023-12-11T05:18:11.845038+00:00 * Sets update - 2023-12-11T05:06:51.869986+00:00 * speed report benchmarked - 2023-12-11T18:50:23.431179+00:00 * Speed update - 2023-12-11T18:49:55.928175+00:00 * index and readme timestamp update - 2023-12-11T18:50:34.013884+00:00 * emergency bug fix * 12122023 * nbconvert template and restructuring assets * Update install.sh Better install script Signed-off-by: Guilherme Ruiz <57478888+guigoruiz1@users.noreply.github.com> * better handling of requirements * changed nbconvert template name to labdynamic * changed default data file name from "all_report" to "report_data" - needs testing * better readme and directory structure * Excluding toc from section numbering * Jekyll update * better install script --------- Signed-off-by: Guilherme Ruiz <57478888+guigoruiz1@users.noreply.github.com> * Jekyll updates --------- Signed-off-by: Guilherme Ruiz <57478888+guigoruiz1@users.noreply.github.com>
- Loading branch information
1 parent
7269f3d
commit d972169
Showing
25 changed files
with
4,454 additions
and
49 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"base_template": "lab", | ||
"mimetypes": { | ||
"text/html": true | ||
}, | ||
"preprocessors": { | ||
"100-TagRemovePreprocessor": { | ||
"type": "nbconvert.preprocessors.TagRemovePreprocessor", | ||
"enabled": true, | ||
"remove_cell_tags": ["exclude"] | ||
} | ||
} | ||
} |
Oops, something went wrong.