awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.17k stars 772 forks source link

Update doc gen to work on windows #35

Closed jamesls closed 8 years ago

jamesls commented 8 years ago

No longer relying on groff nor col to generate output. It's not quite as nice as the manpage output yet, primarily with how it handles indentation, but all the heavy lifting is done in botocore's text writer with some small modifications.

I also took this opportunity to increase the test coverage of the doc index. Because mose of this deals with integrating with AWS CLI interfaces, I added a few integration tests for doc indexing.

Verified docs are generated properly on windows.

donnemartin commented 8 years ago

Looks good!