Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions build/ja/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<!DOCTYPE html>

<html lang="ja">
<head>
<meta charset="utf-8" />
<title>NetworkX &#8212; NetworkX documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="icon" href="../_static/favicon.ico" />
<script id="documentation_options" data-url_root="./" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/languages.js"></script>
<script src="../_static/copyright.js"></script>
<script defer data-domain="networkx.org" src="https://views.scientific-python.org/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>

<body>
<div class="document">

<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1><img class="logo" src="../_static/networkx_logo.svg" alt="Logo"/></h1>

<blockquote>
<p>NetworkX は、複雑ネットワークの「構造・ダイナミクス・機能」の、「作成・操作・研究」のための Python パッケージです。</p>
</blockquote>

<h2>複雑ネットワークのためのソフトウェア</h2></br>
<ul class="simple">
<li> グラフ・有向グラフ・多重グラフのためのデータ構造</li>
<li> 多くの標準的なグラフアルゴリズム</li>
<li> ネットワーク構造と解析指標</li>
<li> 古典的グラフ、ランダムグラフ、合成ネットワークの生成器</li>
<li> ノードは &quot;何にでも&quot; なり得る (例: テキスト、画像、XML レコード)</li>
<li> エッジは任意のデータを保持可能(例:重み、時系列)</li>
<li> オープンソース <a href="https://raw.githubusercontent.com/networkx/networkx/master/LICENSE.txt">3-clause BSD ライセンス</a> </li>
<li> 90%以上のコードカバレッジで十分にテスト済み</li>
<li> Python による追加の利点:高速なプロトタイピング、教育が容易、マルチプラットフォーム対応</li>
</ul>

</div>
</div>
</div>

<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div class="sidebarblock">
<h2>お問い合わせ</h2>
<ul class="title">
<li><a class="reference external" href="http://groups.google.com/group/networkx-discuss/"> メーリングリスト</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx/issues"> イシュートラッカー</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx"> ソースコード</a></li>
</ul>
</div>

<div class="sidebarblock">
<h2>リリース</h2>

<div class="tile">
<h4>安定版 (<a href="https://networkx.org/documentation/stable/release/release_3.4.2.html">ノート</a>)</h4>
<a href="http://pypi.python.org/pypi/networkx">3.4.2 — 2024年 10月</a><br/>
<a href="https://networkx.org/documentation/stable/"><b>ドキュメント</b></a>
</div></br>

<div class="tile">
<h4>最新版 (<a href="https://networkx.org/documentation/latest/release/release_dev.html">ノート</a>)</h4>
<a href="https://github.com/networkx/networkx">3.5 開発版</a><br/>
<a href="https://networkx.org/documentation/latest/"><b>ドキュメント</b></a>
</div></br>

<div class="tile">
<h4><a id="other">アーカイブ</a></h4>

<ul id="versionList" style="display: none;">
<script src="../_static/docversions.js"></script>
<script type="text/javascript">
insert_version_links();
</script>
</ul>

<script type="text/javascript">
$("#other").click(function() {
$("#versionList").toggle();
});
</script>
</div></br>

<div class="tile">
<h4>言語</h4>
<select id="language-switcher" onchange="change_language()">
</select>
</div></br>
</div>
</div>
</div>
<div class="clearer"></div>
</div>

<div class="footer">
&copy;2014-<span id="copyright-year"></span>, NetworkX developers.
</div>
</body>
</html>
5 changes: 5 additions & 0 deletions build/ja/languages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"en": "English",
"es": "Spanish",
"pt": "Portuguese"
}
48 changes: 24 additions & 24 deletions build/pt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
<h1><img class="logo" src="../_static/networkx_logo.svg" alt="Logo"/></h1>

<blockquote>
<p>NetworkX is a Python package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.</p>
<p>NetworkX é um pacote Python para a criação, manipulação e estudo
da estrutura, dinâmica e funções de redes complexas.</p>
</blockquote>

