Skip to content

Commit

Permalink
deploy: e63bf0a
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Apr 8, 2024
1 parent 7e1290a commit 97ade74
Show file tree
Hide file tree
Showing 40 changed files with 7,496 additions and 7,204 deletions.
2 changes: 2 additions & 0 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ <h1>All modules for which code is available</h1>
<li><a href="owlapy/owl_annotation.html">owlapy.owl_annotation</a></li>
<li><a href="owlapy/owl_axiom.html">owlapy.owl_axiom</a></li>
<li><a href="owlapy/owl_class_expression.html">owlapy.owl_class_expression</a></li>
<li><a href="owlapy/owl_data.html">owlapy.owl_data</a></li>
<li><a href="owlapy/owl_individual.html">owlapy.owl_individual</a></li>
<li><a href="owlapy/owl_literal.html">owlapy.owl_literal</a></li>
<li><a href="owlapy/owl_property.html">owlapy.owl_property</a></li>
<li><a href="owlapy/owl_restriction.html">owlapy.owl_restriction</a></li>
<li><a href="owlapy/owlobject.html">owlapy.owlobject</a></li>
Expand Down
2,269 changes: 214 additions & 2,055 deletions _modules/owlapy/model.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _modules/owlapy/owl_annotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ <h1>Source code for owlapy.owl_annotation</h1><div class="highlight"><pre>
<span class="kn">from</span> <span class="nn">.owlobject</span> <span class="kn">import</span> <span class="n">OWLObject</span>
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Optional</span>


<span class="k">class</span> <span class="nc">OWLAnnotationObject</span><span class="p">(</span><span class="n">OWLObject</span><span class="p">,</span> <span class="n">metaclass</span><span class="o">=</span><span class="n">ABCMeta</span><span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;A marker interface for the values (objects) of annotations.&quot;&quot;&quot;</span>
<span class="vm">__slots__</span> <span class="o">=</span> <span class="p">()</span>
Expand Down
801 changes: 798 additions & 3 deletions _modules/owlapy/owl_axiom.html

Large diffs are not rendered by default.

428 changes: 428 additions & 0 deletions _modules/owlapy/owl_data.html

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions _modules/owlapy/owl_literal.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _modules/owlapy/owl_property.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ <h1>Source code for owlapy.owl_property</h1><div class="highlight"><pre>
<span class="k">return</span> <span class="kc">True</span></div>
</div>


<div class="viewcode-block" id="OWLProperty">
<a class="viewcode-back" href="../../autoapi/owlapy/owl_property/index.html#owlapy.model.OWLProperty">[docs]</a>
<span class="k">class</span> <span class="nc">OWLProperty</span><span class="p">(</span><span class="n">OWLPropertyExpression</span><span class="p">,</span> <span class="n">OWLEntity</span><span class="p">,</span> <span class="n">metaclass</span><span class="o">=</span><span class="n">ABCMeta</span><span class="p">):</span>
Expand Down
153 changes: 151 additions & 2 deletions _modules/owlapy/owl_restriction.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _sources/autoapi/owlapy/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Submodules
owl_annotation/index.rst
owl_axiom/index.rst
owl_class_expression/index.rst
owl_data/index.rst
owl_individual/index.rst
owl_literal/index.rst
owl_property/index.rst
owl_restriction/index.rst
owlobject/index.rst
Expand Down
Loading

0 comments on commit 97ade74

Please sign in to comment.