Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use output_name as default title #361

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Use output_name as default title #361

merged 1 commit into from
Jun 7, 2024

Conversation

kvid
Copy link
Collaborator

@kvid kvid commented May 23, 2024

The CLI handling code was redesigned for v0.4 and it seems the code to assign a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently.

The output_name should be used as default title when present.

This will fix the #360 bug report.

The CLI handling code was redesigned for v0.4 and it seems the code
to assign a default title from v0.3.1 has been messed up. This bug
has not been triggered by build_examples.py due to it seems to call
the parse() function differently.

The output_name should be used as default title when present.

This will fix the #360 bug report.
@kvid kvid mentioned this pull request May 25, 2024
25 tasks
@kvid kvid changed the base branch from master to release/v0.4.1-rc May 25, 2024 16:40
@kvid kvid requested a review from formatc1702 June 1, 2024 01:38
@formatc1702 formatc1702 merged commit 1247e74 into release/v0.4.1-rc Jun 7, 2024
4 checks passed
@formatc1702 formatc1702 deleted the fix360 branch June 7, 2024 14:43
kvid added a commit that referenced this pull request Jun 7, 2024
The CLI handling code was redesigned for v0.4 and it seems the code
to assign a default title from v0.3.1 has been messed up. This bug
has not been triggered by build_examples.py due to it seems to call
the parse() function differently.

The output_name should be used as default title when present.

This will fix the #360 bug report.
kvid added a commit that referenced this pull request Jul 5, 2024
The CLI handling code was redesigned for v0.4 and it seems the code
to assign a default title from v0.3.1 has been messed up. This bug
has not been triggered by build_examples.py due to it seems to call
the parse() function differently.

The output_name should be used as default title when present.

This will fix the #360 bug report.
This pull request was closed.
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.

[bug] Title not updating on html output
3 participants