-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
223 lines (207 loc) · 10 KB
/
other.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>その他の機能 — fujiken_doc v0.9 ドキュメント</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bizstyle.css" />
<link rel="stylesheet" type="text/css" href="_static/jupyter-sphinx.css" />
<link rel="stylesheet" type="text/css" href="_static/thebelab.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/thebelab-helper.js"></script>
<script src="_static/translations.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="https://unpkg.com/@jupyter-widgets/html-manager@^0.20.0/dist/embed-amd.js"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"TeX": {"Macros": {"bm": ["{\\boldsymbol{#1}}", 1]}}})</script>
<script src="_static/bizstyle.js"></script>
<link rel="index" title="索引" href="genindex.html" />
<link rel="search" title="検索" href="search.html" />
<link rel="prev" title="段落" href="hierarchy.html" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!--[if lt IE 9]>
<script src="_static/css3-mediaqueries.js"></script>
<![endif]-->
</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="hierarchy.html" title="段落"
accesskey="P">前へ</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">fujiken_doc v0.9 ドキュメント</a> »</li>
<li class="nav-item nav-item-this"><a href="">その他の機能</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="id1">
<h1>その他の機能<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
<section id="id2">
<h2>テーブル<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
<table class="docutils align-default">
<colgroup>
<col style="width: 29%" />
<col style="width: 29%" />
<col style="width: 41%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>A</p></th>
<th class="head"><p>B</p></th>
<th class="head"><p>A and B</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>False</p></td>
<td><p>False</p></td>
<td><p>False</p></td>
</tr>
<tr class="row-odd"><td><p>True</p></td>
<td><p>False</p></td>
<td><p>False</p></td>
</tr>
<tr class="row-even"><td><p>False</p></td>
<td><p>True</p></td>
<td><p>False</p></td>
</tr>
<tr class="row-odd"><td><p>True</p></td>
<td><p>True</p></td>
<td><p>True</p></td>
</tr>
</tbody>
</table>
</section>
<section id="id3">
<h2>脚注<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
<p>これは 脚注 <a class="footnote-reference brackets" href="#id5" id="id4">1</a> です。</p>
<dl class="footnote brackets">
<dt class="label" id="id5"><span class="brackets"><a class="fn-backref" href="#id4">1</a></span></dt>
<dd><p>本文の下の方につける注記</p>
</dd>
</dl>
</section>
<section id="id6">
<h2>数式<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
<p>数式を有効にするには、<code class="docutils literal notranslate"><span class="pre">conf.py</span></code> に <code class="docutils literal notranslate"><span class="pre">sphinx.ext.mathjax</span></code> という拡張モジュールを追加する必要があります。以下のような感じです。モジュールを有効にすれば、LaTeX で数式を記述することができます。</p>
<div class="literal-block-wrapper docutils container" id="id8">
<div class="code-block-caption"><span class="caption-text">conf.py</span><a class="headerlink" href="#id8" title="このコードへのパーマリンク">¶</a></div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># Add any Sphinx extension module names here, as strings. They can be</span>
<span class="c1"># extensions coming with Sphinx (named 'sphinx.ext.*') or your custom</span>
<span class="c1"># ones.</span>
<span class="n">extensions</span> <span class="o">=</span> <span class="p">[</span><span class="s1">'sphinx.ext.mathjax'</span>
<span class="p">]</span>
</pre></div>
</div>
</div>
<p><cite>N</cite> 個の整数 <span class="math notranslate nohighlight">\(d[0], d[1], \dots, d[N-1]\)</span> が与えられます。これは数式のサンプルです。</p>
</section>
<section id="todo">
<h2>TODO<a class="headerlink" href="#todo" title="このヘッドラインへのパーマリンク">¶</a></h2>
<p>TODOも拡張モジュール <code class="docutils literal notranslate"><span class="pre">sphinx.ext.todo</span></code> を有効にすると記述できるようになります。あとでやりたいことを残しておくときに便利ですね。</p>
<div class="literal-block-wrapper docutils container" id="id9">
<div class="code-block-caption"><span class="caption-text">conf.py</span><a class="headerlink" href="#id9" title="このコードへのパーマリンク">¶</a></div>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span># Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.mathjax', 'sphinx.ext.todo'
]
[extensions]
todo_include_todos = True
</pre></div>
</div>
</div>
<div class="admonition-todo admonition" id="id7">
<p class="admonition-title">課題</p>
<p>これは TODO なので、後ほど調査する</p>
</div>
<p>TODOを表示する場所も選ぶことができます。今回は index ページに記載しておきましょう。表示させたい場所に <code class="docutils literal notranslate"><span class="pre">`</span> <span class="pre">..</span> <span class="pre">todolist::</span> <span class="pre">`</span></code> と記述しておけばよいです。</p>
<div class="highlight-rest notranslate"><div class="highlight"><pre><span></span><span class="cp">.. sample-project documentation master file, created by</span>
sphinx-quickstart on Mon Jul 8 22:38:47 2019.
You can adapt this file completely to your liking, but it should at least
contain the root <span class="nv">`toctree`</span> directive.
<span class="gh">Welcome to sample-project's documentation!</span>
<span class="gh">==========================================</span>
<span class="p">..</span> <span class="ow">toctree</span><span class="p">::</span>
<span class="nc">:maxdepth:</span> 2
<span class="nc">:caption:</span> Contents:
hello
hierarchy
code
other
<span class="gh">Indices and tables</span>
<span class="gh">==================</span>
<span class="m">*</span> <span class="na">:ref:</span><span class="nv">`genindex`</span>
<span class="m">*</span> <span class="na">:ref:</span><span class="nv">`modindex`</span>
<span class="m">*</span> <span class="na">:ref:</span><span class="nv">`search`</span>
</pre></div>
</div>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">目次</a></h3>
<ul>
<li><a class="reference internal" href="#">その他の機能</a><ul>
<li><a class="reference internal" href="#id2">テーブル</a></li>
<li><a class="reference internal" href="#id3">脚注</a></li>
<li><a class="reference internal" href="#id6">数式</a></li>
<li><a class="reference internal" href="#todo">TODO</a></li>
</ul>
</li>
</ul>
<h4>前のトピックへ</h4>
<p class="topless"><a href="hierarchy.html"
title="前の章へ">段落</a></p>
<div role="note" aria-label="source link">
<h3>このページ</h3>
<ul class="this-page-menu">
<li><a href="_sources/other.rst.txt"
rel="nofollow">ソースコードを表示</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">クイック検索</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="検索" />
</form>
</div>
</div>
<script>$('#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="hierarchy.html" title="段落"
>前へ</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">fujiken_doc v0.9 ドキュメント</a> »</li>
<li class="nav-item nav-item-this"><a href="">その他の機能</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2021, fujiken.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.0.2.
</div>
</body>
</html>