On Nov 26, 2006, at 12:33pm, Kalle Olavi Niemitalo writes: >Thanks; committed as 0c1ba7306f4175c65baad77595f7854bafe6d67e. > >However, doc/Makefile does not yet do anything with python.txt. >"make install-doc" converts many other documents to HTML or PDF >and installs them. As python.txt is apparently intended to be >read by users, I think it should be installed in some format.
That makes sense. >Would it be better to install the file as is, or can it be >converted to HTML somehow? Good question. I formatted it to resemble output from the pydoc program (and the interactive Python interpreter's help system) so it would have the look of other Python API documentation that should be familiar to many Python programmers; installing it as-is may be suitable for that target audience. But if it would be preferable to conform to the look of the rest of the ELinks docs then perhaps I should rework doc/python.txt (and contrib/python/elinks_maint.py) to use AsciiDoc markup instead? _______________________________________________ elinks-dev mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-dev
