Skip to content

Commit b1a7588

Browse files
committed
Small fixes after building
1 parent 9dbd82d commit b1a7588

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

docs/source/getting_started/compatibility.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ To get a specific version of the ``ansys-dpf-core`` package, such as 0.7.0, use
8383
8484
pip install --force-reinstall ansys-dpf-core==0.7.0
8585
86+
.. _target_environment_variable_with_dpf_section:
8687

8788
Environment variable
8889
--------------------

docs/source/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installing DPF Server
3232
#. DPF Server is packaged within the **Ansys Unified Installer** starting with Ansys 2021 R1.
3333
To use it, download the standard installation using your preferred distribution channel,
3434
and install Ansys following the installer instructions. If you experience problems,
35-
see :ref:`Environment variable section <ref_compatibility>`. For information on getting
35+
see :ref:`Environment variable section <target_environment_variable_with_dpf_section>`. For information on getting
3636
a licensed copy of Ansys, visit the `Ansys website <https://www.ansys.com/>`_.
3737

3838
#. DPF Server is available as a **standalone** package (independent of the Ansys installer) on the

docs/source/user_guide/getting_started_with_dpf_server.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Running the DPF Server with PyDPF
4343
PyDPF-Core is a Python client API communicating with a **DPF Server**, either
4444
through the network using gRPC or directly in the same process. PyDPF-Post is a Python
4545
module based on PyDPF-Core.
46+
4647
Both PyDPF-Core and PyDPF-Post python modules can be used with the DPF Server. The instructions to install and get started with PyDPF-Core
4748
can be found at `PyDPF-Core, Getting Started section <https://dpf.docs.pyansys.com/getting_started/install.html>`_. The instructions to install and get
4849
started with PyDPF-Post can be found at `PyDPF-Post, Getting Started section <https://post.docs.pyansys.com/getting_started/install.html>`_.

docs/source/user_guide/server_context.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ This won't check out any license.
4141
entry_server = dpf.start_local_server()
4242
print(entry_server.context)
4343
44+
.. rst-class:: sphx-glr-script-out
45+
46+
.. code-block:: none
47+
48+
Server Context of type LicensingContextType.entry with no xml path
49+
4450
Getting started with Premium capabilities
4551
-----------------------------------------
4652

0 commit comments

Comments
 (0)