Skip to content

23 create a custom buidltool task that can be used out of the box#25

Closed
k-deeley wants to merge 3 commits into
masterfrom
23-create-a-custom-buidltool-task-that-can-be-used-out-of-the-box
Closed

23 create a custom buidltool task that can be used out of the box#25
k-deeley wants to merge 3 commits into
masterfrom
23-create-a-custom-buidltool-task-that-can-be-used-out-of-the-box

Conversation

@k-deeley

@k-deeley k-deeley commented May 29, 2026

Copy link
Copy Markdown
Member

Example task usage:

t = DocMakerTask( "tbx/docmakerdoc", "DocTheme", "light", "FigureSize", [600, 400], "FigureTheme", "light" ); t.buildDoc()

Looking for initial feedback on the task design. Will add tests and doc once the design and API are finalised.

@k-deeley k-deeley self-assigned this May 29, 2026
@k-deeley k-deeley linked an issue May 29, 2026 that may be closed by this pull request
@k-deeley k-deeley marked this pull request as draft May 29, 2026 11:25
@k-deeley

k-deeley commented Jun 9, 2026

Copy link
Copy Markdown
Member Author

Allowed DocMakerTask to take the same Markdown inputs as docconvert. Added tests and doc. Merged into branch !11.

@k-deeley k-deeley closed this Jun 9, 2026
@k-deeley k-deeley deleted the 23-create-a-custom-buidltool-task-that-can-be-used-out-of-the-box branch June 9, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a custom buidltool task that can be used out of the box

1 participant