Tutorial: Documentation with Markdown
Last updated
Was this helpful?
Last updated
Was this helpful?
In this tutorial, we will learn how to use Github and MarkDown to create SW documentation that describes how to our software.
(You can also use Notion)
In this course, you have created some numerical functions to solve mathematical problems. You should make SW documentation that explains your numerical library with some usage examples.
The documentation should contain necessary information such as
Header File
Class Name
Function descriptions: syntax, description of parameters
Example codes
Some helpful sites for API documentation
Create your API(numerical library) documentation for all the functions you have created in class. You should use markdown
.
Upload your documentation file in your github repository.
example: /NumericalProg/docs/NM_API_Documentation.md
You may need to add the hyperlink of API documentation in ' /docs/readme.md '
Library Version Control in Github
refer to