![]()
SAS Documentation¶
A small python library to generate rich documentation from SAS code
Installation¶
Clone¶
Clone this repo to your local machine using
https://github.com/benjamincorcoran/SASDocumentation
Setup¶
Move into the cloned directory and pip install the package
$ cd cloned-directory
$ pip install ./
Usage¶
From anywhere call the following with your project root and output location
$ python -m SASDocumentation -p "<path-to-project-root>" -o "<output-location default: ./docs/ >" -a "<author name>"
Features¶
TBW
Documentation¶
View complete documentation on ReadTheDocs.io
Tests¶
TBW
Contributing¶
Clone this repo to your local machine using
https://github.com/benjamincorcoran/SASDocumentation.gitCreate a new pull request using
https://github.com/benjamincorcoran/SASDocumentation/compare/.
Contributors¶
Ben Corcoran - 2019