Re: [sphinx-users] autodoc-skip-member isn't seeing all functions?

2020-11-25 Thread Daniel Scott
On Tue, Aug 11, 2020, 5:34 PM Joshua J. Kugler wrote: > On Monday, August 10, 2020 12:54:59 PM AKDT Joshua Kugler wrote: > > I have an oddity here. I have a Python project for which I've generated > > docs. It did well. Almost everything was doc'ed. I know about the default > > of excluding anyth

Re: [sphinx-users] autodoc-skip-member isn't seeing all functions?

2020-08-13 Thread Joshua J. Kugler
On Thursday, August 13, 2020 7:28:49 AM AKDT Komiya Takeshi wrote: > Hi Joshua, > > Thank you for reporting. I believe it should be improved. Could you > file an issue to GitHub, please? > Then I'll work on it. Thanks, done! https://github.com/sphinx-doc/sphinx/issues/8119 j -- Joshua J. Kugle

Re: [sphinx-users] autodoc-skip-member isn't seeing all functions?

2020-08-13 Thread Komiya Takeshi
Hi Joshua, Thank you for reporting. I believe it should be improved. Could you file an issue to GitHub, please? Then I'll work on it. Thanks, Takeshi KOMIYA 2020年8月12日(水) 9:34 Joshua J. Kugler : > > On Monday, August 10, 2020 12:54:59 PM AKDT Joshua Kugler wrote: > > I have an oddity here. I hav

Re: [sphinx-users] autodoc-skip-member isn't seeing all functions?

2020-08-11 Thread Joshua J. Kugler
On Monday, August 10, 2020 12:54:59 PM AKDT Joshua Kugler wrote: > I have an oddity here. I have a Python project for which I've generated > docs. It did well. Almost everything was doc'ed. I know about the default > of excluding anything starting with '_' so I created an autodoc-skip-member > func

[sphinx-users] autodoc-skip-member isn't seeing all functions?

2020-08-10 Thread Joshua Kugler
I have an oddity here. I have a Python project for which I've generated docs. It did well. Almost everything was doc'ed. I know about the default of excluding anything starting with '_' so I created an autodoc-skip-member function that would include those. It works. I see a bunch of private met