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

Fix several things that were broken in recent revisions. #19

Merged

Conversation

drgrice1
Copy link

Remove the CodeMirror eclipse theme, and just use the default. This is the same default used in the PGProblemEditor for webwork2, and is actually very similar to the eclipse theme. If you don't like the dark theme, then we should just use the default.

Increase the width of the sidebar to fit the content.

Make the dropdown show the correct label when the macros page is selected.

Remove the "default" tab pane and hidden sidebar item. The instructions that were in the tab pane simply aren't needed. This is a straightforward page with not much else to do. In addition the hidden list-group-item completely messes up the sidebar appearance.

Remove the duplicate "parserFormulaUpToConstant.pl" key in macro_pod.yml, and add the missing "parserAutoStrings.pl" macro that is referenced in "doc/sample-problems/problem-techniques/StringsInContext.pg". Since this was not in the yml file, this caused a use of uninitialized value in string concatenation warning, and obviously the link didn't work.

Also fix several issues with the documentation in the graph tool problems.

Remove the CodeMirror eclipse theme, and just use the default.  This is
the same default used in the PGProblemEditor for webwork2, and is
actually very similar to the eclipse theme.  If you don't like the dark
theme, then we should just use the default.

Increase the width of the sidebar to fit the content.

Make the dropdown show the correct label when the macros page is
selected.

Remove the "default" tab pane and hidden sidebar item.  The instructions
that were in the tab pane simply aren't needed.  This is a
straightforward page with not much else to do.  In addition the hidden
list-group-item completely messes up the sidebar appearance.

Remove the duplicate "parserFormulaUpToConstant.pl" key in
macro_pod.yml, and add the missing "parserAutoStrings.pl" macro that is
referenced in
"doc/sample-problems/problem-techniques/StringsInContext.pg".  Since
this was not in the yml file, this caused a use of uninitialized value
in string concatenation warning, and obviously the link didn't work.

Also fix several issues with the documentation in the graph tool
problems.
@pstaabp pstaabp merged commit 6a21854 into pstaabp:sample-problems-doc Jun 23, 2023
2 checks passed
@drgrice1 drgrice1 deleted the sample-problems-doc-fixes branch June 23, 2023 11:17
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.

2 participants