Testing the validation portion of config files. For that, the validation schema is changed to tests folder. (Previously, the file was under schema folder)
It tests 3 different files present under tests/test_algorithm. test_config file names are changed. (Look if those make sense otherwise ask for renaming)
License, Citation things.
License field for algorithm, interface is added (extra) as mentioned in #64. If the sequence of display and/or style needs to be changed then flag it in changes.
Many files under docs/developers are generated. They needs to be displayed in developer level's documentation.
Merging the current PR may conflict with the core logic in #49. So, needs to be resolved carefully, since #49 has some bug fixes which need to be kept here
Resolves #46, Could close discussion #38, #64
The current PR helps resolve following issues
tests
folder. (Previously, the file was underschema
folder)tests/test_algorithm
.test_config
file names are changed. (Look if those make sense otherwise ask for renaming)sequence of display
and/orstyle
needs to be changed then flag it in changes.docs/developers
are generated. They needs to be displayed in developer level's documentation.Merging the current PR may conflict with the core logic in #49. So, needs to be resolved carefully, since #49 has some bug fixes which need to be kept here