Update information and links of documentation#7385
Update information and links of documentation#7385Ocramius merged 6 commits intodoctrine:2.6from SenseException:links-and-typos
Conversation
|
Can you create an issue with some example refs that aren't working? I will investigate. |
|
This would be a change for doctrine website, that creates the documentation out of the reStructuredText files. Maybe I take a look into it myself, but for now I want to keep the documentation itself with PRs like this one up to date. |
|
I refactored doctrine/rst-parser and fixed a few issues with reference resolving. I think it should take care of the issues noted above. |
|
This PR still needs to get merged to the version branches or get further reviews to improve the documentation. |
|
ping |
docs/en/cookbook/advanced-field-value-conversion-using-custom-mapping-types.rst
Outdated
Show resolved
Hide resolved
|
Rebase will be needed since #7421 landed. |
|
Rebase done. |
|
Are any further changes needed? |
|
I think we would merge this to master and then cherry pick to lower branches? |
|
Rebase is needed. |
This was removed in favour of the UPGRADE.md file, which contains the changelog information needed.
|
Rebase is done. I'll create a PR to master after this one got merged. |
Ocramius
left a comment
There was a problem hiding this comment.
🚢 Sorry for not noticing this before!
Changes were already handled by author
Some of the links in the documentation were outdated, 404 or just didn't work. A few external links led to deprecated pages too. I created this PR to update some links and outdated info content for the current version. This needs to be put into the newer, upcoming versions too.
It also looks like that
:ref:reStructuredText aren't handled properly, because a few lead to the same page instead to the set label. This is not part of this PR though and needs to be fixed on the website's doc-generation.