Closed amccaskey closed 7 years ago
+1. Also, we should regenerate the doxygen documentation so that the tensor API shows up at
I haven't figured out how to automate that yet. :-(
That sounds good to me. Do we just have to run make doc, then upload the result somewhere?
Yes. Just copy the output of the html and latex doc directories to ${CMAKE_SOURCE_DIR}/docs/api.
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
Yes, something like that. I'm currently too lazy to investigate it though, so have at it! ;-)
Tensors have been deleted.
Add a markdown document discussing the architecture and use Fire's new Tensor support.