Skip to content

Commit

Permalink
issue #12 fix, trying to fix docs generation on read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulyalin committed Jun 26, 2022
1 parent 840de00 commit ef12c87
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/diagram_plugins/DrawIo Module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ N2G DrawIO module provides ``from_file`` and ``from_text`` methods to load exist
from N2G import drawio_diagram
diagram = drawio_diagram()
drawing.from_file("./source/old_office_diagram.drawio")
diagram.from_file("./source/old_office_diagram.drawio")
After diagram loaded it can be modified or updated using ``add_x``, ``from_x``, ``delete_x`` or ``compare`` methods.

Expand Down
Loading

0 comments on commit ef12c87

Please sign in to comment.