Closed TommasoArmadillo closed 3 years ago
The C# documentation suggests using this tool docFx to automatically read the XML documentation and generates API reference website. I read also that it is possible to use GitHub Actions for automatically create a website whenever there is a push, and deploy it with GitHub Pages. In the weekend I'll finish the doc and try to do this. Here are some useful links, just for reference
Official documentation docFx Technical tutorial GitHub action Complete tutorial
Before merging I would wait to see where this ends up
The C# documentation suggests using this tool docFx to automatically read the XML documentation and generates API reference website. I read also that it is possible to use GitHub Actions for automatically create a website whenever there is a push, and deploy it with GitHub Pages.
Great suggestion, @TommasoArmadillo! I'll read the C# documentation as well and maybe give it a try over the weekend.
Before merging I would wait to see where this ends up
Totally agree with you on this!
Very good job @TommasoArmadillo and @PietroKlausner. We did everything that we were supposed to do within the cameras branch. We also deployed to GitHub Pages the creation of a documentation webpage. I now proceed with the merge.
This is a PR for implementing class and methods for Camera, Ray, ImageTracer objects.