Skip to content

Commit 755b527

Browse files
committed
Deploying to gh-pages from @ 74d6b9d 🚀
1 parent 856a386 commit 755b527

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_sources/intro.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ KGCL can express common ontology editing operations (such as modifying a label o
1414
using a syntax as close as possible to natural English language.
1515
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’”.
1616

17-
The grammar defining KGCL can be found at https://github.com/INCATools/kgcl/blob/main/src/kgcl_schema/grammar/kgcl.lark.
17+
The grammar defining KGCL can be found `here <https://github.com/INCATools/kgcl/blob/main/src/kgcl_schema/grammar/kgcl.lark>`_.`

intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
9090
<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.)
9191
using a syntax as close as possible to natural English language.
9292
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>
93-
<p>The grammar defining KGCL can be found at <a class="reference external" href="https://github.com/INCATools/kgcl/blob/main/src/kgcl_schema/grammar/kgcl.lark">https://github.com/INCATools/kgcl/blob/main/src/kgcl_schema/grammar/kgcl.lark</a>.</p>
93+
<p>The grammar defining KGCL can be found <a class="reference external" href="https://github.com/INCATools/kgcl/blob/main/src/kgcl_schema/grammar/kgcl.lark">here</a>.`</p>
9494
</section>
9595

9696

0 commit comments

Comments
 (0)