-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: spagadar <[email protected]>
- Loading branch information
1 parent
373cecb
commit dd76b52
Showing
2 changed files
with
0 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
from gen_md_pages import gen_pages_and_toc | ||
from gen_sysobj_pages import gen_sys_obj_pages | ||
from gen_rd_svg import gen_rd_svg | ||
import os | ||
|
||
if __name__ == "__main__": | ||
gen_rd_svg() | ||
matlab = bool(os.environ.get("MATLAB")) | ||
devices, designs = gen_sys_obj_pages(matlab) | ||
gen_pages_and_toc(matlab, devices, designs) |
This file was deleted.
Oops, something went wrong.