Skip to content

Commit

Permalink
remove all inheritance-diagram commands from docs
Browse files Browse the repository at this point in the history
ReadTheDocs failed to render them, and just showed the
graphviz text.

See https://stackoverflow.com/questions/63503855/warning-dot-command-dot-cannot-be-run#
  • Loading branch information
mscarey committed Oct 19, 2021
1 parent fb0b036 commit f3a6e9e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions docs/api/assertions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Assertions
==============

.. inheritance-diagram:: nettlesome.statements.Assertion
:top-classes: authorityspoke.terms.Comparable
:parts: 1

.. autoclass:: nettlesome.statements.Assertion
:members:
:special-members:
4 changes: 0 additions & 4 deletions docs/api/comparisons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Comparisons
==============

.. inheritance-diagram:: nettlesome.quantities.Comparison
:top-classes: authorityspoke.predicates.Predicate
:parts: 1

.. autoclass:: nettlesome.quantities.Comparison
:members:
:special-members:
4 changes: 0 additions & 4 deletions docs/api/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
Entities
================

.. inheritance-diagram:: nettlesome.entities.Entity
:top-classes: authorityspoke.comparisons.Comparable
:parts: 1

.. autoclass:: nettlesome.entities.Entity
:members:
4 changes: 0 additions & 4 deletions docs/api/factors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
Factors
================

.. inheritance-diagram:: nettlesome.factors.Factor
:top-classes: authorityspoke.comparisons.Comparable
:parts: 1

.. autoclass:: nettlesome.factors.Factor
:members:
4 changes: 0 additions & 4 deletions docs/api/groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Factor Groups
================

.. inheritance-diagram:: nettlesome.groups.FactorGroup
:top-classes: authorityspoke.comparisons.Comparable
:parts: 1

.. autoclass:: nettlesome.groups.FactorGroup
:members:

Expand Down
4 changes: 0 additions & 4 deletions docs/api/statements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Statements
==============

.. inheritance-diagram:: nettlesome.statements.Statement
:top-classes: authorityspoke.comparisons.Comparable
:parts: 1

.. autoclass:: nettlesome.statements.Statement
:members:
:special-members:
4 changes: 0 additions & 4 deletions docs/api/terms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Terms
================

.. inheritance-diagram:: nettlesome.terms.Term
:top-classes: authorityspoke.comparisons.Comparable
:parts: 1

.. autoclass:: nettlesome.terms.Term
:members:
:special-members:

0 comments on commit f3a6e9e

Please sign in to comment.