propeller/Generating_Documentation.md
2023-01-24 16:25:14 -05:00

4 lines
360 B
Markdown

To generate documentation with codox, run "lein codox" on command line to generate first batch of HTMl files.
Then, run FunctionsToMD to take Push instructions generated by `def-instruction` and spit it out to a Markdown file.
Then, run HTMLFix to fix the ordered lists in `Adding_Genetic_Operators.md`, `Adding_Problem.md`, and
`Adding_Selection_Method.md`.