-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce a new Source type for keeping track of source file and page index pairs. We'll have to keep track of these during on_post_page() for use in on_post_build(). * Work around the Files object not being available during rewrite_image_embeds() by resolving the source's relative path within the documentation directory from the parent page's destination. * Update the filename matching during rewrite_image_embeds() to handle URL anchors specifying the page index. * Include the page index value in cache filenames. Refs #4
- Loading branch information
1 parent
3401a36
commit 7220e0e
Showing
6 changed files
with
148 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from .exporter import DrawIoExporter | ||
from .exporter import DrawIoExporter, Source | ||
from .plugin import DrawIoExporterPlugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.