Talk:Ironworker 3/Bill of Materials: Difference between revisions
Jump to navigation
Jump to search
Mike Hansen (talk | contribs) (Created page with " Added code on github to create a summary table of the bill of materials, in addition to the current list. Adding the output for everyone to see if they like it.") |
Mike Hansen (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
(11/16/2013 - Mike Hansen) | |||
Added code on github to create a summary table of the bill of materials, in addition to the current list. | Added code on github to create a summary table of the bill of materials, in addition to the current list. | ||
Adding the output for everyone to see if they like it. | Adding the output for everyone to see if they like it. | ||
Here are the python changes: | |||
https://github.com/OSE/documentation/pull/2/files | |||
Here is the full python file: | |||
https://github.com/histalonia/documentation/blob/996446fd0c95dbe4dbf1b19ef96e667cc920cecd/bom_generator.py | |||
======= |
Latest revision as of 01:41, 17 November 2013
(11/16/2013 - Mike Hansen)
Added code on github to create a summary table of the bill of materials, in addition to the current list.
Adding the output for everyone to see if they like it.
Here are the python changes:
https://github.com/OSE/documentation/pull/2/files
Here is the full python file: