generated from enryH/notes_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a description of the static website in index
- Loading branch information
apca
committed
Oct 24, 2024
1 parent
dcb0d6a
commit ba0fa7d
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Static website Template | ||
# Nextflow training notes | ||
|
||
This is a template for a static website using Sphinx and GitHub Pages. | ||
Welcome to the notes for the Nextflow training offered to the researchers of DTU - Biosustain and DTU - Bioengineering. This course is half dedicated to explain Nextflow fundamentals and half dedicated to practice Nextflow. The materials are based mostly on [Nextflow trainings portal](https://training.nextflow.io/). | ||
|
||
Please visit [About](https://github.com/biosustain/dsp_nextflow_training/about.md) to know what the course covers, go to Course Information to figure out about the details ([instructions]((https://github.com/biosustain/dsp_nextflow_training/course_information/Instructions.md)), [location](https://github.com/biosustain/dsp_nextflow_training/course_information/Location.md) and [timing](https://github.com/biosustain/dsp_nextflow_training/course_information/Timing.md)). Please visit Instructions first before starting the hands-on part. Once you have started your Codespace, please follow course along in the Course contents. To keep learning Nextflow and nf-core pipelines please visit [Resources]((https://github.com/biosustain/dsp_nextflow_training/resources.md)). | ||
|
||
And rememeber to ask questions during the course or after the course, you can contact us at [Data Science platform email](mailto:[email protected]). | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
:maxdepth: 1 | ||
:hidden: | ||
about | ||
|
@@ -37,7 +41,7 @@ course_contents/Tutorial | |
``` | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
:maxdepth: 1 | ||
:hidden: | ||
resources | ||
|