-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed be798e1 with MkDocs version: 1.5.3
- Loading branch information
1 parent
be798e1
commit 3ac1bd1
Showing
142 changed files
with
19,026 additions
and
442,227 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<meta name="author" content="Lamine TOURE"> | ||
|
||
<link rel="shortcut icon" href="/Tutorial/img/favicon.ico"> | ||
<title>Tutorial web pages</title> | ||
<link href="/Tutorial/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/Tutorial/css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="/Tutorial/css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css"> | ||
<link href="/Tutorial/css/extra.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
</head> | ||
|
||
<body> | ||
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="/Tutorial/.">Tutorial web pages</a> | ||
<!-- Expander button --> | ||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<!-- Expanded navigation --> | ||
<div id="navbar-collapse" class="navbar-collapse collapse"> | ||
<!-- Main navigation --> | ||
<ul class="nav navbar-nav"> | ||
<li class="navitem"> | ||
<a href="/Tutorial/." class="nav-link">Home</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="/Tutorial/notebook.ipynb" class="nav-link">Notebook page</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="/Tutorial/getting-started/" class="nav-link">Getting Started</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">User Guide <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Tutorial/USER_GUIDE_INDEX/" class="dropdown-item">User Guide Index</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/" class="dropdown-item">None</a> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">Bioinformatics</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Bioinformatics/SingleCellData/RNA_Velocity_analysis_scVelo/" class="dropdown-item">Getting Started with RNA Velocity</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Bioinformatics/SingleCellData/SingleCellData_Preprocessing_with_scanpy/" class="dropdown-item">Installation</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Bioinformatics/SingleCellData/Trajectory_inference_With_CellRank/Trajectory_inference_With_CellRank/" class="dropdown-item">Getting Started with CellRank</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Bioinformatics/SingleCellData/Readme/" class="dropdown-item">Tutorials</a> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">Machine learning</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Machine%20learning/Autoencoder/Autoencoder/" class="dropdown-item">Autoencoder</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Machine%20learning/DecisionTrees_using_iris_dataset/DecisionTrees_using_iris_dataset/" class="dropdown-item">DecisionTrees using iris dataset</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Machine%20learning/Transfer_learning_using_VGG16/Transfer_learning_using_VGG16/" class="dropdown-item">Transfer learning using VGG16</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/Machine%20learning/tensorflow_API_tutorial/tensorflow_API_tutorial/" class="dropdown-item">tensorflow API tutorial</a> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">ExplainabilityAI</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/ExplainabilityAI/explainability_shap%26lime/" class="dropdown-item">Explainability shap&lime</a> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">DataViz</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Tutorial/user-guide/DataViz/EDA_matplotlib_Dashboard_Dataviz/EDA_matplotlib_Dashboard_Dataviz/" class="dropdown-item">EDA</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Tutorial/about/release-notes.md" class="dropdown-item">Release Notes</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/about/contributing.md" class="dropdown-item">Contributing</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Tutorial/about/license.md" class="dropdown-item">License</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<ul class="nav navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a href="https://github.com/LamineTourelab/Tutorial" class="nav-link"><i class="fa fa-github"></i> GitHub</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="row-fluid"> | ||
<div id="main-content" class="span12"> | ||
<h1 id="404-page-not-found" style="text-align: center">404</h1> | ||
<p style="text-align: center"><strong>Page not found</strong></p> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<footer class="col-md-12"> | ||
<hr> | ||
<p>Copyright © 2024 <a href="https://twitter.com/ltoure_officiel">Lamine TOURE</a>, Maintained by <a href="https://github.com/LamineTourelab">Lamine TOURE</a>.</p> | ||
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p> | ||
</footer> | ||
<script src="/Tutorial/js/jquery-3.6.0.min.js"></script> | ||
<script src="/Tutorial/js/bootstrap.min.js"></script> | ||
<script> | ||
var base_url = "/Tutorial/", | ||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83}; | ||
</script> | ||
<script src="/Tutorial/js/base.js"></script> | ||
|
||
<div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th style="width: 20%;">Keys</th> | ||
<th>Action</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="help shortcut"><kbd>?</kbd></td> | ||
<td>Open this help</td> | ||
</tr> | ||
<tr> | ||
<td class="next shortcut"><kbd>n</kbd></td> | ||
<td>Next page</td> | ||
</tr> | ||
<tr> | ||
<td class="prev shortcut"><kbd>p</kbd></td> | ||
<td>Previous page</td> | ||
</tr> | ||
<tr> | ||
<td class="search shortcut"><kbd>s</kbd></td> | ||
<td>Search</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.