The all_shortest_paths() docs describe the vpath and epath components in the return value, but this function actually returns vpaths and epaths (not plural).
I'm not sure what the best way is to deal with cases like this, when several related functions share a doc page. @maelle ?