This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation is finished. Missing test and CI/CD
- Loading branch information
Showing
8 changed files
with
162 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block libs %} | ||
{{ super() }} | ||
{% include "partials/libs.html" ignore missing %} | ||
{% endblock %} | ||
|
||
{% block announce %}{% include "announce.html" ignore missing %}{% endblock %} | ||
|
||
{% block content %} | ||
{{ super() }} | ||
<footer class="insider"> | ||
<hr> | ||
<a href="https://github.com/ai2business/mkdocstrings" title="Become an insider"> | ||
<span class="twemoji heart-throb-hover"> | ||
{% set icon = "octicons/heart-fill-16" %} | ||
{% include ".icons/" ~ icon ~ ".svg" %} | ||
</span> | ||
</a> | ||
<hr> | ||
</footer> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"""Test module of mkdocstrings-sourcelink.""" |
Oops, something went wrong.