Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs #140

Merged
merged 27 commits into from
Nov 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7858add
UserGuide: update repo url
bryanwongweiheng Oct 31, 2018
73e2c23
Merge branch 'master' of https://github.com/CS2103-AY1819S1-T10-1/mai…
bryanwongweiheng Oct 31, 2018
06742b7
docs: change UI from mockup to actual screenshot
bryanwongweiheng Oct 31, 2018
fcd2971
README: change width for screenshot
bryanwongweiheng Oct 31, 2018
9b7fb3c
UserGuide: change name of jar file, Gradle: change name of jar file
bryanwongweiheng Oct 31, 2018
e7a074f
UserGuide: change commands
bryanwongweiheng Oct 31, 2018
fddbb64
UserGuide: update for todo commands
bryanwongweiheng Oct 31, 2018
7db5523
UserGuide: minor changes
bryanwongweiheng Oct 31, 2018
150b5dc
Merge branch 'master' of https://github.com/CS2103-AY1819S1-T10-1/mai…
bryanwongweiheng Nov 11, 2018
e008d5c
User Guide: remove false sentences, change tags to tag, change priori…
bryanwongweiheng Nov 11, 2018
6fa6853
Documentation: edit AboutUs, update PPP
bryanwongweiheng Nov 11, 2018
f521d14
Documentation: add newline at end of adoc
bryanwongweiheng Nov 11, 2018
6cf8df5
User Guide: remove edit todo
bryanwongweiheng Nov 11, 2018
75b9748
SchedulerParser: remove TODO comment
bryanwongweiheng Nov 11, 2018
aa5f2a3
User Guide: add tags
bryanwongweiheng Nov 11, 2018
ce4862b
Merge branch 'master' into docs
bryanwongweiheng Nov 11, 2018
ec47e6b
Merge branch 'master' of https://github.com/CS2103-AY1819S1-T10-1/mai…
bryanwongweiheng Nov 11, 2018
491cc56
PPP: fix links to user guide
bryanwongweiheng Nov 12, 2018
22fe876
PPP: fix links to user guide
bryanwongweiheng Nov 12, 2018
06f69cd
Merge branch 'master' of https://github.com/CS2103-AY1819S1-T10-1/mai…
bryanwongweiheng Nov 12, 2018
8580270
Developer Guide: add information about TextField and parsing
bryanwongweiheng Nov 12, 2018
c2c624d
Docs: update ModelClassDiagram
bryanwongweiheng Nov 12, 2018
ad3de9b
Docs: update PPP
bryanwongweiheng Nov 12, 2018
ee3457c
User Guide: change clear to clear calendar
bryanwongweiheng Nov 12, 2018
7491fde
PPP: add newline at end of adoc
bryanwongweiheng Nov 12, 2018
0222659
Merge branch 'master' of https://github.com/CS2103-AY1819S1-T10-1/mai…
bryanwongweiheng Nov 12, 2018
6e1233d
Docs: fix tag error
bryanwongweiheng Nov 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ backing the search result panel.

// end::FuzzySearch[]

// tag:CalendarModel[]
// tag::CalendarModel[]
=== Calendar Model
==== Implementation

Expand Down Expand Up @@ -669,7 +669,7 @@ containing the target date.
display the specified date and time.
// end::calendardisplay[]

// tag::parsing
// tag::parsing[]
=== SchedulerParser

==== Current Implementation
Expand All @@ -687,8 +687,7 @@ identified by two words. Some commands such as `help` and `exit` are not specifi

One other alternative is to keep the commands to one word and split these words by a delimiter such as a dash (`-`) e
.g. `add-event`. However this is assumed to be less natural to the end user.

// end::parsing
// end::parsing[]

// tag::undoredo[]
=== Undo/Redo feature
Expand Down
4 changes: 3 additions & 1 deletion docs/team/bryanwongweiheng.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ include::../UserGuide.adoc[tag=select]
|_Given below are sections I contributed to the Developer Guide. They showcase my ability to write technical documentation and the technical depth of my contributions to the project._
|===

include::../DeveloperGuide.adoc[tag=CalendarModel]

include::../DeveloperGuide.adoc[tag=parsing]

include::../DeveloperGuide.adoc[tag=CalendarModel]