A small python library to generate rich documentation from SAS code
- Clone this repo to your local machine using
https://github.com/benjamincorcoran/SASDocumentation
- Move into the cloned directory and pip install the package
$ cd cloned-directory
$ pip install ./
- 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>"
TBW
View complete documentation on ReadTheDocs.io
TBW
-
Clone this repo to your local machine using
https://github.com/benjamincorcoran/SASDocumentation.git
-
Create a new pull request using
https://github.com/benjamincorcoran/SASDocumentation/compare/
.
Ben Corcoran - 2019