Skip to content

Commit

Permalink
[BOT] Automatic documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2024
1 parent ffad771 commit fea7711
Show file tree
Hide file tree
Showing 27 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion latestsites/erg/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/erg/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/erg/" rel="alternate" type="text/html" /><updated>2024-05-09T06:56:37+00:00</updated><id>https://delph-in.github.io/docs/erg/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/erg/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/erg/" rel="alternate" type="text/html" /><updated>2024-05-11T06:56:39+00:00</updated><id>https://delph-in.github.io/docs/erg/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
2 changes: 1 addition & 1 deletion latestsites/erg/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
</url>
<url>
<loc>https://delph-in.github.io/docs/erg/nav.html</loc>
<lastmod>2024-05-09T06:52:02+00:00</lastmod>
<lastmod>2024-05-11T06:52:01+00:00</lastmod>
</url>
</urlset>
4 changes: 2 additions & 2 deletions latestsites/garage/DelphinDocsReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The format is designed to make it easy to move files around, redefine sections,
To run the workflow:
1. Click on the `Actions` tab at the top of the DELPH-IN docs repository on GitHub.
2. Then click `BuildDocs` on the left side of the page. At this point you'll see a record of previous runs (if they weren't deleted)
3. Finally, click the `Run Workflow` button the right side and then `Run Workflow` on the UI that appears
3. Finally, click the `Run Workflow` button on the right side and then `Run Workflow` on the UI that appears

At this point the workflow will begin running and you'll see its status. When done, it will have a green checkmark for success or a red X for failure. If it was successful the docs have been immediately published and you can browse them live. It takes about 10 minutes to run.

Expand Down Expand Up @@ -198,4 +198,4 @@ Note that running `createdocs.py` directly won't actually publish the site anywh

Running in test mode is useful for debugging the script by placing interesting edge cases, etc into the `testdata` folder and referencing them from the `testsitesdefinitions.json` file.

