Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread Alexander Bruy
Should be fixed now. Please check. 2018-02-24 18:05 GMT+02:00 Alexander Bruy : > Ah I see. I will try to find a workaround. > > 2018-02-24 18:04 GMT+02:00 matteo : >>> If I'm not wrong you already asked about it and Nyall had implemented this >>

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread Alexander Bruy
Ah I see. I will try to find a workaround. 2018-02-24 18:04 GMT+02:00 matteo : >> If I'm not wrong you already asked about it and Nyall had implemented this > > yes that's right, but with was for groups and not single algorithm > names. With your fix of some hour ago the

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread matteo
> If I'm not wrong you already asked about it and Nyall had implemented this yes that's right, but with was for groups and not single algorithm names. With your fix of some hour ago the link of native algorithm looks like:

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread Alexander Bruy
If I'm not wrong you already asked about it and Nyall had implemented this 2018-02-24 17:26 GMT+02:00 matteo : >> Here we go. >> https://github.com/qgis/QGIS/commit/598b8a9c41e3788962778039adcc30f2912d822f >> Currently only for master, not sure if it is safe to push to >>

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread matteo
> Here we go. > https://github.com/qgis/QGIS/commit/598b8a9c41e3788962778039adcc30f2912d822f > Currently only for master, not sure if it is safe to push to > release-3_0 right now. > Will backport it a bit later. > > Help link now looks like >

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread Alexander Bruy
Here we go. https://github.com/qgis/QGIS/commit/598b8a9c41e3788962778039adcc30f2912d822f Currently only for master, not sure if it is safe to push to release-3_0 right now. Will backport it a bit later. Help link now looks like

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread matteo
> Ok, it is clear now. Should I commit this change to release-3_0 and > master branches > right now? yes please! would be great to have for the 3.0.1! I found also another small small issue with just the GDAL Help button and I reported it here: https://issues.qgis.org/issues/18198#change-87424

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread Alexander Bruy
Ok, it is clear now. Should I commit this change to release-3_0 and master branches right now? 2018-02-24 13:25 GMT+02:00 matteo : > Hi Alex, > > >> well, previously it worked in the exactly this way, link was created >> using algorithm id which eventually is a

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread Alexander Bruy
Hi Matteo, well, previously it worked in the exactly this way, link was created using algorithm id which eventually is a concatenation of the provider name and algorithm name. But on requrest from documentation team this behaviour was changed to current approach. So now you want to go back to