-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
175 lines (159 loc) · 8.67 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>このドキュメントについて — Python 2.7.14 ドキュメント</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '2.7.14',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/translations.js"></script>
<script type="text/javascript" src="_static/sidebar.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Python 2.7.14 ドキュメント 内を検索"
href="_static/opensearch.xml"/>
<link rel="author" title="このドキュメントについて" href="#" />
<link rel="index" title="索引" href="genindex.html" />
<link rel="search" title="検索" href="search.html" />
<link rel="copyright" title="Copyright" href="copyright.html" />
<link rel="next" title="バグを報告する" href="bugs.html" />
<link rel="prev" title="用語集" href="glossary.html" />
<link rel="shortcut icon" type="image/png" href="_static/py.png" />
<link rel="canonical" href="https://docs.python.jp/3/about.html" />
<script type="text/javascript" src="_static/copybutton.js"></script>
<script type="text/javascript" src="_static/_jp.js"></script>
<script type="text/javascript" src="_static/version_switch.js"></script>
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>ナビゲーション</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="総索引"
accesskey="I">索引</a></li>
<li class="right" >
<a href="py-modindex.html" title="Pythonモジュール索引"
>モジュール</a> |</li>
<li class="right" >
<a href="bugs.html" title="バグを報告する"
accesskey="N">次へ</a> |</li>
<li class="right" >
<a href="glossary.html" title="用語集"
accesskey="P">前へ</a> |</li>
<li><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="http://www.python.jp/">Python</a> »</li>
<li>
<span class="version_switcher_placeholder">2.7.14</span>
<a href="index.html">ドキュメント</a> »
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="about-these-documents">
<h1>このドキュメントについて<a class="headerlink" href="#about-these-documents" title="このヘッドラインへのパーマリンク">¶</a></h1>
<p>このドキュメントは、 Python のドキュメントを主要な目的として作られた ドキュメントプロセッサの <a class="reference external" href="http://sphinx-doc.org/">Sphinx</a> を利用して、 <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> 形式のソースから生成されました。</p>
<p>ドキュメントとそのツールセットの開発は、Python 自身と同様に完全にボランティアの努力です。もしあなたが貢献したいなら、どのようにすればよいかについて <a class="reference internal" href="bugs.html#reporting-bugs"><span class="std std-ref">バグを報告する</span></a> ページをご覧下さい。 新しいボランティアはいつでも歓迎です!</p>
<p>多大な感謝を:</p>
<ul class="simple">
<li>Fred L. Drake, Jr., オリジナルの Python ドキュメントツールセットの作成者で、ドキュメントの多くを書きました。</li>
<li><a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> プロジェクト. reStructuredText と docutils ツールセットを作成しました。</li>
<li>Fredrik Lundh の <a class="reference external" href="http://effbot.org/zone/pyref.htm">Alternative Python Reference</a> プロジェクトから Sphinx は多くのアイデアを得ました。</li>
</ul>
<div class="section" id="contributors-to-the-python-documentation">
<h2>Pythonドキュメント 貢献者<a class="headerlink" href="#contributors-to-the-python-documentation" title="このヘッドラインへのパーマリンク">¶</a></h2>
<p>多くの方々が Python 言語、Python 標準ライブラリ、そして Python ドキュメンテーションに貢献してくれています。ソース配布物の <a class="reference external" href="https://github.com/python/cpython/tree/2.7/Misc/ACKS">Misc/ACKS</a> に、それら貢献してくれた人々を部分的にではありますがリストアップしてあります。</p>
<p>Python コミュニティからの情報提供と貢献がなければこの素晴らしいドキュメンテーションは生まれませんでした – ありがとう!</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="contents.html">目次</a></h3>
<ul>
<li><a class="reference internal" href="#">このドキュメントについて</a><ul>
<li><a class="reference internal" href="#contributors-to-the-python-documentation">Pythonドキュメント 貢献者</a></li>
</ul>
</li>
</ul>
<h4>前のトピックへ</h4>
<p class="topless"><a href="glossary.html"
title="前の章へ">用語集</a></p>
<h4>次のトピックへ</h4>
<p class="topless"><a href="bugs.html"
title="次の章へ">バグを報告する</a></p>
<h3>このページ</h3>
<ul class="this-page-menu">
<li><a href="bugs.html">バグ報告</a></li>
<li><a href="https://github.com/python/cpython/blob/2.7/Doc/about.rst"
rel="nofollow">ソースの表示</a>
</li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3>クイック検索</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="検索" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>ナビゲーション</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="総索引"
>索引</a></li>
<li class="right" >
<a href="py-modindex.html" title="Pythonモジュール索引"
>モジュール</a> |</li>
<li class="right" >
<a href="bugs.html" title="バグを報告する"
>次へ</a> |</li>
<li class="right" >
<a href="glossary.html" title="用語集"
>前へ</a> |</li>
<li><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="http://www.python.jp/">Python</a> »</li>
<li>
<span class="version_switcher_placeholder">2.7.14</span>
<a href="index.html">ドキュメント</a> »
</li>
</ul>
</div>
<div class="footer">
© <a href="copyright.html">Copyright</a> 1990-2018, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト).
<br />
Python Software Foundation は非営利団体です。
<a href="https://www.python.org/psf/donations/">寄付</a>
<br />
最終更新日時: 2018-07-29
<a href="bugs.html">バグを見つけたら</a>?
<br />
このドキュメントは <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.5 を使って作成されました。
</div>
</body>
</html>