Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #82

Merged
merged 29 commits into from
Sep 17, 2023
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c409863
separate formatting and linting from ci. (#42)
ReiRev Aug 30, 2023
4986c0b
Raise error if tag was not found (#44)
ReiRev Sep 2, 2023
cf49787
Bugfix/remove html from linguist (#45)
ReiRev Sep 2, 2023
de9b887
Bugfix/publish yml (#47)
ReiRev Sep 2, 2023
bf44b97
release/v0.1 (#48)
ReiRev Sep 2, 2023
2d00555
initial commit (#50)
ReiRev Sep 2, 2023
e338acb
Develop (#51)
ReiRev Sep 2, 2023
5bbb9f5
Bugfix/publish yml (#53)
ReiRev Sep 2, 2023
71d3ac1
add dividend_history (#55)
ReiRev Sep 2, 2023
2b56d61
Merge branch 'release/v0.1' into develop
ReiRev Sep 2, 2023
63ace37
implement ReportNews (#56)
ReiRev Sep 2, 2023
46e1e1f
Feature/error/tag not found (#57)
ReiRev Sep 2, 2023
92ee0da
Feature/kabuyoho/report news (#58)
ReiRev Sep 2, 2023
3fda2d4
Feature/kabuyoho/report news (#63)
ReiRev Sep 3, 2023
168d5be
Feature/kabuyoho/report trend signal (#64)
ReiRev Sep 4, 2023
75654ee
Merge branch 'main' into develop
ReiRev Sep 14, 2023
13a61f9
fix typo (#66)
ReiRev Sep 14, 2023
c7b96a7
update version to 0.0.6 (#67)
ReiRev Sep 14, 2023
f2b6e9b
Merge branch 'main' into develop
ReiRev Sep 14, 2023
b828e8c
remove push (#70)
ReiRev Sep 14, 2023
03a4a3e
Doc/doc environment (#72)
ReiRev Sep 17, 2023
aabda0f
Doc/doc environment (#74)
ReiRev Sep 17, 2023
e8b6f41
Merge branch 'main' into develop
ReiRev Sep 17, 2023
3ba7fe6
Doc/doc environment (#76)
ReiRev Sep 17, 2023
09b6a9b
Merge branch 'main' into develop
ReiRev Sep 17, 2023
9ce2729
Doc/doc environment (#78)
ReiRev Sep 17, 2023
62bcb32
Doc/doc environment (#80)
ReiRev Sep 17, 2023
d084865
Doc/doc environment (#81)
ReiRev Sep 17, 2023
717e77e
Merge branch 'main' into develop
ReiRev Sep 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 8 additions & 17 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{%- extends "!layout.html" %}
{%- block extrahead %}
{{ super() }}
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K63K6BWR');</script>
<!-- End Google Tag Manager -->
{% endblock %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YPSX7HVGR3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

{% block relbar1 %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K63K6BWR" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{{ super()}}
gtag('config', 'G-YPSX7HVGR3');
</script>
{% endblock %}