Skip to content

Course materials for ECS201C, parallel computer architectures and programming paradigms at UC Davis Resources Readme

License

Notifications You must be signed in to change notification settings

jlpteaching/ECS201C

 
 

Repository files navigation

Material for ECS 201C

License: CC BY 4.0

See http://jlpteaching.github.io/ECS201C for a prettier version of this site.

Adding a link to the header

Update the _data/links.yml file with two new lines:

- title: <the title to appear in the link>
  link: <the relative path (Remove the .md from the md file)>

Development of website

To render the website run the following:

> bundle exec jekyll serve

If you don't have the jekyll stuff installed already, you can run the following (assuming you have Ruby gems installed).

> gem install jekyll bundler

About

Course materials for ECS201C, parallel computer architectures and programming paradigms at UC Davis Resources Readme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.2%
  • SCSS 17.0%
  • Ruby 1.8%