Skip to content

Commit b43e218

Browse files
committed
Merge remote-tracking branch 'origin/master' into ja
2 parents e951485 + deb0573 commit b43e218

File tree

7 files changed

+48
-48
lines changed

7 files changed

+48
-48
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Python ヒッチハイク・ガイド へようこそ。
1616
.. **This is a living, breathing guide.** If you'd like to contribute,
1717
.. `fork us on GitHub <https://github.com/kennethreitz/python-guide>`_!
1818
19-
**このガイドは生きています** 貢献したい場合は `GitHub で fork <https://github.com/kennethreitz/python-guide>`_ してください!
19+
**これは生きて呼吸をしているガイドです** 貢献したい場合は `GitHub で fork <https://github.com/kennethreitz/python-guide>`_ してください!
2020

2121
.. This handcrafted guide exists to provide both novice and expert Python
2222
.. developers a best practice handbook to the installation, configuration, and

docs/starting/install/osx.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ OS X に同梱されている Python のバージョンは学習には最適で
3131
.. Doing it Right
3232
.. --------------
3333
34-
正しく行う
35-
----------
34+
正しい方法でやりましょう
35+
-------------------
3636

3737
.. Let's install a real version of Python.
3838
@@ -73,7 +73,7 @@ OS X には多数の UNIX ユーティリティが付属していますが、Lin
7373
.. To `install Homebrew <http://brew.sh/#install>`_, open :file:`Terminal` or
7474
.. your favorite OSX terminal emulator and run
7575
76-
`Homebrew をインストールする <http://brew.sh/#install>`_ には :file:`Terminal` かお気に入りのOSX端末エミュレータを起動して実行してください
76+
`Homebrew をインストールする <http://brew.sh/#install>`_ には :file:`Terminal` かお気に入りのOSX端末エミュレータを起動して実行してください
7777

7878
.. code-block:: console
7979
@@ -85,23 +85,23 @@ OS X には多数の UNIX ユーティリティが付属していますが、Lin
8585
.. of your :envvar:`PATH` environment variable. You can do this by adding the following
8686
.. line at the bottom of your :file:`~/.profile` file
8787
88-
スクリプトは、インストールの開始前にどのような変更が行われ、プロンプトを表示するかを説明します。 Homebrew をインストールした後、:envvar:`PATH` 環境変数の先頭に Homebrew ディレクトリを挿入します。これを行うには、:file:`~/.profile` ファイルの一番下に次の行を追加します
88+
スクリプトは、インストールの開始前にどのような変更が行われ、プロンプトを表示するかを説明します。 Homebrew をインストールした後、:envvar:`PATH` 環境変数の先頭に Homebrew ディレクトリを挿入します。これを行うには、:file:`~/.profile` ファイルの一番下に次の行を追加します
8989

9090
.. code-block:: console
9191
9292
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
9393
9494
.. Now, we can install Python 2.7:
9595
96-
今、Python 2.7 をインストールできます:
96+
Python 2.7:
9797

9898
.. code-block:: console
9999
100100
$ brew install python
101101
102102
.. or Python 3:
103103
104-
または Python 3:
104+
または Python 3 をインストールできます:
105105

106106
.. code-block:: console
107107
@@ -145,7 +145,7 @@ Setuptools を使うと、単一のコマンド(``easy_install``)を使って、
145145
.. "Project X depends on version 1.x but, Project Y needs 4.x" dilemma, and keeps
146146
.. your global site-packages directory clean and manageable.
147147
148-
仮想環境(一般に 'virtualenv' と呼ばれる)は、異なるプロジェクトが必要とする依存関係を別々の場所に保存するためのツールです。 「Project Xはバージョン1.xに依存しますが、Project Yは4.xが必要です」というジレンマを解決し、グローバルなサイトパッケージディレクトリをきれいに管理します。
148+
仮想環境(一般に 'virtualenv' と呼ばれます)は、異なるプロジェクトが必要とする依存関係を別々の場所に保存するためのツールです。 「Project Xはバージョン1.xに依存しますが、Project Yは4.xが必要です」というジレンマを解決し、グローバルなサイトパッケージディレクトリをきれいに管理します。
149149

150150
.. For example, you can work on a project which requires Django 1.10 while also
151151
.. maintaining a project which requires Django 1.8.
@@ -154,7 +154,7 @@ Setuptools を使うと、単一のコマンド(``easy_install``)を使って、
154154

155155
.. To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
156156
157-
これを使い始め、さらに詳しい情報を参照する :ref:`Virtual Environments <virtualenvironments-ref>` docs。
157+
これを使い始め、さらに詳しい情報はこちらを参照: :ref:`Virtual Environments <virtualenvironments-ref>` docs。
158158

