From 0f2462ccf66976e4f49fcdfe69337eac87d7ba15 Mon Sep 17 00:00:00 2001 From: Rui KUBO Date: Fri, 14 Feb 2014 17:23:40 +0900 Subject: [PATCH] update book title --- ja/source/conf.py | 28 ++++++++++++++-------------- ja/source/index.rst | 4 ++-- ja/source/packet_lib.rst | 2 ++ 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/ja/source/conf.py b/ja/source/conf.py index 1fabcc0..ae6b318 100644 --- a/ja/source/conf.py +++ b/ja/source/conf.py @@ -40,17 +40,17 @@ master_doc = 'index' # General information about the project. -project = u'Ryu book' -copyright = u'2014, Ryuプロジェクト' +project = 'Ryubook' +copyright = '2014, RYU project team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.1' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -270,8 +270,8 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Ryubook.tex', u'RyuによるOpenFlowプログラミング', - u'Ryuプロジェクト', 'manual'), + ('index', 'Ryubook.tex', 'RYU SDN Framework', + 'RYU project team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -303,8 +303,8 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'ryubook', u'RyuによるOpenFlowプログラミング', - [u'Ryuプロジェクト'], 1) + ('index', 'ryubook', 'RYU SDN Framework', + ['RYU project team'], 1) ] # If true, show URL addresses after external links. @@ -317,8 +317,8 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'Ryubook', u'RyuによるOpenFlowプログラミング', - u'Ryuプロジェクト', 'Ryubook', 'One line description of project.', + ('index', 'Ryubook', 'RYU SDN Framework', + 'RYU project team', 'Ryubook', 'RYU SDN Framework', 'Miscellaneous'), ] @@ -335,10 +335,10 @@ # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'RyuによるOpenFlowプログラミング' -epub_author = u'Ryuプロジェクト' -epub_publisher = u'Ryuプロジェクト' -epub_copyright = u'2014, Ryuプロジェクト' +epub_title = 'RYU SDN Framework' +epub_author = 'RYU project team' +epub_publisher = 'RYU project team' +epub_copyright = '2014, RYU project team' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/ja/source/index.rst b/ja/source/index.rst index 2afddc6..d861eb4 100644 --- a/ja/source/index.rst +++ b/ja/source/index.rst @@ -3,8 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -RyuによるOpenFlowプログラミング -=============================== +RYU SDN Framework +================= .. toctree:: :maxdepth: 2 diff --git a/ja/source/packet_lib.rst b/ja/source/packet_lib.rst index d0e6f7c..4c51cfa 100644 --- a/ja/source/packet_lib.rst +++ b/ja/source/packet_lib.rst @@ -1,3 +1,5 @@ +.. _ch_packet_lib: + パケットライブラリ ==================