@@ -35,22 +35,34 @@ PyDynamicReporting
3535
3636Overview
3737--------
38- The `` pydynamicreporting `` repository contains the Python client library for
39- Ansys Dynamic Reporting, previously documented as `Nexus `_. Ansys Dynamic
40- Reporting is a service for pushing items of many types, including images, text,
41- 3D scenes, and tables, into a database, where you can keep them organized and
42- create dynamic reports from them. When you use PyDynamicReporting to connect to
43- an instance of Ansys Dynamic Reporting, you have a Pythonic way of accessing all
44- capabilities of Ansys Dynamic Reporting.
38+ PyDynamicReporting is the Python client library for Ansys Dynamic Reporting,
39+ previously documented as `Nexus `_. Ansys Dynamic Reporting is a service for
40+ pushing items of many types, including images, text, 3D scenes, and tables ,
41+ into a database, where you can keep them organized and create dynamic reports
42+ from them. When you use PyDynamicReporting to connect to an instance of
43+ Ansys Dynamic Reporting, you have a Pythonic way of accessing all capabilities
44+ of Ansys Dynamic Reporting.
4545
4646Documentation and issues
4747------------------------
48- For comprehensive information on PyDynamicReporting, see the latest release
49- `documentation <https://dynamicreporting.docs.pyansys.com >`_.
48+ Documentation for the latest stable release of PyDynamicReporting is hosted at
49+ `PyDynamicReporting documentation <https://dynamicreporting.docs.pyansys.com/version/stable/ >`_.
50+
51+ In the upper right corner of the documentation's title bar, there is an option
52+ for switching from viewing the documentation for the latest stable release
53+ to viewing the documentation for the development version or previously
54+ released versions.
55+
56+ You can also `view <https://cheatsheets.docs.pyansys.com/pydynamicreporting_cheat_sheet.png >`_ or
57+ `download <https://cheatsheets.docs.pyansys.com/pydynamicreporting_cheat_sheet.pdf >`_ the
58+ PyDynamicReporting cheat sheet. This one-page reference provides syntax rules and commands
59+ for using PyDynamicReporting.
5060
5161On the `PyDynamicReporting Issues <https://github.com/ansys/pydynamicreporting/issues >`_
52- page, you can create issues to submit questions, report bugs, and request new
53- features. This is the best place to post questions and code.
62+ page, you can create issues to report bugs and request new features. On the `Discussions <https://discuss.ansys.com/ >`_
63+ page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.
64+
65+ To reach the project support team, email `
[email protected] <
[email protected] >`_.
5466
5567Installation
5668------------
0 commit comments