<h2>Software for complex networks</h2></br>
<h2>Software para redes complexas</h2></br>
<ul class="simple">
<li> Data structures for graphs, digraphs, and multigraphs</li>
<li> Many standard graph algorithms</li>
<li> Network structure and analysis measures</li>
<li> Generators for classic graphs, random graphs, and synthetic networks</li>
<li> Nodes can be &quot;anything&quot; (e.g., text, images, XML records)</li>
<li> Edges can hold arbitrary data (e.g., weights, time-series)</li>
<li> Open source <a href="https://raw.githubusercontent.com/networkx/networkx/master/LICENSE.txt">3-clause BSD license</a> </li>
<li> Well tested with over 90% code coverage</li>
<li> Additional benefits from Python include fast prototyping, easy to teach, and multi-platform</li>
<li> Estruturas de dados para gráficos, dígrafos e multigrafos</li>
<li> Muitos algoritmos padrão para grafos</li>
<li> Estrutura de redes e medidas de análise</li>
<li> Geradores para grafos clássicos, grafos aleatórios e redes sintéticas</li>
<li> Nós podem ser &quot;qualquer coisa&quot; (por exemplo, texto, imagens, registros XML)</li>
<li> Arestas podem conter dados arbitrários (por exemplo, pesos, séries temporais)</li>
<li> Open source com <a href="https://raw.githubusercontent.com/networkx/networkx/master/LICENSE.txt">licença BSD 3 cláusulas</a> </li>
<li> Bem testado com mais de 90% de cobertura de código</li>
<li> Benefícios adicionais do Python incluem prototipagem rápida, facilidade de ensinar e suporte a várias plataformas</li>
</ul>

</div>
Expand All @@ -47,31 +47,31 @@ <h2>Software for complex networks</h2></br>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div class="sidebarblock">
<h2>Contact</h2>
<h2>Contato</h2>
<ul class="title">
<li><a class="reference external" href="http://groups.google.com/group/networkx-discuss/"> Mailing list</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx/issues"> Issue tracker</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx"> Source</a></li>
<li><a class="reference external" href="http://groups.google.com/group/networkx-discuss/"> Lista de e-mails</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx/issues"> Rastreador de bugs</a></li>
<li><a class="reference external" href="https://github.com/networkx/networkx"> Fonte</a></li>
</ul>
</div>

<div class="sidebarblock">
<h2>Releases</h2>
<h2>Versões</h2>

<div class="tile">
<h4>Stable (<a href="https://networkx.org/documentation/stable/release/release_3.4.2.html">notes</a>)</h4>
<a href="http://pypi.python.org/pypi/networkx">3.4.2 — October 2024</a><br/>
<a href="https://networkx.org/documentation/stable/"><b>Documentation</b></a>
<h4>Estável (<a href="https://networkx.org/documentation/stable/release/release_3.4.2.html">notas</a>)</h4>
<a href="http://pypi.python.org/pypi/networkx">3.4.2 — Outubro 2024</a><br/>
<a href="https://networkx.org/documentation/stable/"><b>Documentação</b></a>
</div></br>

<div class="tile">
<h4>Latest (<a href="https://networkx.org/documentation/latest/release/release_dev.html">notes</a>)</h4>
<a href="https://github.com/networkx/networkx">3.5 development</a><br/>
<a href="https://networkx.org/documentation/latest/"><b>Documentation</b></a>
<h4>Mais recente (<a href="https://networkx.org/documentation/latest/release/release_dev.html">notes</a>)</h4>
<a href="https://github.com/networkx/networkx">3.5 (versão em desenvolvimento)</a><br/>
<a href="https://networkx.org/documentation/latest/"><b>Documentação</b></a>
</div></br>

<div class="tile">
<h4><a id="other">Archive</a></h4>
<h4><a id="other">Arquivo</a></h4>

<ul id="versionList" style="display: none;">
<script src="../_static/docversions.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions build/pt/languages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"en": "English",
"es": "Spanish",
"pt": "Portuguese"
"en": "Inglês",
"es": "Espanhol",
"pt": "Português"
}