Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
3d8471f5
Commit
3d8471f5
authored
10 years ago
by
Greg Wilson
Browse files
Options
Downloads
Plain Diff
Merge pull request #125 from r-gaia-cs/update-layout
Update LAYOUT for changes from #103
parents
f68203db
a5fbf825
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LAYOUT.md
+7
-6
7 additions, 6 deletions
LAYOUT.md
with
7 additions
and
6 deletions
LAYOUT.md
+
7
−
6
View file @
3d8471f5
...
...
@@ -172,7 +172,8 @@ Each topic page must be structured as follows:
> * Learning objective 1
> * Learning objective 2
Paragraphs of text --- possibly including **definitions** ---
Paragraphs of text
--- possibly including [definitions](reference.html#definitions) ---
mixed with:
~~~ {.python}
...
...
@@ -219,9 +220,9 @@ Each topic page must be structured as follows:
3.
Every challenge should relate explicitly back to a learning
objective.
4.
Definitions
of terms are marked in
**bold**
(like
`**this**`
).
Nothing else should be marked as bold text --- use
*italics*
for
for all other emphasis
.
4.
Definitions
are links with fragment identifier to
`reference.html`
(like
`[definitions](reference.html#definitions)`
).
This is need to enable links from name diferent from the key word defined
.
5.
When laying out source code, use
`{.lang}`
as a style on the
opening
`~~~`
line. For Unix Shell commands use:
...
...
@@ -307,10 +308,10 @@ a definition list:
## Glossary
K
ey
W
ord 1
k
ey
w
ord 1
: Definition of first term
K
ey
W
ord 2
k
ey
w
ord 2
: Definition of second term
## Discussion Page
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment