Style Guide MNJK: Difference between revisions
Jump to navigation
Jump to search
MikeTieden (talk | contribs) |
MikeTieden (talk | contribs) |
||
Line 23: | Line 23: | ||
* Sub-step about Step 2 | * Sub-step about Step 2 | ||
: ''NOTE: Notes should be indented with a colon, and wrapped in double apostrophes. Also, they should start with the word NOTE capitalized, and end with a period.'' | : ''NOTE: Notes should be indented with a colon, and wrapped in double apostrophes. Also, they should start with the word NOTE capitalized, and end with a period.'' | ||
<li> This is a step to show how the code tag should be used. | <li> This is a step to show how the <code><code></code> tag should be used. If you want it on it's own line, and not within the paragraph, us a colon before it.</li> | ||
<code> mkdir <my_directory> </code> | : <code> mkdir <my_directory> </code> | ||
<br> | <br> | ||
: ''NOTE: When using a variable name, such as <my_directory>, it should be wrapped in < > to make it stand out. Also, include a br tag after using a code tag to move to the next line. | : ''NOTE: When using a variable name, such as <my_directory>, it should be wrapped in < > to make it stand out. Also, include a br tag after using a code tag to move to the next line. |
Revision as of 02:15, 7 February 2021
Introduction
This lab assumes that you know the IP address of your Linux system and are connected to the ITCnet VPN network. If you need help with these steps please see the VPN instructions and the previous lab.
In this lab you will perform the following tasks:
- Installing the links web browser
- Installing the Apache webserver
- Installing Python and its dependencies
You will use the following commands:
Lab Section Title
- Steps should be numbered using li tags.
- Sub-steps should be bulleted using asterisks
- Another sub-step
- Yet another sub-step
- Step 2.
- Sub-step about Step 2
- NOTE: Notes should be indented with a colon, and wrapped in double apostrophes. Also, they should start with the word NOTE capitalized, and end with a period.
- This is a step to show how the
tag should be used. If you want it on it's own line, and not within the paragraph, us a colon before it.
mkdir <my_directory>
- NOTE: When using a variable name, such as <my_directory>, it should be wrapped in < > to make it stand out. Also, include a br tag after using a code tag to move to the next line.
- Step 4
- Step 5
This is how a transition sentence should appear between steps.
If you have multi-line code / printout
that needs to show indentation for whatever reason
using pre tags
work better than code tags.
This is an example of a pre tag.
If you have multi-line code / printout
that needs to show indentation for whatever reason,
using pre tags
work better than code tags.
This is an example of a code tag.