#!/bin/sh

cargo doc --no-deps --document-private-items --package tp-note --  

cd ../doc
./make--all
