-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add suggestions to survey #5
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,10 +174,10 @@ questions: | |
multiple: true | ||
other: true | ||
choices: | ||
- "Google format (indented sections)" | ||
- "Google format (my_param (type): description)" | ||
- "Numpydoc format (my_param : type \n description indented on new line)" | ||
- "Sphinx format (:param [my_param]: description)" | ||
- "Markdown" | ||
- "Numpydoc format (underlined sections)" | ||
- "Sphinx format (reStructuredText)" | ||
- "I don’t know" | ||
|
||
# Motivation: Reflect on priorities for documentation in general. | ||
|
@@ -268,7 +268,7 @@ questions: | |
- "Sphinx Book" | ||
- "Sphinx Bootstrap" | ||
- "Sphinx Immaterial" | ||
- "Something else/I don’t know" | ||
- "I don’t know" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Something else" is already covered by the |
||
|
||
# Motivation: Explore patterns in Sphinx output priorities. This might be useful for contextualizing other answers. | ||
- title: "In which formats do you publish your documentation with sphinx?" | ||
|
@@ -297,7 +297,9 @@ questions: | |
- "No native support for Markdown" | ||
- "Performance issues" | ||
- "reStructuredText syntax is too complicated" | ||
- "Sphinx breaks too often" | ||
- "usability issues, e.g. unclear error messages" | ||
- "Insufficient documentation" | ||
- "Sphinx breaks too often on new releases" | ||
Comment on lines
+300
to
+302
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Notice that adding more options will also require tweaking the |
||
- "Sphinx is missing features I want" | ||
|
||
# Motivation: Explore patterns in what people using Sphinx struggle with. | ||
|
Uh oh!
There was an error while loading. Please reload this page.
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.
The parameter formatting may be more easy to recognize. Alternatively can we have links (e.g. to https://www.sphinx-doc.org/en/master/tutorial/automatic-doc-generation.html) or maybe a small sample page that we generate.
I can imagine people use one of the styles without knowing how it's named. I think we are more interested in actual usage of the formats rather then whether the people know how their used format is called.