-
Notifications
You must be signed in to change notification settings - Fork 64
Updating Documentation
-
The documentation for CaPTk is present in https://cbica.github.io/CaPTk/
-
This location is updated by GitHub automatically from the
${CaPTk_Sources}/docs
folder [ref]. -
All the documentation is in the *.txt files in the top-level of the repository, i.e.,
${CaPTk_Sources}/*.txt
.
-
Ensure you have the option CAPTK_UPDATE_DOCS [ref] enabled from the CMake configuration. This option is enabled by default if the option BUILD_DOCUMENTATION_ONLY [ref] is selected.
-
After you update the contents of the desired text file, invoke Doxygen (1.8.9+) on your build directory using the command
cmake --build . --target Documentation
on Windows (or build the Documentation project on Visual Studio) ormake Documentation
on a GCC system. -
Doxygen will generate the appropriate HTML files and CMake will copy them in
${CaPTk_Sources}/docs
. -
Push all changes (including the HTML files in the
${CaPTk_Sources}/docs
folder) to your fork. -
Once your fork gets merged with the master, the main documentation location, i.e., https://cbica.github.io/CaPTk/, gets updated automatically.
CaPTk, 2022 | About CaPTk | Please report any issues here