Jaap van Otterdijk
Jaap van Otterdijk
Maybe we should solve this in some way in the typo3 project, let's see if that's possible someway.
@linawolf it looks like the `\phpDocumentor\Guides\RestructuredText\TextRoles\DefaultTextRoleFactory` we do collect the roles that are known by the parser. I think we can use trigger a warning when we fall back to...
The detection of indentation might be hard to wrap in a method as it is depending on the context where you are in the parser. But what you see a...
If you have time for this, please make it happen :-D
@linawolf I pushed a small addition to make your part working. You were missing something in the configuration of the new supported output format. I think when looking into this...
## 💚 All backports created successfully | Status | Branch | Result | |:------:|:------:|:------| |✅|1.x|[](https://github.com/phpDocumentor/guides/pull/1152)| Note: Successful backport PRs will be merged automatically after passing CI. ### Questions ? Please...
I checked, this example doesn't work. however when we use: ``` ========= Document ========= .. contents:: Table of Contents: .. include:: _Part1.rst.txt .. include:: _Part2.rst.txt ``` The contents table is...
I think I found the origin of this issue. In your example the document doesn't have a main section with a title. The includes are added as a collection of...
Rethinking the above... that could cause invalid cases... getTitle should be dynamic, I will change the method to be aware of containers.
I noticed while working on this that the actual issue is a bit deeper... The collection node does not work as expected when it's just for an include. Multiple situations...