<div dir="ltr"><div>Hi all,</div><div><br></div><div>Karl, what would be nice once you sort out how the network stuff works in 3.x is to provide an update to the docs repository. These docs (actually most of the Python Cookbook pages) are outdated because we do not have python writers that would test and provide new information. So if each of us that has knowledge on an area provides updates on the few he knows, I think this big issue will be quickly fixed and we avoid people complain/lose their time on this.</div><div><br></div><div>To fix a doc: simply use the FixMe link at the bottom of the page (<a href="https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/network_analysis.html">https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/network_analysis.html</a> in this case) and if you have a github account, modify the text and send a pull request (guidelines are available at <a href="https://docs.qgis.org/testing/en/docs/documentation_guidelines/first_contribution.html">https://docs.qgis.org/testing/en/docs/documentation_guidelines/first_contribution.html</a>)</div><div>If for any reason you really do not want to create a GitHub account, we also value raw text: do the changes in a text editor and send it to the list. Less straightforward for us to integrate but still better than nothing.<br></div><div><br></div><div>Looking forward....</div><div><br></div><div>Greetings,</div><div>Harrissou<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-06-26 23:36 GMT+02:00 Nyall Dawson <span dir="ltr"><<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, 27 Jun 2018 at 03:04, karlg <<a href="mailto:karl.geog@gmail.com">karl.geog@gmail.com</a>> wrote:<br>
<br>
> I remind you this is a "user" forum. I have posted a problem in detail and<br>
> explained what I have tried. The norm, in StackExchange, etc etc is for<br>
> those with knowledge to provide an answer if they have one. Don't tell me to<br>
> RTFM, there isn't a valid one.<br>
><br>
<br>
</span>Sorry - we often come across as blunt on these mailing lists because a<br>
lot of us subscribe to a "better a short reply than no reply", and<br>
we've only got time for short replies!<br>
<br>
So here's my short reply ;) A good resource is to look at what the<br>
processing algorithms and unit tests do . In this case look at:<br>
<br>
<a href="https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/qgis/ShortestPathPointToPoint.py" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>blob/master/python/plugins/<wbr>processing/algs/qgis/<wbr>ShortestPathPointToPoint.py</a><br>
<br>
Which more or less gives a complete working example of how to use these classes.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nyall<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></div></div></blockquote></div><br></div>