engineerjoe440 / ElectricPy

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

Sphinx Build Warning #43

Closed Lakshmikanth2001 closed 2 years ago

Lakshmikanth2001 commented 2 years ago
WARNING: autodoc: failed to import function 'step' from module 'electricpy'; the following exception was raised:
Traceback (most recent call last):
  File "D:\ElectricProject\ElectricPy\.venv\lib\site-packages\sphinx\util\inspect.py", line 448, in safe_getattr
    return getattr(obj, name, *defargs)
AttributeError: module 'electricpy' has no attribute 'step'

please check out the output of sphinx-build action

Lakshmikanth2001 commented 2 years ago

Sir any update

Lakshmikanth2001 commented 2 years ago

Any update sir

engineerjoe440 commented 2 years ago

Goodness! I thought I had actually responded to this issue. Must not have actually hit submit.

Yes, this is something that I've been meaning to look at, but I've just been putting off. I finally have some time to investigate it today.

engineerjoe440 commented 2 years ago

Ok! This should be resolved as of my most recent commit to master. I think I still need to do some work to "clean up" the whole auto-api-doc structure. For the moment, however, it's corrected!