diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index 3defe5f0651..1c8322b8671 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -32,7 +32,7 @@ Note the following symbols and formatting used in this document [horizontal] -NOTE:: This symbol indicates important information +NOTE: This symbol indicates important information `command`:: A grey highlight (called a mark-up) indicates that this is a command that can be typed into the command line and executed by the application. diff --git a/docs/UserGuide.adoc b/docs/UserGuide.adoc index c96595e6092..408a5f6d9a5 100644 --- a/docs/UserGuide.adoc +++ b/docs/UserGuide.adoc @@ -18,6 +18,7 @@ By: `CS2103T-T12-3` Since: `Sep 2019` Licence: `MIT` == Introduction + Athletick is a team management desktop application for captains and coaches of timing-based sports teams. Athletick helps you to handle your administrative tasks so that you can focus on what you love doing: leading and motivating your team. Athletick supports *storing of your team members' personal details, attendance tracking and performance recording*. If you are a fast typist, you'll love Athletick's *Command Line Interface* (CLI) which will get your team management tasks done faster than ever before! @@ -32,7 +33,7 @@ Note the following symbols and formatting used in this document [horizontal] -NOTE:: This symbol indicates important information +NOTE: This symbol indicates important information `command`:: A grey highlight (called a mark-up) indicates that this is a command that can be typed into the command line and executed by the application. diff --git a/docs/team/junhuplim.adoc b/docs/team/junhuplim.adoc index c8201ad8792..c7a931f6a0d 100644 --- a/docs/team/junhuplim.adoc +++ b/docs/team/junhuplim.adoc @@ -2,7 +2,9 @@ :site-section: AboutUs :imagesDir: ../images :sectnums: +ifdef::env-github[] :note-caption: :information_source: +endif::[] :stylesDir: ../stylesheets == Introduction @@ -50,7 +52,7 @@ Note the following symbols and formatting used in this document: [horizontal] -NOTE:: This symbol indicates important information +NOTE: This symbol indicates important information `command`:: A grey highlight (called a mark-up) indicates that this is a command that can be typed into the command line and executed by the application. @@ -89,7 +91,7 @@ allow the future enhancement for such features to be easily integrated into the * Project management ** Introduced Trello for tasks and deadlines management ** Served as the team's Backend Engineer and assisted in the logic of the program whenever needed. -* Enhancements to existing features +* Existing features enhancement ** Implemented Training and Attendance classes (Pull request https://github.com/AY1920S1-CS2103T-T12-3/main/pull/63[#63]) ** Added the Gender attribute (Pull request https://github.com/AY1920S1-CS2103T-T12-3/main/pull/130[#130]) * Documentation