Skip to content

Commit

Permalink
more links
Browse files Browse the repository at this point in the history
  • Loading branch information
rkronberg committed Jan 30, 2024
1 parent 1ba8e74 commit 6f51362
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _contributing/MD_INTO_HTML.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
```bash
$HOME/bin/pandoc-env-eff.sif -s -t csc-eurocc-2019 01_my_lecture.md
```
5. To create the whole site add your page to the top of the Makefile (located in: csc-env-eff/slides/Makefile) list and run `make`
5. To create the whole site add your page to the top of the Makefile (located in: csc-env-eff/_slides/Makefile) list and run `make`

> Note, don't publish the theme and slidefactory accessory files, just the html (and related images etc.)!
> Note, `a-publish` will not _overwrite_ files in Allas, so you'll need to `a-put --override` or delete the file in Allas first.
Expand Down
4 changes: 2 additions & 2 deletions _contributing/STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## General help
- For tutorials and exercises please see [this Markdown syntax guide](https://www.markdownguide.org/tools/mkdocs/) and [this Markdown example tutorial](example_tutorial.md)
- For Slides, [see this syntax guide](https://github.com/csc-training/slide-template/blob/master/docs/syntax-guide.md)
and [this Markdown example slide set](../slides/example.md)
and [this Markdown example slide set](../_slides/example.md)
- Please use the csc-eurocc-2019 theme
- When in doubt, check how other pages are formatted

Expand All @@ -26,7 +26,7 @@
- Avoid using only color to signal some meaning

## Images, linked documents
- Put all slides images in `slides/img` folder (tutorials/exercise folders can have their own img/)
- Put all slides images in `_slides/img` folder (tutorials/exercise folders can have their own img/)
- Put large files in Allas (write access with project 2001659) bucket **csc-env-files**,
e.g. [https://a3s.fi/csc-env-files/README.md](https://a3s.fi/csc-env-files/README.md)
- new files easy to share with `a-publish your-file.tgz -b csc-env-files`
Expand Down
4 changes: 2 additions & 2 deletions part-1/prerequisites/basic-file-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ less YourName-first-file.txt # replace YourName
1. Download an image and a pdf:

```bash
wget https://github.com/csc-training/csc-env-eff/raw/master/slides/img/terminal_icon.png
wget https://github.com/csc-training/csc-env-eff/raw/master/slides/img/schrodingerscat.pdf
wget https://raw.githubusercontent.com/csc-training/csc-env-eff/master/_slides/img/terminal_icon.png
wget https://raw.githubusercontent.com/csc-training/csc-env-eff/master/_slides/img/schrodingerscat.pdf
```

{:style="counter-reset:step-counter 1"}
Expand Down

0 comments on commit 6f51362

Please sign in to comment.