Skip to content

olson-sean-k/plexus-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plexus is a Rust library for polygonal mesh processing. This repository contains the source for the documentation website.

The website is built via make using MkDocs, the Rust nightly toolchain, and peru.

The Makefile has two primary rules: build and publish, which do exactly what their names suggest. Build artifacts are written to the ./out directory. When publishing, these artifacts are copied into a temporary directory via mktemp.

The gh-pages branch typically has a single commit and is used exclusively for build artifacts hosted by GitHub Pages (there is no history). Publishing with make publish forces a push to the push specification of the origin/gh-pages branch.

Peru is used to fetch the Plexus source code. This code is used to generate API documentation via rustdoc.

It is possible to test changes via mkdocs serve, but this will not serve the rustdoc API documentation.

About

Documentation website for Plexus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published