Vineet Naik
Vineet Naik
Hi, Do you mean that every `:param` field will be followed by `:type` in the generated docstring? I think that should not be a major change. But given that I...
@tcuthbert That would be great. Thanks!
Hi @wizmer Happy new year to you too. I missed your earlier message, sorry about that. I don't mind the change you are proposing. But IMO, it'd be good if...
Given how this mode is implemented at present, it's be difficult to support alternate styles. But it's definitely a good idea as more people will be able to use it....
I am not much familiar with function annotations but it seems supporting them in the current version of sphinx-doc might be tricky due to the way the function definitions are...
Hi, Can you check if your code has indentation issues? The error you are getting suggests that and it's perhaps related to flycheck. Can you confirm by trying sphinx-doc in...
Thanks for reporting this. I will take a look at it. PRs are also welcome. However, I would like this mode to support only the most common use case. It...
It was designed to work with both 2.7x and 3 but mostly tested only with 2.7x, so there may be a few bugs. However at the moment I am not...
Looks good to me. I've added a minor comment. PS: Please be warned that this library is highly experimental. I have never used it in production myself!
I'm facing the same issue. I'm also using Vue for SPA. I tried `tg.refresh` in vue's `beforeUnmount` hook but it doesn't work and in fact starts the tour when the...