← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-pkg/yade/git-trunk] Rev 4062: Correction of some broken sphinx links: yade._utils => yade.utils

 

Hello everyone,

As you might see, I tried to correct some broken links. They were defined in rst source with <yade._utils.something>, and redirected to web pages with URL like yade._utils.html#yade._utils.kineticEnergy which do not exist, leading to an "Error 404"

While other links defined with <yade.utils.__> (without underscore), leading to yade.utils.html#yade.utils.___ work

But in fact, the correct URL, e.g. for kineticEnergy, ends with
yade.utils.html#yade._utils.kineticEnergy : note the absence of underscore in the "yade.utils.html" part, while there is one underscore at the end of the URL...

So, now, the situation is a bit improved: there is no more "Error 404". Hyperlinks from kineticEnergy redirect to yade.utils.html#yade.utils.kineticEnergy (no underscore at all) This opens indeed the yade.utils module page, but do not lead to the right line (the one of kineticEnergy), because of the missing underscore at the final part of the URL...


Does someone know how to deal with these two different "yade._utils", "yade.utils" modules to define correct hyperlinks in the doc ?
(Who said "it's a detail ?" ....)

Jérôme


Le 10/07/2014 13:17, noreply@xxxxxxxxxxxxx a écrit :
------------------------------------------------------------
revno: 4062
committer: Jerome Duriez <jerome.duriez@xxxxxxxxxxxxxxx>
timestamp: Thu 2014-07-10 11:14:35 +0200
message:
   Correction of some broken sphinx links: yade._utils => yade.utils
modified:
   doc/sphinx/user.rst


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription


_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

--
Jérôme Duriez
Post-Doctorant UJF
Laboratoire 3SR
Bureau E139 - 04.56.52.86.30


References