opentx / lua-reference-guide

22 stars 15 forks source link

Revised python script and automated update of SUMMARY.MD #14

Closed dsbeach closed 8 years ago

dsbeach commented 8 years ago

Closes #11

display_functions renamed lcd functions

updated script to replace relevent sections of LUADOC

updated SUMMARY.md as a result of revised script (input was opentx/master)

projectkk2glider commented 8 years ago

Ok, very good. I will merge it now.

projectkk2glider commented 8 years ago

@dsbeach one more bug found! Every time a script is run every section in SUMMARY.md gets a new empty line added. Can you fix that before the merge?

projectkk2glider commented 8 years ago

Also add Closes #11 into your opening post. This will then automatically close the original issue when the merge is done and also link it with this one.

dsbeach commented 8 years ago

Hopefully we are good to go now.

Python is a pretty interesting language for that sort of thing. I'm sure it is a whole lot easier to maintain than some of the perl code I hacked together before I retired. The Python support in Visual Studio was nice too.

projectkk2glider commented 8 years ago

Yes Python is great, you can do a lot with a small amount of code. The pull is perfect now.