likui / tensors

Course material for tensor analysis

Home Page:https://knutam.github.io/tensors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensor Analysis Contribution Guide

Building locally (live changes, requires julia)

Open a julia session in the top folder

pkg> activate .
pkg> instantiate
julia> using Franklin
julia> serve()

This will open the webpage hosted locally, and changes can be seen live

Adding a new section

  1. Add a markdown file in the appropriate folder, e.g. <folder>/<newfile.md>
  2. Add an entry in _layout/pgwrap.html to make it appear in the side panel (copy an equivalent line)

About

Course material for tensor analysis

https://knutam.github.io/tensors/

License:MIT License


Languages

Language:JavaScript 69.6%Language:CSS 20.4%Language:HTML 8.6%Language:Julia 1.4%