excessive / cpml

Cirno's Perfect Math Library: Just about everything you need for 2D/3D games. Hopefully.

Home Page:https://excessive.github.io/cpml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate docs creation?

davisdude opened this issue · comments

commented

Do you think we should include a bat file to automate docs for users?
For instance, what I used looks like this:

@echo off
lua "C:\Program Files (x86)\Lua\ldoc\ldoc.lua" %*

I don't think we should include a bat script, but that they should be generated automatically when pushes happen (maybe we can have travis do it?)

Having Travis push to gh-pages is not too bad and is reasonably secure. https://gist.github.com/domenic/ec8b0fc8ab45f39403dd