engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

adding new function: wireresistance #9

Closed MrTuckie closed 3 years ago

MrTuckie commented 3 years ago

Hi, @engineerjoe440. This is my first attempt to create a pull request and add a new function. I've tried to recreate your style of coding. This wireresistance function is based on https://www.basictables.com/electronics/resistor/wire-resistance.

If there is anything to change or improve, I would be glad to help.

MrTuckie commented 3 years ago

Thanks a lot. GitHub says that only those with write access to this repository can merge the pull request.

engineerjoe440 commented 3 years ago

Ah.... ok! Thanks! I'll slam it in and merge it then! :) Much appreciated!

engineerjoe440 commented 3 years ago

Here's the resulting documentation as built from the Sphinx runner and docstring in your new content: https://engineerjoe440.github.io/ElectricPy/api/electricpy.wireresistance.html#electricpy.wireresistance

Please let me know if there's anything weird in how it appears, and we can get it fixed. I think it looks great!