-
Notifications
You must be signed in to change notification settings - Fork 58
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
base: main
Are you sure you want to change the base?
M kovalsky/dynamicdocumentation #121
Conversation
|
||
markdown_example = '## Function Examples\n' | ||
# Function Examples | ||
for d, d_alias in dirs.items(): |
There was a problem hiding this comment.
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?
function_examples.md
Outdated
@@ -0,0 +1,2498 @@ | |||
## Function Examples |
There was a problem hiding this comment.
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?
No description provided.