Changes between Version 9 and Version 10 of User Guide/Wiki Style Guide


Ignore:
Timestamp:
May 11, 2020, 3:35:11 PM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Wiki Style Guide

    v9 v10  
    1515  * '''DO NOT''' use full URLs (ie. !http://wiki.cosmos-lab.org/...) when linking to pages within the wiki. Use the [wiki:WikiFormatting#Links WikiPageNames link syntax] instead.
    1616  * When linking to pages that are children of the current page, use relative links `[wiki:./page/to/link/to text to display]`
     17* '''Instructions containing shell commands'''
     18  * Macro for username {{{[[User]]}}}
     19  * For copy and pasting commands, ensure no prompt is present
     20  * For bash scripts, use {{{ {{{#!shell }}}
     21  * For terminal sessions, use {{{ {{{#!shell-session }}}
     22  * On a console: make sure the prompt starts with {{{user@console:path$}}}
     23  * On a compute machine: make sure the prompt starts with {{{root@console:path$}}}
     24 
    1725
    1826=== Page Specific Formatting