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

M kovalsky/dynamicdocumentation #121

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

m-kovalsky
Copy link
Collaborator

No description provided.


markdown_example = '## Function Examples\n'
# Function Examples
for d, d_alias in dirs.items():
Copy link
Contributor

Choose a reason for hiding this comment

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

can you reduce the nesting a bit by maybe building up a list first?

from what I can see you should be able to a do single list comprehension with loops + ifs?

.github/workflows/_generate_readme.py Show resolved Hide resolved
@@ -0,0 +1,2498 @@
## Function Examples
Copy link
Contributor

Choose a reason for hiding this comment

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

is there any way you can host this markdown on github docs and somehow reference it instead of the readme?

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