ComputationalRadiationPhysics / student_project_python_bindings

The student project investigates the performance and memory handling of Python bindings for CUDA C++ code created with pybind11.
GNU General Public License v3.0
1 stars 0 forks source link

Documentation and Argparse #12

Closed afif-ishamsyah closed 3 years ago

afif-ishamsyah commented 3 years ago
  1. Add documentation using doxygen
  2. Add run.py. it is a copy of example.py but with argparse
SimeonEhrig commented 3 years ago

Can please create an extra folder doc and put the doxygen config in. Also please remove the generated documentation. Normally, the documentation is build locally by the developer or via GitHub bot.