159159
--------------------------------
160160

docs/starting/install/win.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WindowsでのPythonのインストール
1111
.. up-to-date version, click the Downloads > Windows link from the home page of the
1212
.. `Python.org web site <http://python.org>`_ .
1313
14-
まず、`Python 2.7の最新バージョン <https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi>`_ を公式サイトからダウンロードしてください。完全に最新のバージョンをインストールしたい場合は、`Python.orgのWebサイト <http://python.org>`_ のホームページからDownloads> Windowsのリンクをクリックしてください。
14+
まず、`Python 2.7の最新バージョン <https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi>`_ を公式サイトからダウンロードしてください。完全に最新のバージョンをインストールしたい場合は、`Python.orgのWebサイト <http://python.org>`_ のホームページからDownloads > Windowsのリンクをクリックしてください。
1515

1616
.. The Windows version is provided as an MSI package. To install it manually, just
1717
.. double-click the file. The MSI package format allows Windows administrators to
@@ -73,7 +73,7 @@ Setuptools + Pip
7373
.. To obtain the latest version of Setuptools for Windows, run the Python script
7474
.. available here: `ez_setup.py <https://bootstrap.pypa.io/ez_setup.py>`_
7575
76-
Windows用のSetuptoolsの最新版を入手するには、Pythonスクリプトを実行してください: `ez_setup.py <https://bootstrap.pypa.io/ez_setup.py>`_
76+
Windows用のSetuptoolsの最新版を入手するには、ここの利用できるPythonスクリプトを実行してください: `ez_setup.py <https://bootstrap.pypa.io/ez_setup.py>`_
7777

7878

7979
.. You'll now have a new command available to you: **easy_install**. It is
@@ -86,7 +86,7 @@ Windows用のSetuptoolsの最新版を入手するには、Pythonスクリプト
8686
.. To install pip, run the Python script available here:
8787
.. `get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
8888
89-
pipをインストールするには、Pythonスクリプトを実行してください: `get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
89+
pipをインストールするには、ここの利用できるPythonスクリプトを実行してください: `get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
9090

9191

9292
.. Virtual Environments

docs/starting/install3/osx.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ OS Xに同梱されているPythonのバージョンは学習には最適です
2525
.. Doing it Right
2626
.. --------------
2727
28-
そうすること
29-
------------
28+
正しい方法でやりましょう
29+
-------------------
3030

3131
.. Let's install a real version of Python.
3232
@@ -64,7 +64,7 @@ OS Xには多数のUNIXユーティリティが付属していますが、Linux
6464
.. To `install Homebrew <http://brew.sh/#install>`_, open :file:`Terminal` or
6565
.. your favorite OSX terminal emulator and run
6666
67-
`Homebrew <http://brew.sh/#install>`_ をインストールするには :file:`Terminal` かお気に入りのOSX端末エミュレータを起動して実行してください
67+
`Homebrew <http://brew.sh/#install>`_ をインストールするには :file:`Terminal` かお気に入りのOSX端末エミュレータを起動して実行してください
6868

6969
.. code-block:: console
7070
@@ -76,15 +76,15 @@ OS Xには多数のUNIXユーティリティが付属していますが、Linux
7676
.. of your :envvar:`PATH` environment variable. You can do this by adding the following
7777
.. line at the bottom of your :file:`~/.profile` file
7878
79-
スクリプトは、インストールの開始前にどのような変更が行われ、プロンプトを表示するかを説明します。 Homebrewをインストールした後、:envvar:`PATH` 環境変数の先頭にHomebrewディレクトリを挿入します。 これを行うには、:file:`~/.profile` ファイルの一番下に次の行を追加します
79+
スクリプトは、インストールの開始前にどのような変更が行われ、プロンプトを表示するかを説明します。 Homebrewをインストールした後、:envvar:`PATH` 環境変数の先頭にHomebrewディレクトリを挿入します。 これを行うには、:file:`~/.profile` ファイルの一番下に次の行を追加します
8080

8181
.. code-block:: console
8282
8383
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
8484
8585
.. Now, we can install Python 3:
8686
87-
今、Python 3をインストールすることができます:
87+
Python 3をインストールすることができます:
8888

8989
.. code-block:: console
9090
@@ -125,15 +125,15 @@ Python 3を使って作業する
125125
126126
.. will launch the Python 2 interpreter.
127127
128-
Python 2インタプリタを起動します。
128+
で、Python 2インタプリタを起動します。
129129

