All documentation files are in docs.
They are [mdr](https://github.com/fennecdjay/mdr) files.
Along with them is a `list` file, helping to build the summary.
-
+> To be continued ...
## makefile
-## sciprt
+## scripts
## Mdbook
+git checkout doc_tmp
git branch -r | grep gh-pages && git push origin :gh-pages || true
git add -f book
git commit -m "add book"
git subtree push --prefix book origin gh-pages
-git rm -r book
-rm -rf book
-git commit -m "remove book"
+git checkout mdbook
+git branch -D doc_tmp