-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update readme and other changes #553
Conversation
README.rst
Outdated
:alt: PyAnsys | ||
|
||
.. |pypi| image:: https://img.shields.io/pypi/v/pyfluent.svg?logo=python&logoColor=white | ||
:target: https://pypi.org/project/pyfluent |
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.
There is an existing pypi package here. We probably need to use a different link, e.g. https://pypi.org/project/pyfluent-core
@@ -28,7 +27,7 @@ | |||
"numpy>=1.21.5", | |||
"protobuf==3.20.1", | |||
"appdirs>=1.4.0", | |||
"pandas>=1.4.1" if sys.version_info.minor > 7 else "pandas==1.3.5", | |||
"pandas>=1.1.5", |
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.
This is the maximum supported version for python 3.7.0 (the minimum python version we support).
in the *PyAnsys Developer's Guide*. Ensure that you are thoroughly familiar with | ||
it and all `Guidelines and Best Practices | ||
<https://dev.docs.pyansys.com/guidelines/index.html>`_ before attempting to | ||
it and `Coding Style |
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.
There doesn't seem to be a Guidelines and Best Practices section at present. Coding Style is the closest I could find.
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.
Yeah, they moved all the guidelines to the "How-To" instead.
* Adding some doc examples 01 * Adding journal title Co-authored-by: Anurag Kulshrestha <[email protected]>
No description provided.