Skip to content

Commit

Permalink
Commit with example tab finished.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwzhanggy committed Jul 10, 2024
1 parent 3b7dfda commit e4d4d77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
{% extends "main.html" %}

{% block tabs %}
{{ super() }}
<style>

<style>
.tx-container {
position: relative;
min-height: 100vh;
Expand Down Expand Up @@ -84,7 +83,7 @@
z-index: 1000;
}
</style>
{{ nav.tabs }}

<!-- Main site Entry button descriptions -->
<section class="tx-container">
<div class="md-grid md-typeset">
Expand All @@ -106,12 +105,13 @@ <h1> tinyBIG Python Library </h1>
</div>
</section>
<!-- Feature End -->

{{ super() }}
{% endblock %}

{% block content %}
{% endblock %}
{% block site_nav %}
{{ nav.tabs }}
{% endblock %}
{% block container %}
{% endblock %}
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ plugins:
- categories
- tags
# comment this at deployment
# - exclude:
# glob:
# - 'notes/*.py'
# - 'notes/*.ipynb'
- exclude:
glob:
- 'notes/*.py'
- 'notes/*.ipynb'

extra_javascript:
- overrides/javascripts/mathjax.js
Expand Down

0 comments on commit e4d4d77

Please sign in to comment.