Skip to content

Improve man and html page rendering#549

Merged
MikeFultonDev merged 6 commits intomainfrom
helpstdout
Nov 3, 2023
Merged

Improve man and html page rendering#549
MikeFultonDev merged 6 commits intomainfrom
helpstdout

Conversation

@MikeFultonDev
Copy link
Copy Markdown
Collaborator

Primarily formatting changes for the online help so it renders better. In particular, you need 2 spaces after a word and it's definition for it to be rendered properly.
Also fixed a place where *.yml may not exist in generate and it spits out a disconcerting warning.
Added back the common.sh include now that things seem to have settled.

Comment thread bin/zopen-generate
cp "${MYDIR}/../data/CONTRIBUTING.md" "${name}port/CONTRIBUTING.md"
mkdir -p "${name}port/.github/workflows"
cp "${MYDIR}/../data/*.yml" "${name}port/.github/workflows/"
cp "${MYDIR}/../data/*.yml" "${name}port/.github/workflows/" 2>/dev/null # no yml files yet?
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I must have forgotten to add the data files. Opened PR #550

Copy link
Copy Markdown
Member

@IgorTodorovskiIBM IgorTodorovskiIBM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@IgorTodorovskiIBM
Copy link
Copy Markdown
Member

/run tests

2 similar comments
@MikeFultonDev
Copy link
Copy Markdown
Collaborator Author

/run tests

@MikeFultonDev
Copy link
Copy Markdown
Collaborator Author

/run tests

@MikeFultonDev MikeFultonDev merged commit 9f127a2 into main Nov 3, 2023
@MikeFultonDev MikeFultonDev deleted the helpstdout branch November 3, 2023 00:01
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.

3 participants