Skip to content
Snippets Groups Projects
Commit dbb066ff authored by Andreas Herten's avatar Andreas Herten
Browse files

Fix markup; add link to main repo

parent 89d3a27c
Branches main
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
text-align: center; text-align: center;
margin-top: 2em; margin-top: 2em;
font-style: italic; font-style: italic;
}
.git-hash abbr {
font-family: monospace; font-family: monospace;
} }
@media print { @media print {
...@@ -90,6 +92,7 @@ ...@@ -90,6 +92,7 @@
<ul> <ul>
<li><a href="Introduction-to-Pandas--tasks.ipynb">Tasks Notebook</a> (via <a href="https://nbviewer.jupyter.org/urls/herten1.pages.jsc.fz-juelich.de/jsc-pandas-introduction/Introduction-to-Pandas--tasks.ipynb">nbviewer</a>)</li> <li><a href="Introduction-to-Pandas--tasks.ipynb">Tasks Notebook</a> (via <a href="https://nbviewer.jupyter.org/urls/herten1.pages.jsc.fz-juelich.de/jsc-pandas-introduction/Introduction-to-Pandas--tasks.ipynb">nbviewer</a>)</li>
<li><a href="Introduction-to-Pandas--solution.ipynb">Solutions Notebook</a> (via <a href="https://nbviewer.jupyter.org/urls/herten1.pages.jsc.fz-juelich.de/jsc-pandas-introduction/Introduction-to-Pandas--solution.ipynb">nbviewer</a>)</li> <li><a href="Introduction-to-Pandas--solution.ipynb">Solutions Notebook</a> (via <a href="https://nbviewer.jupyter.org/urls/herten1.pages.jsc.fz-juelich.de/jsc-pandas-introduction/Introduction-to-Pandas--solution.ipynb">nbviewer</a>)</li>
</ul>
</li> </li>
<li>Slides <li>Slides
<ul> <ul>
...@@ -102,7 +105,7 @@ ...@@ -102,7 +105,7 @@
</section> </section>
<footer> <footer>
<a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a> <a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a>
<span class="git-hash"><abbr title="Git hash of main repository">REPO_HASH</abbr> // <abbr title="Git hash of this page's branch">PAGES_HASH</abbr></span> <span class="git-hash">Generated from <a href="https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction">main repository</a> with Git hashs <abbr title="Git hash of main repository">REPO_HASH</abbr> and <abbr title="Git hash of this page's branch">PAGES_HASH</abbr></span>
</footer> </footer>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment