mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Phoenix:
- Add hyperlinks to external references (such as threading, code, exceptions and so on) to inheritance diagrams and sub/super classes; - Add a stub for the overview "Writing Non-English Applications"; - Better handling of `wx.lib` documentation extraction. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,9 +46,9 @@ The left location precedes the protocol in the URL string.
|
||||
|
||||
It is not used by global protocols like HTTP but it becomes handy when nesting protocols - for example you may want to access files in a ZIP archive:
|
||||
|
||||
file:archives/cpp_doc.zip#zip:reference/fopen.htm#syntax
|
||||
``file:archives/cpp_doc.zip#zip:reference/fopen.htm#syntax``
|
||||
|
||||
In this example, the protocol is "zip", right location is "reference/fopen.htm", anchor is "syntax" and left location is "file:archives/cpp_doc.zip".
|
||||
In this example, the protocol is "zip", right location is "reference/fopen.htm", anchor is "syntax" and left location is ``file:archives/cpp_doc.zip``.
|
||||
|
||||
There are two protocols used in this example: "zip" and "file".
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
.. _writing non-english applications:
|
||||
|
||||
=====================================================
|
||||
|phoenix_title| **writing Non-English Applications**
|
||||
|phoenix_title| **Writing Non-English Applications**
|
||||
=====================================================
|
||||
|
||||
This article describes how to write applications that communicate with the
|
||||
|
||||
Reference in New Issue
Block a user