Last update: 2023-07-10 by EricZinda [[edit](https://github.com/delph-in/docs/edit/main/DelphinDocsReference.md)]{% endraw %}
Last update: 2024-05-10 by omahs [[edit](https://github.com/delph-in/docs/edit/main/DelphinDocsReference.md)]{% endraw %}
4 changes: 2 additions & 2 deletions latestsites/garage/DelphinDocsReference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ <h2 id="running-the-workflow">Running the Workflow</h2>
<ol>
<li>Click on the <code class="language-plaintext highlighter-rouge">Actions</code> tab at the top of the DELPH-IN docs repository on GitHub.</li>
<li>Then click <code class="language-plaintext highlighter-rouge">BuildDocs</code> on the left side of the page. At this point you’ll see a record of previous runs (if they weren’t deleted)</li>
<li>Finally, click the <code class="language-plaintext highlighter-rouge">Run Workflow</code> button the right side and then <code class="language-plaintext highlighter-rouge">Run Workflow</code> on the UI that appears</li>
<li>Finally, click the <code class="language-plaintext highlighter-rouge">Run Workflow</code> button on the right side and then <code class="language-plaintext highlighter-rouge">Run Workflow</code> on the UI that appears</li>
</ol>

<p>At this point the workflow will begin running and you’ll see its status. When done, it will have a green checkmark for success or a red X for failure. If it was successful the docs have been immediately published and you can browse them live. It takes about 10 minutes to run.</p>
Expand Down Expand Up @@ -752,7 +752,7 @@ <h2 id="running-createdocspy-directly-for-testing">Running <code class="language

<p>Running in test mode is useful for debugging the script by placing interesting edge cases, etc into the <code class="language-plaintext highlighter-rouge">testdata</code> folder and referencing them from the <code class="language-plaintext highlighter-rouge">testsitesdefinitions.json</code> file.</p>

<p>Last update: 2023-07-10 by EricZinda [<a href="https://github.com/delph-in/docs/edit/main/DelphinDocsReference.md">edit</a>]</p>
<p>Last update: 2024-05-10 by omahs [<a href="https://github.com/delph-in/docs/edit/main/DelphinDocsReference.md">edit</a>]</p>


</section>
Expand Down
4 changes: 2 additions & 2 deletions latestsites/garage/DocsQuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is all managed in a git repository, so changes are tracked, can be reverted
3. [Run the workflow](https://github.com/delph-in/docs/actions/workflows/BuildDocs.yml) to regenerate the documentation by clicking on the `Run Workflow` button on that link. It takes about 10 minutes to regenerate. Leaving the defaults will do the right thing. For more information see [Running the Workflow](https://delph-in.github.io/docs/garage/DocsQuickStart#running-the-workflow) below.

### The Site Definition File
The Site Definition file describes all the sites, sections and documents included in the DELPH-IN documentation. It in the [JSON format](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON).
The Site Definition file describes all the sites, sections and documents included in the DELPH-IN documentation. It is in the [JSON format](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON).

Changing/Adding/Removing anything *except the top level navigation* in the site involves simply [editing the file](https://github.com/delph-in/docs/tree/main/sitesdefinitions.json) and [re-running the workflow](https://delph-in.github.io/docs/garage/DocsQuickStart#running-the-workflow). If you want to add or remove the *top level organization of the site* (i.e. the navigation links across the top of every page), there is a little more to do, see [Modifying the Site Structure](https://delph-in.github.io/docs/garage/DocsQuickStart#modifying-the-site-structure) below.

Expand Down Expand Up @@ -87,4 +87,4 @@ More detail on the workflow is in the [DELPH-IN Docs Reference Guide](https://de
## Modifying the Site Structure
To modify the site structure, see the [DELPH-IN Docs Reference Guide](https://delph-in.github.io/docs/garage/DelphinDocsReference).

Last update: 2023-03-28 by EricZinda [[edit](https://github.com/delph-in/docs/edit/main/DocsQuickStart.md)]{% endraw %}
Last update: 2024-05-10 by omahs [[edit](https://github.com/delph-in/docs/edit/main/DocsQuickStart.md)]{% endraw %}
4 changes: 2 additions & 2 deletions latestsites/garage/DocsQuickStart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h2 id="how-to-add-pages-to-the-docs">How to Add Pages to the Docs</h2>
</ol>

<h3 id="the-site-definition-file">The Site Definition File</h3>
<p>The Site Definition file describes all the sites, sections and documents included in the DELPH-IN documentation. It in the <a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON">JSON format</a>.</p>
<p>The Site Definition file describes all the sites, sections and documents included in the DELPH-IN documentation. It is in the <a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON">JSON format</a>.</p>

<p>Changing/Adding/Removing anything <em>except the top level navigation</em> in the site involves simply <a href="https://github.com/delph-in/docs/tree/main/sitesdefinitions.json">editing the file</a> and <a href="https://delph-in.github.io/docs/garage/DocsQuickStart#running-the-workflow">re-running the workflow</a>. If you want to add or remove the <em>top level organization of the site</em> (i.e. the navigation links across the top of every page), there is a little more to do, see <a href="https://delph-in.github.io/docs/garage/DocsQuickStart#modifying-the-site-structure">Modifying the Site Structure</a> below.</p>

Expand Down Expand Up @@ -631,7 +631,7 @@ <h2 id="running-the-workflow">Running the Workflow</h2>
<h2 id="modifying-the-site-structure">Modifying the Site Structure</h2>
<p>To modify the site structure, see the <a href="https://delph-in.github.io/docs/garage/DelphinDocsReference">DELPH-IN Docs Reference Guide</a>.</p>

<p>Last update: 2023-03-28 by EricZinda [<a href="https://github.com/delph-in/docs/edit/main/DocsQuickStart.md">edit</a>]</p>
<p>Last update: 2024-05-10 by omahs [<a href="https://github.com/delph-in/docs/edit/main/DocsQuickStart.md">edit</a>]</p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion latestsites/garage/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/garage/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/garage/" rel="alternate" type="text/html" /><updated>2024-05-09T06:55:57+00:00</updated><id>https://delph-in.github.io/docs/garage/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/garage/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/garage/" rel="alternate" type="text/html" /><updated>2024-05-11T06:55:57+00:00</updated><id>https://delph-in.github.io/docs/garage/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
2 changes: 1 addition & 1 deletion latestsites/garage/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,6 @@
</url>
<url>
<loc>https://delph-in.github.io/docs/garage/nav.html</loc>
<lastmod>2024-05-09T06:52:02+00:00</lastmod>
<lastmod>2024-05-11T06:52:01+00:00</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion latestsites/grammars/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/grammars/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/grammars/" rel="alternate" type="text/html" /><updated>2024-05-09T06:56:41+00:00</updated><id>https://delph-in.github.io/docs/grammars/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/grammars/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/grammars/" rel="alternate" type="text/html" /><updated>2024-05-11T06:56:44+00:00</updated><id>https://delph-in.github.io/docs/grammars/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
2 changes: 1 addition & 1 deletion latestsites/grammars/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@
</url>
<url>
<loc>https://delph-in.github.io/docs/grammars/nav.html</loc>
<lastmod>2024-05-09T06:52:02+00:00</lastmod>
<lastmod>2024-05-11T06:52:01+00:00</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion latestsites/home/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/home/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/home/" rel="alternate" type="text/html" /><updated>2024-05-09T06:55:47+00:00</updated><id>https://delph-in.github.io/docs/home/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/home/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/home/" rel="alternate" type="text/html" /><updated>2024-05-11T06:55:48+00:00</updated><id>https://delph-in.github.io/docs/home/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
2 changes: 1 addition & 1 deletion latestsites/home/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</url>
<url>
<loc>https://delph-in.github.io/docs/home/nav.html</loc>
<lastmod>2024-05-09T06:52:02+00:00</lastmod>
<lastmod>2024-05-11T06:52:01+00:00</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion latestsites/howto/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/howto/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/howto/" rel="alternate" type="text/html" /><updated>2024-05-09T06:55:52+00:00</updated><id>https://delph-in.github.io/docs/howto/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/howto/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/howto/" rel="alternate" type="text/html" /><updated>2024-05-11T06:55:53+00:00</updated><id>https://delph-in.github.io/docs/howto/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
2 changes: 1 addition & 1 deletion latestsites/howto/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
</url>
<url>
<loc>https://delph-in.github.io/docs/howto/nav.html</loc>
<lastmod>2024-05-09T06:52:02+00:00</lastmod>
<lastmod>2024-05-11T06:52:01+00:00</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion latestsites/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latestsites/matrix/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/matrix/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/matrix/" rel="alternate" type="text/html" /><updated>2024-05-09T06:56:11+00:00</updated><id>https://delph-in.github.io/docs/matrix/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/matrix/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/matrix/" rel="alternate" type="text/html" /><updated>2024-05-11T06:56:12+00:00</updated><id>https://delph-in.github.io/docs/matrix/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
2 changes: 1 addition & 1 deletion latestsites/matrix/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,6 @@
</url>
<url>
<loc>https://delph-in.github.io/docs/matrix/nav.html</loc>
<lastmod>2024-05-09T06:52:02+00:00</lastmod>
<lastmod>2024-05-11T06:52:01+00:00</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion latestsites/summits/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/summits/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/summits/" rel="alternate" type="text/html" /><updated>2024-05-09T06:56:17+00:00</updated><id>https://delph-in.github.io/docs/summits/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://delph-in.github.io/docs/summits/feed.xml" rel="self" type="application/atom+xml" /><link href="https://delph-in.github.io/docs/summits/" rel="alternate" type="text/html" /><updated>2024-05-11T06:56:19+00:00</updated><id>https://delph-in.github.io/docs/summits/feed.xml</id><title type="html">DELPH-IN</title><subtitle>DELPH-IN Documentation</subtitle><author><name>DELPH-IN</name></author></feed>
2 changes: 1 addition & 1 deletion latestsites/summits/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,6 @@
</url>
<url>
<loc>https://delph-in.github.io/docs/summits/nav.html</loc>
<lastmod>2024-05-09T06:52:02+00:00</lastmod>
<lastmod>2024-05-11T06:52:01+00:00</lastmod>
</url>
</urlset>
6 changes: 3 additions & 3 deletions latestsites/tools/ItsdbProfiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MRSes.

First select the profile with MRSes as the Gold Profile (middle click).
Then create a new profile with the same skeleton, and select it (left
click). Set Process---Switches---transfer. Make sure you have a trasnfer
click). Set Process---Switches---transfer. Make sure you have a transfer
grammar loaded. Then do Process--All Items.

### Translation
Expand Down Expand Up @@ -89,10 +89,10 @@ that take two arguments, the item itself and an optional tagger, and
return a tokenized string suitable for **pet**: in this case the
yy-tokenization.

chasen-preprocess-for-pet calls an external morpholigical analyzer
chasen-preprocess-for-pet calls an external morphological analyzer
([ChaSen](/ChaSen)) and reformats the output.

rasp-preprocess-for-pet assumes the input is of the form *word\_pos
word\_pos* and associates each word with its POS in the input chart.

Last update: 2012-08-07 by StephanOepen [[edit](https://github.com/delph-in/docs/wiki/ItsdbProfiling/_edit)]{% endraw %}
Last update: 2024-05-10 by EricZinda [[edit](https://github.com/delph-in/docs/wiki/ItsdbProfiling/_edit)]{% endraw %}
6 changes: 3 additions & 3 deletions latestsites/tools/ItsdbProfiling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ <h3 id="transfer">Transfer</h3>

<p>First select the profile with MRSes as the Gold Profile (middle click).
Then create a new profile with the same skeleton, and select it (left
click). Set Process—Switches—transfer. Make sure you have a trasnfer
click). Set Process—Switches—transfer. Make sure you have a transfer
grammar loaded. Then do Process–All Items.</p>

<h3 id="translation">Translation</h3>
Expand Down Expand Up @@ -722,13 +722,13 @@ <h3 id="preprocessing">Preprocessing</h3>
return a tokenized string suitable for <strong>pet</strong>: in this case the
yy-tokenization.</p>

<p>chasen-preprocess-for-pet calls an external morpholigical analyzer
<p>chasen-preprocess-for-pet calls an external morphological analyzer
(<a href="/ChaSen">ChaSen</a>) and reformats the output.</p>

<p>rasp-preprocess-for-pet assumes the input is of the form <em>word_pos
word_pos</em> and associates each word with its POS in the input chart.</p>

<p>Last update: 2012-08-07 by StephanOepen [<a href="https://github.com/delph-in/docs/wiki/ItsdbProfiling/_edit">edit</a>]</p>
<p>Last update: 2024-05-10 by EricZinda [<a href="https://github.com/delph-in/docs/wiki/ItsdbProfiling/_edit">edit</a>]</p>


</section>
Expand Down
Loading

0 comments on commit fea7711

Please sign in to comment.