Skip to content

Commit

Permalink
补图,移除链接的图标
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Apr 8, 2018
1 parent 6c94b15 commit 1dd6f35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
#
html_theme_options = {
"roottarget": "index",
"logotarget": "_static/logo.png"
"logotarget": "_static/logo.png",
"externalrefs": False
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
3 changes: 0 additions & 3 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ xresloader文档
* 提供GUI批量转换工具(支持Windows、macOS、Linux)
* CLI/GUI批量转换工具支持include来实现配置复用

同时为了方便开发者在不同的开发环境和平台中使用同一份配置, `xresloader`_ 还提供了把协议里的某些枚举量导出成协议层所没有原生支持的代码的功能。
比如,我们可以把protobuf描述的枚举类型导出成 ``json`` 或者 ``lua`` 代码,方便项目中使用。

+----------------------------------------------+--------------------------------------------------------------------------------------+
| 构建环境 | Linux (Oracle JDK 8) |
+==============================================+======================================================================================+
Expand Down
8 changes: 8 additions & 0 deletions source/users/xresconv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
前者用于服务器和客户端发布流程的集成,后者主要提供给临时转表和策划验证数据时可以拿来转出部分数据。
这两个工具都以 `批量转表配置模板仓库-xresconv-conf <xresconv-conf>`_ 中的配置为配置规范。

.. image:: ../_static/users/quick_start_cli_sample.png

以上为 `命令行批量转表工具-xresconv-cli <xresconv-cli>`_ 的输出示例。

.. image:: ../_static/users/quick_start_gui_sample.png

以上为 `GUI批量转表工具-xresconv-gui <xresconv-gui>`_ 的输出示例。

我们在 :ref:`快速上手-配置批量转表配置文件 <quick-start-configure-sheme>` 章节里也提供了一个简单的例子:

.. literalinclude:: ../sample/quick_start/sample-conf/sample.xml
Expand Down

0 comments on commit 1dd6f35

Please sign in to comment.