[pgrouting-users] Updated the documentation

Hi All,

I just updated the documentation for pgRouting 2.0

http://imaptools.com:8081/pgr2-doc/doc/index.html

This is my local build url, it won't show up on the pgrouting site unto Daniel has a change to push it there.

Anyway, I have added a short paragraph to the Synopsis section on each of the algorithm pages to describe what the function does with a goal to making it easier to understand what each is useful for. I also added a link to wikipedia page for each algorithm to make it easier for people to read about the technology.

Comments, bugs, etc welcome.

Thanks,
   -Steve

On 14/07/13 21:56, Stephen Woodbridge wrote:

hi Steve,

How do you want bugs report in the new documentation? An email or a formal bug report quoting which document reference?

There is a minor fault in the documentation for the TSP

http://imaptools.com:8081/pgr2-doc/src/tsp/doc/index.html

The sequance

SELECT seq, id FROM pgr_tsp('{{0,1,3,3},{1,0,2,2},{3,2,0,2},{3,2,2,0}}',1,2);

  seq | id
-----+----
    0 | 3
    1 | 0
    2 | 1
    3 | 2
(4 rows)

Should be

SELECT seq, id FROM pgr_tsp('{{0,1,3,3},{1,0,2,2},{3,2,0,2},{3,2,2,0}}',1,2);
  seq | id
-----+----
    0 | 1
    1 | 0
    2 | 3
    3 | 2
(4 rows)

Dave.

Hi All,

I just updated the documentation for pgRouting 2.0

http://imaptools.com:8081/pgr2-doc/doc/index.html

This is my local build url, it won't show up on the pgrouting site unto Daniel has a change to push it there.

Anyway, I have added a short paragraph to the Synopsis section on each of the algorithm pages to describe what the function does with a goal to making it easier to understand what each is useful for. I also added a link to wikipedia page for each algorithm to make it easier for people to read about the technology.

Comments, bugs, etc welcome.

Thanks,
  -Steve
_______________________________________________
Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

Dave,

Thanks!, while fixing this I noticed that the example with a sql statement needed to be updated also. So, done and done and pushed.

Email or tickets are fine. I'm watching both.

-Steve

On 7/15/2013 4:28 AM, Dave Potts wrote:

On 14/07/13 21:56, Stephen Woodbridge wrote:

hi Steve,

How do you want bugs report in the new documentation? An email or a
formal bug report quoting which document reference?

There is a minor fault in the documentation for the TSP

http://imaptools.com:8081/pgr2-doc/src/tsp/doc/index.html

The sequance

SELECT seq, id FROM
pgr_tsp('{{0,1,3,3},{1,0,2,2},{3,2,0,2},{3,2,2,0}}',1,2);

  seq | id
-----+----
    0 | 3
    1 | 0
    2 | 1
    3 | 2
(4 rows)

Should be

SELECT seq, id FROM
pgr_tsp('{{0,1,3,3},{1,0,2,2},{3,2,0,2},{3,2,2,0}}',1,2);
  seq | id
-----+----
    0 | 1
    1 | 0
    2 | 3
    3 | 2
(4 rows)

Dave.

Hi All,

I just updated the documentation for pgRouting 2.0

http://imaptools.com:8081/pgr2-doc/doc/index.html

This is my local build url, it won't show up on the pgrouting site
unto Daniel has a change to push it there.

Anyway, I have added a short paragraph to the Synopsis section on each
of the algorithm pages to describe what the function does with a goal
to making it easier to understand what each is useful for. I also
added a link to wikipedia page for each algorithm to make it easier
for people to read about the technology.

Comments, bugs, etc welcome.

Thanks,
  -Steve
_______________________________________________
Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users

_______________________________________________
Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-users