|
57 | 57 | - 5.2.2 [Add a partner course: `partnercourse add`](#5-2-2-add-a-partner-course-partnercourse-add)
|
58 | 58 | - 5.2.3 [Delete a partner course: `partnercourse delete`](#5-2-3-delete-a-partner-course-partnercourse-delete)
|
59 | 59 | - 5.2.4 [Update a partner course: `partnercourse update`](#5-2-4-update-a-partner-course-partnercourse-update)
|
60 |
| - - 5.2.5 [Search a partner course by attributes: `partnercourse search`](#5-2-4-update-a-partner-course-partnercourse-update) |
| 60 | + - 5.2.5 [Search a partner course by attributes: `partnercourse search`](#5-2-5-search-a-partner-course-by-attributes-partnercourse-search) |
61 | 61 | - 5.2.6 [Sort a partner course by attributes: `partnercourse sort`](#5-2-6-sort-partner-courses-by-attributes-partnercourse-sort)
|
62 | 62 | - 5.3 [Commands for universities](#5-3-commands-for-universities)
|
63 | 63 | - 5.3.1 [List all universities: `university list`](#5-3-1-list-all-universities-university-list)
|
|
76 | 76 | - 5.5.4 [Update a note: `note update`](#5-5-4-update-a-note-note-update)
|
77 | 77 | - 5.5.5 [Tag a note: `note tag`](#5-5-5-tag-a-note-note-tag)
|
78 | 78 | - 5.5.6 [Clear tag a note: `note cleartag`](#5-5-6-clear-tags-of-a-note-note-cleartag)
|
79 |
| - - 5.5.7 [Search notes by tag: `note search`](#557-search-notes-by-tag--note-search) |
| 79 | + - 5.5.7 [Search notes by tag: `note search`](#5-5-7-search-notes-by-tag-note-search) |
80 | 80 | - 5.6 [View help: `help`](#5-6-view-help-help)
|
81 | 81 | - 5.7 [Exit SEPlendid: `exit`](#5-7-exit-seplendid-exit)
|
82 | 82 | - 5.8 [Save the data](#5-8-save-the-data)
|
@@ -203,7 +203,6 @@ Each 'Command Word' begins a command, which can be coupled with an attribute, to
|
203 | 203 | functionality.
|
204 | 204 | <box type="tip" icon=":bulb:" header="You may find this annotated image on SEPlendis's command format useful!" >
|
205 | 205 | <img src="images/Command.png" alt="Command UI" class="resized-image">
|
206 |
| - </div> |
207 | 206 | </box>
|
208 | 207 |
|
209 | 208 | <box type="tip" icon=":bulb:" header="Command words available in SEPlendid" >
|
@@ -270,7 +269,7 @@ functionality.
|
270 | 269 |
|
271 | 270 | * The following characters do not exist in our datasets and are not accepted in our input: `[` and `]`.
|
272 | 271 |
|
273 |
| -* Extraneous parameters for commands that do not take in parameters (such as `help`, `exit`) will be |
| 272 | +* Extraneous parameters for all commands will be |
274 | 273 | ignored.<br>
|
275 | 274 | e.g. if the command specifies `help 123`, it will be interpreted as `help`.
|
276 | 275 |
|
@@ -873,7 +872,7 @@ Adds a note with the content you wish to add and the tag you wish your note to h
|
873 | 872 | **Format:** `note add [content] [tag]`
|
874 | 873 |
|
875 | 874 |
|
876 |
| -<box type="info" icon=":information_source"> |
| 875 | +<box type="info" icon=":information-source"> |
877 | 876 | Tag must only be a single word with no whitespaces and only contain alphabets and numbers. You can only add 1 tag
|
878 | 877 | for your note with this command.
|
879 | 878 | If you wish to have more tags for your note, you can do so with the command <code>note tag</code>.
|
@@ -1057,7 +1056,7 @@ Format: `exit`
|
1057 | 1056 | <br />
|
1058 | 1057 | <br />
|
1059 | 1058 |
|
1060 |
| -#### 5.8 Save the data |
| 1059 | +### 5.8 Save the data |
1061 | 1060 |
|
1062 | 1061 | SEPlendid's data are saved in the hard disk automatically after any command that changes the data. There is no need to
|
1063 | 1062 | save manually.
|
|
0 commit comments