rst-parser icon indicating copy to clipboard operation
rst-parser copied to clipboard

Results 20 rst-parser issues
Sort by recently updated
recently updated
newest added

On windows all paths returned by build-in functions or SplFile object methods contain \ as directory separator. This breaks many things, like calculating relative directory for file being parsed, to...

Try fix #275 > When a ref is in a included file which is used multiple time, generated anchor it's always the same and not the best.

### Release Notes for [0.5.6](https://github.com/doctrine/rst-parser/milestone/24) 0.5.x bugfix release (patch) ### 0.5.6 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Improvement - [278:...

Hello, When a ref is in a included file which is used multiple time, generated anchor it's always the same and not the best. I created a [phpunit reproducer](https://github.com/doctrine/rst-parser/compare/0.5.x...alamirault:rst-parser:multi-reference-same-file). Problem...

This is is referencing the issue of https://github.com/doctrine/doctrine-website/pull/476#issuecomment-1652288583 that is blocking the last steps of the PR doctrine/doctrine-website#476. It's also mentioned and described in https://github.com/doctrine/dbal/issues/3338#issuecomment-657255122. The first commit contains rst...

Thanks @stof for reaching out to the phpDocumentor team. I would like to talk to you guys for a moment about the doctrine/rst-parser. Which we integrated in phpDocumentor. More that...

I think `:orphan:` tag is not handle by the parser https://www.sphinx-doc.org/en/master/usage/restructuredtext/field-lists.html#metadata After the build process is complete, we're performing some checks to see if every rst file has its equivalent...

> Until now we have not documented at all how to create Functional tests in our project. Not sure if it needs to be documented either as there are many...

will provide a test for that one as well

In the Symfony docs, we are using footnotes here: https://symfony.com/doc/4.4/contributing/code/bc.html Reference about footnotes in ReST here: https://docutils.sourceforge.io/docs/user/rst/quickref.html#footnotes