Skip to content

Commit

Permalink
Merge pull request #343 from AY2425S1-CS2103-F13-2/341-fix-duplicate-…
Browse files Browse the repository at this point in the history
…paragraph-in-user-guide

Fix Duplicate Paragraph in User Guide
  • Loading branch information
Jasperabez authored Nov 11, 2024
2 parents 755bef7 + 154722c commit cda63d5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,14 @@ This section contains information about the command formats used in this applica

### Parameters

<p>

* Words in `UPPER_CASE` are the parameters to be supplied by the user.<br>
(Commands are incomplete and are for illustrative purposes only)<br>
e.g. `create v/ n/VENDOR_NAME`, `VENDOR_NAME` is a parameter which is specified by the user:
* `create v/ n/Kimberly's Flowers`.

</p>
<p>

* Items in square brackets are **optional**.<br>
Expand All @@ -120,12 +123,14 @@ This section contains information about the command formats used in this applica
* `create e/ n/Stagecraft Solutions t/backstage-crew` or as;
* `create e/ n/Stagecraft Solutions`.

</p>
<p>

* `INDEX` refers to the index number shown in the displayed event/vendor list.
* The index **must be a positive integer** 1, 2, 3, …
* The index for each vendor/event is relative and can change depending on previous operations.

</p>
<p>

* Items with `` after them can be used multiple times, including zero times.<br>
Expand All @@ -134,16 +139,20 @@ This section contains information about the command formats used in this applica
* `t/big-event`;
* `t/big-event t/coastal`, etc.

</p>
<p>

* Parameters can be in any order.<br>
e.g. if the command specifies `n/NAME p/PHONE_NUMBER`, `p/PHONE_NUMBER n/NAME` is also acceptable.

</p>
<p>

* Extraneous parameters for commands that do not take in parameters (`help`, `exit` and `clear`) will be ignored.<br>
* e.g. if the command specifies `help 123`, it will be interpreted as `help`.

</p>

### Off-Screen Operations

* The `view`, `edit` and `delete` commands support off-screen operations. Even when vendors/events are not currently displayed, they can still be selected by `view`, `edit` and `delete` commands.
Expand Down Expand Up @@ -175,7 +184,7 @@ Format:

Note:
* If parameters are provided for the `v/` and `e/` flags, they will be ignored.
<box type="tip" seamless><br>
<box type="tip" seamless>
Tip: A vendor or event can have any number of tags (including 0).
</box>
* If an event or a vendor already has the exact same name (case-sensitive), the command will fail and an error message will be displayed.
Expand Down

0 comments on commit cda63d5

Please sign in to comment.