we'r Chinese Pythoner, translate docs.python.org/py3k
    http://readthedocs.org/docs/docspy3zh/en/latest/
the .rst source is split from
    http://python.org/ftp/python/3.2.2/Python-3.2.2.tar.bz2
copy the Doc directory as:
    http://bitbucket.org/ZoomQuiet/obp.docs-py3-zh

so the trouble is,we appended categories pages all lost pre.link !
- the originality categories, e.g:
    http://readthedocs.org/docs/docspy3zh/en/latest/tutorial/appetite.html
    in templet :
    {% if prev %}
        <a href="{{ prev.link|e }}">{{ prev.title }}</a>
    is working;
- but esp. for the Chinese Developer,we appened some categories, e.g:
    http://readthedocs.org/docs/docspy3zh/en/latest/translation/index.html
    {% if prev %} is gone?!
    it look like docs.python.org make highly custom for sphinx in tools/
    https://bitbucket.org/ZoomQuiet/obp.docs-py3-zh/src/0cf606f34c08/tools
    but now ,i not understand yet;
- in others projects,i start with sphinx-quickstart
    - just collection some .rst into one sub folder
    - make one index.rst usage  .. toctree:: point all the other .rst
    - so sphinx smart generating pre and next link
    - e.g. http://readthedocs.org/docs/taoc-zh/en/latest/ch01/index.html

so what can i fixed now?
thanx for any suggest ;-)



-- 
人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦!
俺: http://about.me/zoom.quiet
文字协议: http://creativecommons.org/licenses/by-sa/2.5/cn/

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to