jayjaybillings / fire

Repository for the Fire framework
Other
0 stars 2 forks source link

Add Fire Tensor Jekyll Post #14

Closed amccaskey closed 7 years ago

amccaskey commented 7 years ago

Add a markdown document discussing the architecture and use Fire's new Tensor support.

jayjaybillings commented 7 years ago

+1. Also, we should regenerate the doxygen documentation so that the tensor API shows up at

http://www.jayjaybillings.com/fire/api/html/

jayjaybillings commented 7 years ago

I haven't figured out how to automate that yet. :-(

amccaskey commented 7 years ago

That sounds good to me. Do we just have to run make doc, then upload the result somewhere?

jayjaybillings commented 7 years ago

Yes. Just copy the output of the html and latex doc directories to ${CMAKE_SOURCE_DIR}/docs/api.

amccaskey commented 7 years ago

Interesting thought - add_custom_target lets you specify a second command. We could set that second command to copy the results to docs/api... then push it or something??? thinking out loud

jayjaybillings commented 7 years ago

Yes, something like that. I'm currently too lazy to investigate it though, so have at it! ;-)

jayjaybillings commented 7 years ago

Tensors have been deleted.