Skip to content

Named links to methods of the Symfony API don't work #2254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michaelperrin opened this issue Feb 19, 2013 · 2 comments
Closed

Named links to methods of the Symfony API don't work #2254

michaelperrin opened this issue Feb 19, 2013 · 2 comments

Comments

@michaelperrin
Copy link
Contributor

On the generated Symfony HTML documentation, all links pointing to a specific method of the Symfony API have a wrong anchor name.

Example:

Result: landing page is http://api.symfony.com/2.1/Symfony/Component/HttpFoundation/ParameterBag.html#replace() and the vertical scroller is at the top of the page

Expected result: landing page should be http://api.symfony.com/2.1/Symfony/Component/HttpFoundation/ParameterBag.html#method_replace and the vertical scroller should be positioned on the correct method

This is really easy to fix: just update the Sphinx Extensions for PHP and Symfony dependency on the documentation build server.
It will include the fabpot/sphinx-php@a9d5ec5 commit made by @weaverryan and make all links work fine.

I tried it on my local machine and the generated doc links work fine.

@stof
Copy link
Member

stof commented Feb 19, 2013

@weaverryan this should get the website label. /cc @fabpot

@michaelperrin
Copy link
Contributor Author

I'm closing this issue as there is already an issue opened for this problem : #2156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants