Skip to content

Software skills training at the Sainsbury Wellcome Centre & Gatsby Computational Neuroscience Unit

License

Notifications You must be signed in to change notification settings

neuroinformatics-unit/software-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWC/GCNU Software Skills website

To build locally

git clone https://github.com/neuroinformatics-unit/software-skills
cd software-skills
pip install -r docs/requirements.txt
rm -rf docs/build
sphinx-build docs/source docs/build

To edit

Adding a new course:

  • Add a markdown file to the docs/source/courses directory (copying the structure of an existing course)
  • Add the course to the toctree in docs/source/courses/index.md
  • Add a card advertising the course in the Upcoming courses section of docs/source/index.md, using the syntax e.g.:
::::{grid} 1 2 2 3
:gutter: 3

:::{grid-item-card} {fa}`file-image;sd-text-primary` Date & Time
:link: courses/course-name
:link-type: doc

Course title
+++
Location <br>
Time
:::

Once a course has run

  • Move the card from Upcoming courses to Previous courses, and remove the time/location e.g.:
::::{grid} 1 2 2 3
:gutter: 3

:::{grid-item-card} {fa}`file-image;sd-text-primary` Date & Time
:link: courses/course-name
:link-type: doc

Course title
:::

About

Software skills training at the Sainsbury Wellcome Centre & Gatsby Computational Neuroscience Unit

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published