astropy / sphinx-automodapi

Sphinx extension for generating API documentation
https://sphinx-automodapi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
63 stars 45 forks source link

Class not documentated properly when it name is not starting with an upper letter #97

Open MarineChap opened 4 years ago

MarineChap commented 4 years ago

Hello, I just start using autodocapi this morning. It seems that some of my class are correctly populating with methods and attributes... except if the class name don't start with a upper letter. However it is still detected as a class but inside there is no methods and attributes documentation.

Could you help me with that? Do you know a workaround ? It is an old legacy code used a lot by my lab it will be complicated to change the name of the class just for documentation reason.

Thanks :) Have a good day