From 4c6a50612fb49cc152e67a9078107ac1048181c1 Mon Sep 17 00:00:00 2001 From: Jason Yap Date: Thu, 27 Oct 2022 23:01:54 +0800 Subject: [PATCH 1/5] Add help table --- docs/AboutUs.md | 2 +- docs/tutorials/RemovingFields.md | 4 +- .../seedu/pennywise/ui/HelpWindowCell.java | 41 ++++++++++++++ src/main/resources/view/HelpWindow.css | 7 +++ src/main/resources/view/HelpWindow.fxml | 54 +++++++++++++++++-- 5 files changed, 101 insertions(+), 7 deletions(-) create mode 100644 src/main/java/seedu/pennywise/ui/HelpWindowCell.java diff --git a/docs/AboutUs.md b/docs/AboutUs.md index c7f96dab59a..5eb1cb486d7 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -5,7 +5,7 @@ title: About Us We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg). -You can reach us at the email `seer[at]comp.nus.edu.sg` +You can reach us at the example `seer[at]comp.nus.edu.sg` ## Project team diff --git a/docs/tutorials/RemovingFields.md b/docs/tutorials/RemovingFields.md index 902ebe91eb3..5f1cd7073ca 100644 --- a/docs/tutorials/RemovingFields.md +++ b/docs/tutorials/RemovingFields.md @@ -84,7 +84,7 @@ private Label address; ...