Skip to content

Commit

Permalink
Deploying to gh-pages from @ 98604bc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 17, 2024
1 parent 755b527 commit 2365631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _sources/intro.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ It can be installed in a GitHub ontology repository, where it then watches for i
When it sees that string, Ontobot scans the issue for a bulleted list of ontology change requests, written in the KGCL syntax.
Ontobot reads the list of one or more KGCL commands, and automatically generates a GitHub Pull Request that will make the requested change(s) in the ontology source file.

Ontobo workflows are defined using YAML files, and placed in a directory called .github/workflows within the repository.
Ontobo workflows are defined using YAML files, and placed in a directory called `.github/workflows` within the repository.
The Ontobot manual provides YAML templates, which can be downloaded, customized, and added to the GitHub repository where your ontology source file is maintained:
.github/workflows/ontobot.yaml.
`.github/workflows/ontobot.yaml`.

KGCL can express common ontology editing operations (such as modifying a label or a definition, obsoleting a term, moving a term under another parent term, etc.)
using a syntax as close as possible to natural English language.
As an example, the KGCL command to change the name of the ontology term with the ID ENVO:01000575 from wax to oil is “rename ENVO:01000575 from wax to oil”.
As an example, the KGCL command to change the name of the ontology term with the ID ENVO:01000575 from 'wax' to 'oil' is “rename ENVO:01000575 from 'wax' to 'oil'”.

The grammar defining KGCL can be found `here <https://github.com/INCATools/kgcl/blob/main/src/kgcl_schema/grammar/kgcl.lark>`_.`
4 changes: 2 additions & 2 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ <h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
It can be installed in a GitHub ontology repository, where it then watches for issues that include a specific text string: “Hey ontobot!, apply:”
When it sees that string, Ontobot scans the issue for a bulleted list of ontology change requests, written in the KGCL syntax.
Ontobot reads the list of one or more KGCL commands, and automatically generates a GitHub Pull Request that will make the requested change(s) in the ontology source file.</p>
<p>Ontobo workflows are defined using YAML files, and placed in a directory called .github/workflows within the repository.
<p>Ontobo workflows are defined using YAML files, and placed in a directory called <cite>.github/workflows</cite> within the repository.
The Ontobot manual provides YAML templates, which can be downloaded, customized, and added to the GitHub repository where your ontology source file is maintained:
.github/workflows/ontobot.yaml.</p>
<cite>.github/workflows/ontobot.yaml</cite>.</p>
<p>KGCL can express common ontology editing operations (such as modifying a label or a definition, obsoleting a term, moving a term under another parent term, etc.)
using a syntax as close as possible to natural English language.
As an example, the KGCL command to change the name of the ontology term with the ID ENVO:01000575 from ‘wax’ to ‘oil’ is “rename ENVO:01000575 from ‘wax’ to ‘oil’”.</p>
Expand Down

0 comments on commit 2365631

Please sign in to comment.