130130
.. code-block:: console
131131
132132
$ python3
133133
134134
.. will launch the Python 3 interpreter
135135
136-
Python 3インタプリタを起動する
136+
で、Python 3インタプリタを起動します。
137137

138138
.. ``pip3`` and ``pip`` will both be available. If the Homebrew version of Python
139139
.. 2 is not installed, they will be the same. If the Homebrew version of Python 2
@@ -155,7 +155,7 @@ Python 3インタプリタを起動する
155155
.. version 1.x but, Project Y needs 4.x" dilemma, and keeps your global
156156
.. site-packages directory clean and manageable.
157157
158-
仮想環境(一般に 'virtualenv'と呼ばれる)は、異なるプロジェクトが必要とする依存関係を別々の場所に保存するためのツールです。 「Project Xはバージョン1.xに依存しますが、Project Yは4.xが必要です」というジレンマを解決し、グローバルなサイトパッケージディレクトリをきれいに管理します。
158+
仮想環境(一般に 'virtualenv'と呼ばれます)は、異なるプロジェクトが必要とする依存関係を別々の場所に保存するためのツールです。 「Project Xはバージョン1.xに依存しますが、Project Yは4.xが必要です」というジレンマを解決し、グローバルなサイトパッケージディレクトリをきれいに管理します。
159159

160160
.. For example, you can work on a project which requires Django 1.10 while also
161161
.. maintaining a project which requires Django 1.8.
@@ -164,7 +164,7 @@ Python 3インタプリタを起動する
164164

165165
.. To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
166166
167-
これを使い始め、さらに詳しい情報を参照する :ref:`Virtual Environments <virtualenvironments-ref>` docs。
167+
これを使い始め、さらに詳しい情報はこちらを参照: :ref:`Virtual Environments <virtualenvironments-ref>` docs。
168168

169169
--------------------------------
170170

docs/starting/which-python.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Pythonインタプリタを選択するときには、"Python 2 または Python
5454
5555
- 新しい Python アプリケーションは Python 3 を使用します。
5656
- Python を初めて学ぶなら、Python 2.7 を身近に感じることは非常に大切ですが、Python 3 を学ぶことよりも有用ではありません。
57-
- 両方を学びます。 どちらも "Python" です。
57+
- 両方を学ぶ。 どちらも "Python" です。
5858
- 既に構築されているソフトウェアは Python 2.7 に依存していることが多いです。
5959
- 新しいオープンソースの Python ライブラリを作成している場合は、Python 2 と Python 3 の両方を同時に作成することをお勧めします。 新しいライブラリのために Python 3 を広くサポートしたいのは政治的なものであり、多くのユーザを疎外させます。 これは問題ではありません。ゆっくりと、今後3年間で、このケースは少なくなります。
6060

@@ -144,7 +144,7 @@ PyPyは、パフォーマンスを向上させながら、リファレンス CPy
144144
.. worth giving PyPy a try. On a suite of benchmarks, it's currently `over 5 times
145145
.. faster than CPython <http://speed.pypy.org/>`_.
146146
147-
Python コードのパフォーマンスを向上させたい場合は、PyPy を試してみる価値があります。 一連のベンチマークでは、現在、`CPythonより5倍以上高速 <http://speed.pypy.org/>`_ です。
147+
Python コードのパフォーマンスを向上させたい場合は、PyPy を試してみる価値があります。 一連のベンチマークでは、現在、`CPythonより 5倍以上高速 <http://speed.pypy.org/>`_ です。
148148

149149
.. PyPy supports Python 2.7. PyPy3 [#pypy_ver]_, released in beta, targets Python 3.
150150
@@ -197,7 +197,7 @@ PythonNet
197197
.. inverse approach to that taken by IronPython (see above), to which it
198198
.. is more complementary than competing with.
199199
200-
`Python for .NET <http://pythonnet.github.io/>`_ は、ネイティブにインストールされた Python インストールを .NET Common Language Runtime(CLR)にシームレスに統合するパッケージです。 これは IronPython(上記を参照)とは逆のアプローチであり、これは競合するよりも補完的です
200+
`Python for .NET <http://pythonnet.github.io/>`_ は、ネイティブにインストールされた Python インストールを .NET Common Language Runtime(CLR)にシームレスに統合するパッケージです。 これは IronPython(上記を参照)とは逆のアプローチであり、これは競合するというよりも補完的です
201201

202202
.. In conjunction with Mono, pythonnet enables native Python
203203
.. installations on non-Windows operating systems, such as OS X and

0 commit comments

Comments
 (0)