-
Notifications
You must be signed in to change notification settings - Fork 56
Edit doc overall based on PyAnsys doc style guidelines #655
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
408c8f8
Implement vale on pyfluent
RobPasMue 53e6f6d
Typo in YAML file
RobPasMue 53fea8f
Merge branch 'main' into doc/implement-vale
RobPasMue 03e6024
Edits to PyFluent content to use PyAnsys style
PipKat 1ae5a2e
Additional edits based on a local doc build
PipKat 5c8bf93
Fix format errors
PipKat 0492b8f
fix typo
PipKat 5c2090e
Apply suggestions from code review
PipKat 0929315
Edits based on review comments
PipKat b6c166c
Update README.rst
PipKat 4eabbf9
Additional cleanup for events
PipKat b3ce742
A few more edits
PipKat 405f9ca
Update doc/source/user_guide/solution.rst
PipKat 3aecb5a
Use ":ref:" links instead of URLs for internal references
PipKat 9659d49
Edits to main index file and examples
PipKat b55e8f8
Edit API files
PipKat 6e7e899
Merge branch 'main' into doc/implement-vale
RobPasMue c9ff68e
Merge branch 'main' into doc/overall_edit_for_PyAnsys_style
PipKat ea65251
Apply suggestions from code review
PipKat 0451a95
Apply suggestions from code review
PipKat 043b1b9
Merge branch 'doc/implement-vale' of https://github.com/pyansys/pyflu…
PipKat 9f7554f
Fix errors found by Vale.
PipKat a079f6a
Try to fix doc build error
PipKat 47e1670
Merge branch 'main' of https://github.com/pyansys/pyfluent into doc/o…
PipKat 022d8fc
Try to fix style check error
PipKat 0d53a3a
Another style fix
PipKat b43fba8
Fix doc build errors
PipKat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# Contributing | ||
|
||
We absolutely welcome any code contributions and we hope that this guide will | ||
facilitate an understanding of the PyFluent code repository. It is important to | ||
note that while the PyFluent software package is maintained by ANSYS and any | ||
submissions will be reviewed thoroughly before merging, we still seek to foster | ||
We welcome any code contributions and hope that this guide facilitates | ||
an understanding of the PyFluent code repository. It is important to | ||
note that while the PyFluent software package is maintained by Ansys and any | ||
submissions are reviewed thoroughly before merging, we still seek to foster | ||
a community that can support user questions and develop new features to make | ||
this software a useful tool for all users. As such, we welcome and encourage | ||
this software a useful tool for all users. As such, we welcome and encourage | ||
any questions or submissions to this repository. | ||
|
||
Please reference | ||
[Contributing](https://fluentdocs.pyansys.com/contributing.html) for the full | ||
documentation regarding contributing to the PyFluent project. | ||
For more information on contributing to PyFluent, see [Contributing](https://fluentdocs.pyansys.com/contributing.html). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Core settings | ||
# ============= | ||
|
||
# Location of our `styles` | ||
StylesPath = "styles" | ||
|
||
# The options are `suggestion`, `warning`, or `error` (defaults to “warning”). | ||
MinAlertLevel = warning | ||
|
||
# By default, `code` and `tt` are ignored. | ||
IgnoredScopes = code, tt | ||
|
||
# By default, `script`, `style`, `pre`, and `figure` are ignored. | ||
SkippedScopes = script, style, pre, figure | ||
|
||
# WordTemplate specifies what Vale will consider to be an individual word. | ||
WordTemplate = \b(?:%s)\b | ||
|
||
# List of Packages to be used for our guidelines | ||
Packages = Google | ||
|
||
# Define the Ansys vocabulary | ||
Vocab = ANSYS | ||
|
||
[*.{md,rst}] | ||
|
||
# Apply the following styles | ||
BasedOnStyles = Vale, Google | ||
|
||
# Removing Google-specific rule - Not applicable under some circumstances | ||
Google.WordList = NO | ||
Google.Colons = NO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.