Skip to content

Course website for Jason Moore's UC Davis Multibody Dynamics course

Notifications You must be signed in to change notification settings

moorepants/mae223

Repository files navigation

Here lie the source files for the UCD Mechanical Engineering Multibody Dynamics course that is taught by Jason K. Moore.

Build Instructions

Install miniconda, add the Conda Forge channel, and create an environment for Pelican sites:

$ conda config --add channels conda-forge
$ conda create -n pelican python=2 pelican fabric ghp-import
$ source activate pelican

Clone the plugin repository:

(pelican)$ mkdir ~/src
(pelican)$ git clone git@github.com:getpelican/pelican-plugins.git ~/src/pelican-plugins

Rebuild and serve the site locally:

(pelican)$ fab reserve

Push the site to Github pages:

(pelican)$ fab gh_pages

License

The text, images, contents, and source of the website are released under the CC-BY-40 unless otherwise specified.

About

Course website for Jason Moore's UC Davis Multibody Dynamics course

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages