Skip to content

Commit

Permalink
deploy: 6d40586
Browse files Browse the repository at this point in the history
  • Loading branch information
argonism committed Oct 8, 2023
1 parent 950ca55 commit 78d3a4f
Show file tree
Hide file tree
Showing 21 changed files with 1,480 additions and 65 deletions.
12 changes: 6 additions & 6 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@


<link rel="icon" href="/mdfy-esa/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.3">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.4">



<title>mdfy-esa</title>



<link rel="stylesheet" href="/mdfy-esa/assets/stylesheets/main.79e020e9.min.css">
<link rel="stylesheet" href="/mdfy-esa/assets/stylesheets/main.bd3936ea.min.css">


<link rel="stylesheet" href="/mdfy-esa/assets/stylesheets/palette.a5377069.min.css">
<link rel="stylesheet" href="/mdfy-esa/assets/stylesheets/palette.356b1318.min.css">



Expand Down Expand Up @@ -272,7 +272,7 @@


<li class="md-nav__item">
<a href="/mdfy-esa/api.md" class="md-nav__link">
<a href="/mdfy-esa/modules/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down Expand Up @@ -421,10 +421,10 @@ <h1>404 - Not found</h1>
</div>


<script id="__config" type="application/json">{"base": "/mdfy-esa/", "features": ["navigation.indexes", "navigation.instant", "navigation.tabs.sticky"], "search": "/mdfy-esa/assets/javascripts/workers/search.a264c092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "/mdfy-esa/", "features": ["navigation.indexes", "navigation.instant", "navigation.tabs.sticky"], "search": "/mdfy-esa/assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="/mdfy-esa/assets/javascripts/bundle.6eac0284.min.js"></script>
<script src="/mdfy-esa/assets/javascripts/bundle.94c44541.min.js"></script>


</body>
Expand Down
64 changes: 64 additions & 0 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@

/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
}

h1.doc-heading {
font-size: 1.6rem;
}

h2.doc-heading {
font-size: 1.2rem;
}

h3.doc-heading {
font-size: 1.15rem;
}

h4.doc-heading {
font-size: 1.10rem;
}

h5.doc-heading {
font-size: 1.05rem;
}

h6.doc-heading {
font-size: 1rem;
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.79e020e9.min.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/stylesheets/main.bd3936ea.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 24 additions & 6 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.3">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.4">



<title>Changelog - mdfy-esa</title>



<link rel="stylesheet" href="../assets/stylesheets/main.79e020e9.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.bd3936ea.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.a5377069.min.css">
<link rel="stylesheet" href="../assets/stylesheets/palette.356b1318.min.css">



Expand Down Expand Up @@ -281,7 +281,7 @@


<li class="md-nav__item">
<a href="../api.md" class="md-nav__link">
<a href="../modules/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down Expand Up @@ -368,6 +368,13 @@
<nav class="md-nav" aria-label="Changelog">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#021---2023-10-07" class="md-nav__link">
[0.2.1] - 2023-10-07
</a>

</li>

<li class="md-nav__item">
<a href="#020---2023-10-07" class="md-nav__link">
[0.2.0] - 2023-10-07
Expand Down Expand Up @@ -434,6 +441,13 @@
<nav class="md-nav" aria-label="Changelog">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#021---2023-10-07" class="md-nav__link">
[0.2.1] - 2023-10-07
</a>

</li>

<li class="md-nav__item">
<a href="#020---2023-10-07" class="md-nav__link">
[0.2.0] - 2023-10-07
Expand Down Expand Up @@ -482,6 +496,10 @@ <h1>Changelog</h1>

<!-- BEGIN INCLUDE ../CHANGELOG.md -->
<h2 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h2>
<h3 id="021---2023-10-07">[0.2.1] - 2023-10-07<a class="headerlink" href="#021---2023-10-07" title="Permanent link">&para;</a></h3>
<ul>
<li>Modify EsaMdier docstrings</li>
</ul>
<h3 id="020---2023-10-07">[0.2.0] - 2023-10-07<a class="headerlink" href="#020---2023-10-07" title="Permanent link">&para;</a></h3>
<ul>
<li>Add docstrings to stringify_element</li>
Expand Down Expand Up @@ -569,10 +587,10 @@ <h3 id="010---2023-10-02">[0.1.0] - 2023-10-02<a class="headerlink" href="#010--
</div>


<script id="__config" type="application/json">{"base": "..", "features": ["navigation.indexes", "navigation.instant", "navigation.tabs.sticky"], "search": "../assets/javascripts/workers/search.a264c092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.indexes", "navigation.instant", "navigation.tabs.sticky"], "search": "../assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.6eac0284.min.js"></script>
<script src="../assets/javascripts/bundle.94c44541.min.js"></script>


</body>
Expand Down
14 changes: 7 additions & 7 deletions contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
<link rel="canonical" href="https://argonism.github.io/mdfy-esa/contributing/">


<link rel="prev" href="../usage/">
<link rel="prev" href="../modules/">


<link rel="next" href="../changelog/">


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.3">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.4">



<title>Contributing - mdfy-esa</title>



<link rel="stylesheet" href="../assets/stylesheets/main.79e020e9.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.bd3936ea.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.a5377069.min.css">
<link rel="stylesheet" href="../assets/stylesheets/palette.356b1318.min.css">



Expand Down Expand Up @@ -283,7 +283,7 @@


<li class="md-nav__item">
<a href="../api.md" class="md-nav__link">
<a href="../modules/" class="md-nav__link">


<span class="md-ellipsis">
Expand Down Expand Up @@ -764,10 +764,10 @@ <h3 id="deploying">Deploying<a class="headerlink" href="#deploying" title="Perma
</div>


<script id="__config" type="application/json">{"base": "..", "features": ["navigation.indexes", "navigation.instant", "navigation.tabs.sticky"], "search": "../assets/javascripts/workers/search.a264c092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.indexes", "navigation.instant", "navigation.tabs.sticky"], "search": "../assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.6eac0284.min.js"></script>
<script src="../assets/javascripts/bundle.94c44541.min.js"></script>


</body>
Expand Down
Loading

0 comments on commit 78d3a4f

Please sign in to comment.