| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 2 个月前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 3 个月前 |
Documentation
This directory contains the source files for the documentation.
Editing the documentation
To edit the documentation, checkout a branch and edit the Markdown files in the
src directory.
Building the documentation
To build locally, install Julia, then (from the docs directory) run:
$ julia make.jl
The first time you run this command, Julia will download and install the necessary packages. This may take a couple of minutes.
The website is generated in the build/ folder. To check it out, load
build/index.html in your browser.
Deploying the documentation
The documentation is automatically built and deployed by a GitHub action. You
should not check the build/ directory into git.