Skip to content

Commit

Permalink
Deployed 799f4c0 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantpathakk committed Aug 7, 2023
1 parent 7f75ea7 commit 498946d
Show file tree
Hide file tree
Showing 16 changed files with 4,642 additions and 602 deletions.
25 changes: 23 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ABC123"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', "G-ABC123");
</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand All @@ -25,7 +33,11 @@
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="/." class="icon icon-home"> Tensorflow ML
</a>
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
Expand All @@ -50,7 +62,11 @@
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/about/">About</a>
<li class="toctree-l1"><a class="reference internal" href="/about/">About the package</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/author/">About the author</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -103,6 +119,10 @@ <h1 id="404-page-not-found">404</h1>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/siddhantpathakk/tensorflow-ml" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>



</span>
Expand All @@ -111,6 +131,7 @@ <h1 id="404-page-not-found">404</h1>
<script>var base_url = "/";</script>
<script src="/js/theme_extra.js"></script>
<script src="/js/theme.js"></script>
<script src="/search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
Expand Down
35 changes: 30 additions & 5 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>About - Tensorflow ML</title>
<title>About the package - Tensorflow ML</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
<link href="../assets/_mkdocstrings.css" rel="stylesheet" />

<script>
// Current page data
var mkdocs_page_name = "About";
var mkdocs_page_name = "About the package";
var mkdocs_page_input_path = "about.md";
var mkdocs_page_url = null;
</script>
Expand All @@ -23,6 +23,14 @@
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ABC123"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', "G-ABC123");
</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand All @@ -32,7 +40,11 @@
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Tensorflow ML
</a>
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
Expand All @@ -57,11 +69,15 @@
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">About</a>
<li class="toctree-l1 current"><a class="reference internal current" href="./">About the package</a>
<ul class="current">
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../author/">About the author</a>
</li>
</ul>
</div>
</div>
</nav>
Expand All @@ -76,8 +92,9 @@
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li class="breadcrumb-item active">About</li>
<li class="breadcrumb-item active">About the package</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/siddhantpathakk/tensorflow-ml/edit/master/docs/about.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand All @@ -100,6 +117,7 @@ <h2 id="about-the-package">About the package</h2>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../tutorials/" class="btn btn-neutral float-left" title="Tutorials"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../author/" class="btn btn-neutral float-right" title="About the author">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>

<hr/>
Expand All @@ -121,16 +139,23 @@ <h2 id="about-the-package">About the package</h2>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/siddhantpathakk/tensorflow-ml" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>


<span><a href="../tutorials/" style="color: #fcfcfc">&laquo; Previous</a></span>


<span><a href="../author/" style="color: #fcfcfc">Next &raquo;</a></span>

</span>
</div>
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
Expand Down
161 changes: 161 additions & 0 deletions author/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<!DOCTYPE html>
<html class="writer-html5" 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" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>About the author - Tensorflow ML</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
<link href="../assets/_mkdocstrings.css" rel="stylesheet" />

<script>
// Current page data
var mkdocs_page_name = "About the author";
var mkdocs_page_input_path = "author.md";
var mkdocs_page_url = null;
</script>

<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ABC123"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', "G-ABC123");
</script>
</head>

<body class="wy-body-for-nav" role="document">

<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Tensorflow ML
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="..">Home</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../status/">Support</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../reg/">Regression</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../class/">Classification</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../tutorials/">Tutorials</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../about/">About the package</a>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">About the author</a>
<ul class="current">
</ul>
</li>
</ul>
</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="..">Tensorflow ML</a>

</nav>
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li class="breadcrumb-item active">About the author</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/siddhantpathakk/tensorflow-ml/edit/master/docs/author.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">

<h2 id="about-the-author">About the author</h2>
<p>Hey, I'm Siddhant!</p>
<p><img alt="1691398779159" src="../image/author/1691398779159.png" /></p>
<p>I’m a Final Year Computer Science student at Nanyang Technological University, Singapore. </p>
<p>I’m currently learning Machine Learning, Data Science and Artificial Intelligence for Finance and Scalable Applications.</p>
<p>I am an individual driven by an unwavering motivation and a relentless ambition to excel in every endeavor I undertake. Throughout my personal and academic journey, I have cultivated a profound sense of responsibility and a decisive mindset, enabling me to effectively tackle any situation that comes my way. Whether it's confronting complex challenges or embracing new opportunities, I consistently strive to deliver exceptional results.</p>
<p>Currently, I am pursuing my studies in the field of Computer Science at a renowned university, renowned for its excellence in education and diverse student body. Being part of such an esteemed institution has provided me with invaluable exposure to a vibrant peer group, comprising individuals from various backgrounds and cultures. This exposure has further enhanced my understanding of the significance of teamwork and cultural integration. I firmly believe that diverse perspectives foster innovation and collaboration, and I actively seek to create an inclusive environment where every voice is heard and valued.</p>
<p>Check my portfolio out <a href="siddhantpathakk.github.io">here</a> and also my <a href="https://github.com/siddhantpathakk">GitHub</a>. Connect with me on <a href="https://www.linkedin.com/in/siddhantpathakk/">Linkedin</a>, <a href="mailto:siddhant005@e.ntu.edu.sg">email</a>.</p>

</div>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../about/" class="btn btn-neutral float-left" title="About the package"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>

<hr/>

<div role="contentinfo">
<!-- Copyright etc -->
</div>

Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>

</div>
</div>

</section>

</div>

<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/siddhantpathakk/tensorflow-ml" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>


<span><a href="../about/" style="color: #fcfcfc">&laquo; Previous</a></span>


</span>
</div>
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
Loading

0 comments on commit 498946d

Please sign in to comment.