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

🐛 Improve ParameterGroup markdown rendering #916

Closed
s-weigand opened this issue Nov 28, 2021 · 0 comments · Fixed by #918
Closed

🐛 Improve ParameterGroup markdown rendering #916

s-weigand opened this issue Nov 28, 2021 · 0 comments · Fixed by #918
Assignees
Labels
Type: Bug Minor issues, non-crashing bug, slowdowns Type: Enhancement Feature requests
Milestone

Comments

@s-weigand
Copy link
Member

s-weigand commented Nov 28, 2021

Version information

  • pyglotaran version: 0.4?
  • Python version: all
  • Operating System: all

Describe the bug

The markdown representation of ParameterGroup is inconsistent and can unintentionally render as latex in notebooks.

To Reproduce

Use the example parameters described #901 on the quickstart notebook.

The problems are:

  • Expressions get rendered as latex
  • StdErr has too many significant numbers
  • Mixing of verbose names and abbreviations
    image

Expected behavior

More consistency and no latex rendering of expressions

Additional context

This is mostly an issue in notebooks

@s-weigand s-weigand added Type: Bug Minor issues, non-crashing bug, slowdowns Type: Enhancement Feature requests labels Nov 28, 2021
@s-weigand s-weigand self-assigned this Nov 28, 2021
@s-weigand s-weigand added this to the v0.5.0 milestone Nov 28, 2021
@jsnel jsnel closed this as completed in #918 Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Minor issues, non-crashing bug, slowdowns Type: Enhancement Feature requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant