Skip to content

Commit

Permalink
Update datasets.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag Nagpal authored Feb 24, 2021
1 parent b7fca66 commit 7a39293
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS_CHTML" integrity="sha256-kZafAc6mZvK3W3v1pHOcUix30OHQN6pU/NO2oFkqZVw=" crossorigin></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TTD30SJCTB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-TTD30SJCTB');
</script>
</head>
<body>
<main>
Expand Down Expand Up @@ -118,4 +127,4 @@ <h1>Index</h1>
<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.1</a>.</p>
</footer>
</body>
</html>
</html>

0 comments on commit 7a39293

Please sign in to comment.