Skip to content

Commit

Permalink
docs/design: Replaces graphics that represent data models
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Mar 24, 2024
1 parent 124a0d9 commit b909bee
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Now it is time for an example, given this document snippet:
Here's a graphical representation of the markup with etree's elements and their
text and tail attributes:

.. image:: images/etree-model-example.png
.. image:: images/etree-model-example.webp

When thinking about a paragraph of text, a way to conceptualize it is as a
sequence of sentences, formed by a series of words, a sequence of graphemes,
Expand Down Expand Up @@ -185,7 +185,7 @@ with a better locatability, here's another graphical representation of the
markup example from above with text content in an emancipated, dedicated node
type:

.. image:: images/dom-model-example.png
.. image:: images/dom-model-example.webp

Note that text containing attributes appear in document order which promises
an eased lookaround.
Expand Down
Binary file removed docs/images/dom-model-example.png
Binary file not shown.
Binary file added docs/images/dom-model-example.webp
Binary file not shown.
Binary file removed docs/images/etree-model-example.png
Binary file not shown.
Binary file added docs/images/etree-model-example.webp
Binary file not shown.

0 comments on commit b909bee

Please sign in to comment.