summaryrefslogtreecommitdiff
path: root/scripts/myhtml.py
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-02-08 12:25:57 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-02-08 12:27:41 +0900
commitedd2189ab2c0c9131b3ebb27d77e2ad9d6e251d6 (patch)
tree87bf68994d90cd0ce6110765dc0a216a2490c0a0 /scripts/myhtml.py
parentdbdd23b384c08435ce1f35b0d8da9c21bd1448ef (diff)
Add Schedule support
This patch adds SoC/BSP schedule support. PeriPeri member can know the Renesas plan from it. It is based on timesheet JavaScript which from below with small customize. https://github.com/sbstjn/timesheet.js.git Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'scripts/myhtml.py')
-rwxr-xr-xscripts/myhtml.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/myhtml.py b/scripts/myhtml.py
index 2e4636a..a3d7c89 100755
--- a/scripts/myhtml.py
+++ b/scripts/myhtml.py
@@ -346,6 +346,10 @@ class periject_html(base.base):
html("h1").print("Wiki")
self.menu_wiki()
+ html("h1").print("Schedule")
+ html("a", {"target":"summary",
+ "href":"./schedule.html"}).print("schedule")
+
html("h1").print("Folder")
with html("ul"):
self.menu_folder("./projects")