Daniel Woste

Results 241 comments of Daniel Woste

I'm not an expert for `automodule`, but as I have understood you right, ``.. automodule:: module1`` will also document the imported classes. Isn't there a way in Sphinx to deactivate...

It is not a bug, as it was never requested and the data itself is just the raw rst data. :) I don't know if needtable can show the rendered...

An alternative would also be to use needextract together with some custom layout and style so that the needed content is focused. `sphinx-preview` should work out of the box for...

I keep it open, as I think your described use case may be used in some other projects as well. But I personally do not prioritize it, as they are...

I agree, that this is suboptimal, but a wanted behavior by Sphinx (afaik). To get the error and the traceback behind the not-helpful event-handler exception, you can use the verbose...

As we are only an extension, I don't want to support extension-specific error handling here. For me, this is more of a question for Sphinx to provide a better logger....

Got convinced to add additional output (source and co.) to the eception chain. But I would like to use then the normal exception-handling by Sphinx/Python. So I reopen it.

@r-o-b-e-r-t-o , you are right this should be documented. Or maybe we can add `add_doc()` to the `add_need()` function directly so that it gets done automatically.

I totally agree and I thought this is already the case. At least it was the goal. ``needuml``: Pure representation, no way to reuse it somewhere else ``needarch``: Storing and...

I disagree here, as they behave slightly differently and have access to different kind of data. The decision was made because of the user and not based on any technical...