Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nargesr committed Apr 22, 2024
1 parent e57e085 commit 18b036d
Show file tree
Hide file tree
Showing 14 changed files with 5,676 additions and 3 deletions.
Binary file modified docs/doctrees/api.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
1,131 changes: 1,131 additions & 0 deletions docs/html/_modules/Topyfic/analysis.html

Large diffs are not rendered by default.

529 changes: 529 additions & 0 deletions docs/html/_modules/Topyfic/topModel.html

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions docs/html/_modules/Topyfic/topic.html

Large diffs are not rendered by default.

371 changes: 371 additions & 0 deletions docs/html/_modules/Topyfic/train.html

Large diffs are not rendered by default.

726 changes: 726 additions & 0 deletions docs/html/_modules/Topyfic/utilsAnalyseModel.html

Large diffs are not rendered by default.

954 changes: 954 additions & 0 deletions docs/html/_modules/Topyfic/utilsMakeModel.html

Large diffs are not rendered by default.

132 changes: 132 additions & 0 deletions docs/html/_modules/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; Topyfic 0.0.11 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/bootstrap-sphinx.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.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/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="../_static/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="../_static/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>

</head><body>

<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
Topyfic</a>
<span class="navbar-text navbar-version pull-left"><b></b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">


<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="../index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul>
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="../cite.html">Citation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api.html">API Documentation</a></li>
</ul>
</ul>
</li>

<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"></ul>
</li>










<li class="hidden-sm"></li>

</ul>



<form class="navbar-form navbar-right" action="../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>

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

<div class="container">
<div class="row">
<div class="body col-md-12 content" role="main">

<h1>All modules for which code is available</h1>
<ul><li><a href="Topyfic/analysis.html">Topyfic.analysis</a></li>
<li><a href="Topyfic/topModel.html">Topyfic.topModel</a></li>
<li><a href="Topyfic/topic.html">Topyfic.topic</a></li>
<li><a href="Topyfic/train.html">Topyfic.train</a></li>
<li><a href="Topyfic/utilsAnalyseModel.html">Topyfic.utilsAnalyseModel</a></li>
<li><a href="Topyfic/utilsMakeModel.html">Topyfic.utilsMakeModel</a></li>
</ul>

</div>

</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>

</p>
<p>
&copy; Copyright 2022, Narges Rezaie.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.0.2.<br/>
</p>
</div>
</footer>
</body>
</html>
Loading

0 comments on commit 18b036d

Please sign in to comment.