-
Notifications
You must be signed in to change notification settings - Fork 73
Create faq.rst #282
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
Create faq.rst #282
Conversation
docs/source/faq.rst
Outdated
| .. contents:: The following is a list of common questions asked about pyOpenMS. | ||
|
|
||
| How can I wrap a new method with pyOpenMS? | ||
| ########################################### |
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.
Change headings formattings to the one discussed.
docs/source/faq.rst
Outdated
| How can I wrap a new class with pyOpenMS? | ||
| ######################################### | ||
|
|
||
| Create a new file ``src/pyOpenMS/pxds/CLASS_NAME.pxd`` and use the `procedure outlined <https://github.com/OpenMS/OpenMS/wiki/pyOpenMS#--wrapping-classes>`_. |
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.
instead of wiki, let's link to the page on pyopenms.readthedocs.
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.
done
docs/source/faq.rst
Outdated
| @@ -0,0 +1,22 @@ | |||
|
|
|||
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.
let's delete this newline.
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.
done
docs/source/faq.rst
Outdated
| How can I wrap a new class with pyOpenMS? | ||
| ----------------------------------------- | ||
|
|
||
| Create a new file ``src/pyOpenMS/pxds/CLASS_NAME.pxd`` and use the `procedure outlined <https://pyopenms.readthedocs.io/en/latest/wrap_classes.html?#how-pyopenms-wraps-python-classes>`_. |
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.
i was not clear: let's link it to: wrap_classes.rst#how-to-wrap-new-classes
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.
done
|
Missed: requires an entry here: https://github.com/OpenMS/pyopenms-docs/blob/master/docs/source/index.rst |
|
Kudos, SonarCloud Quality Gate passed! |
|
Thanks! |









Adding faq from wiki to pyopenms-docs.
Closes #281.