Hi Fujita

Thanks for reply.

Please do NOT patch now because I found some document are not build
correctly(ex. English version "Getting Start" are not shown in html)

I'll fix it as soon as possible.

Also, I found that Sphinx can't find ryu library while it is building the
doc:

...
/Users/takeshi/SDN/ryu/doc/source/en/ofproto_v1_4_ref.rst:525: WARNING:
autodoc: failed to import class 'OFPActionExperimenter' from module
'ryu.ofproto.ofproto_v1_4_parser'; the following exception was raised:
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line
385, in import_object
    __import__(self.modname)
  File "/Users/takeshi/SDN/ryu/ryu/ofproto/__init__.py", line 21, in
<module>
    from ryu.ofproto import ofproto_protocol
  File "/Users/takeshi/SDN/ryu/ryu/ofproto/ofproto_protocol.py", line 17,
in <module>
    from ryu.ofproto import ofproto_v1_0
ImportError: cannot import name 'ofproto_v1_0'
...

I don't know how can I fix it because I already install (use setup.py) ryu
in my computer

--
Yi

2015-07-24 13:26 GMT+08:00 FUJITA Tomonori <[email protected]>:

> On Fri, 24 Jul 2015 01:48:15 +0800
> Yi Tseng <[email protected]> wrote:
>
> > I'm working on translate online document to Traditional Chinese version
>
> Great!
>
> > I change Makefile so that you can change language with additional
> parameter
> > https://github.com/TakeshiTseng/ryu/commit/880836e
> > https://github.com/TakeshiTseng/ryu/commit/2527691
>
> All I care about is breakage of the existing stuff. Looks like the
> change doesn't break readthedocs.org but how about the distribution
> packaging?
>
> > Also I split different language into different folder(en, zh....)
> > https://github.com/TakeshiTseng/ryu/tree/zhdoc/doc/source
> >
> > For auto generate document(from python doc)
> > I think I'll not translate this right now and I'll figure out if there is
> > better way to translate these documents( Maybe just copy from python
> code?)
> >
> > I just finish few translation(titles for every chapters, about ryu, write
> > first app)
> >
> > Should I send patch after I finish *all* translation or maybe I can send
> a
> > patch when I finish some chapters?(ex: Components of Ryu
> > <http://ryu.readthedocs.org/en/latest/components.html>, Ryu application
> API
> > <http://ryu.readthedocs.org/en/latest/ryu_app_api.html>...)
> >
> > By the way, attached file is my patch if you think it's OK to patch now.
>
> Applying the half-backed work is fine by me.
>
>


-- 
Yi Tseng (a.k.a Takeshi)
Taiwan National Chiao Tung University
Department of Computer Science
W2CNLab
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to