Skip to content

[mystmd] Fix mystmd build warnings #344

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

Open
kp992 opened this issue May 18, 2025 · 1 comment
Open

[mystmd] Fix mystmd build warnings #344

kp992 opened this issue May 18, 2025 · 1 comment

Comments

@kp992
Copy link

kp992 commented May 18, 2025

⚠️  about_py.md:419 unexpected option "scale" provided (in figure)
⚠️  about_py.md:425 unexpected option "scale" provided (in figure)
⚠️  getting_started.md:370 unexpected option "scale" provided (in figure)
⚠️  python_by_example.md:39 unexpected option "scale" provided (in figure)
⛔️ python_oop.md:12 Too many colons encountered in index line "single: OOP II: Building Classes"
   Index entry must follow pattern "type: entry; sub entry"
⛔️ python_oop.md:12 No entries parsed from index directive
⚠️  matplotlib.md:454 unexpected option "scale" provided (in figure)
⚠️  pandas.md:38 unexpected option "scale" provided (in figure)
⚠️  pandas.md:677 unexpected option "scale" provided (in figure)
⚠️  pandas.md:743 unexpected option "scale" provided (in figure)
⚠️  parallelization.md:136 unexpected option "scale" provided (in figure)
⛔️ status.md:16 unknown directive: nb-exec-table

@mmcky I have fixed almost all the warning apart from the few above. I am not sure how to migrate scale argument of figure in mystmd. Also, any suggestions on how to fix the status.md?

@kp992
Copy link
Author

kp992 commented May 20, 2025

Edit, the warnings are now reduced to:

⛔️ python_oop.md:12 Too many colons encountered in index line "single: OOP II: Building Classes"
   Index entry must follow pattern "type: entry; sub entry"
⛔️ python_oop.md:12 No entries parsed from index directive
⛔️ status.md:16 unknown directive: nb-exec-table

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

No branches or pull requests

1 participant