-
Notifications
You must be signed in to change notification settings - Fork 0
overall doc review #210
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
Open
PipKat
wants to merge
5
commits into
main
Choose a base branch
from
docs/overall_review
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
overall doc review #210
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
86f3c13
overall doc review
PipKat 66e4e59
Additional edits for cleanup and better consistency
PipKat ef6b8f6
Fix based on running pre-commit
PipKat c57c1cd
Edits based on looking at HTML artifact
PipKat c1ab437
Fix some lines that were too long
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,29 +34,28 @@ PyHPS Data Transfer | |
Overview | ||
-------- | ||
|
||
Python client library for HPS Data Transfer Service | ||
PyHPS Data Transfer is a Python client library for the Ansys HPC Platform Services (HPS) data transfer service. | ||
|
||
.. contribute_start | ||
|
||
Installation | ||
^^^^^^^^^^^^ | ||
|
||
You can use `pip <https://pypi.org/project/pip/>`_ to install PyHPS Data Transfer. | ||
Note: This will be available only after released. For now, please install from git | ||
You can use `pip <https://pypi.org/project/pip/>`_ to install PyHPS Data Transfer in user mode. | ||
|
||
.. code:: bash | ||
|
||
pip install ansys-hps-data-transfer-client | ||
|
||
To install the latest development version, run these commands: | ||
To install the latest development version from the GitHub repository, run these commands: | ||
|
||
.. code:: bash | ||
|
||
git clone https://github.com/ansys/pyhps-data-transfer/ | ||
cd pyhps-data-transfer | ||
pip install -e . | ||
|
||
For more information, see `Getting Started`_. | ||
For more information, see `Getting started`_. | ||
|
||
Basic usage | ||
^^^^^^^^^^^ | ||
|
@@ -87,6 +86,6 @@ To reach the project support team, email `[email protected] <mailto:pyansys | |
|
||
|
||
.. LINKS AND REFERENCES | ||
.. _Getting Started: https://hps.docs.pyansys.com/version/stable/getting_started/index.html | ||
.. _Getting started: https://hps.docs.pyansys.com/version/stable/getting_started/index.html | ||
.. _Examples: https://hps.docs.pyansys.com/version/stable/examples.html | ||
.. _PyHPS Data Transfer documentation: https://hps.docs.pyansys.com/version/stable/index.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
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.
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.
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.
We should respect the capitalization that the creators use for the name.