diff --git a/README.rst b/README.rst index 9b34ee0c..338f0486 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Ansys Sphinx theme |ansys| |python| |pypi| |GH-CI| |MIT| |black| .. |ansys| image:: https://img.shields.io/badge/Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC - :target: https://ansys.github.io/ + :target: https://github.com/ansys :alt: Ansys .. |python| image:: https://img.shields.io/badge/Python-%3E%3D3.7-blue @@ -88,9 +88,9 @@ You can optionally install and use this tool. For more information, see its `_ documentation. Before contributing to a PyAnsys library, see -`Contributing `_ +`Contributing `_ in the *PyAnsys Developer's Guide* for overall guidance, paying particular -attention to `How-to `_ for +attention to `How-to `_ for guidelines and best practices. License diff --git a/doc/source/conf.py b/doc/source/conf.py index 241a9236..04830d10 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,7 +46,7 @@ "github_url": "https://github.com/ansys/ansys-sphinx-theme", "contact_mail": "pyansys.support@ansys.com", "additional_breadcrumbs": [ - ("Ansys Internal Developer Portal", "https://dev.docs.ansys.com"), + ("PyAnsys", "https://docs.pyansys.com/"), ], "external_links": [ { diff --git a/doc/source/user_guide/options.rst b/doc/source/user_guide/options.rst index 0760fb0b..2103ba46 100644 --- a/doc/source/user_guide/options.rst +++ b/doc/source/user_guide/options.rst @@ -55,7 +55,7 @@ switching between light and dark modes. The second is for going to the library's GitHub repository. - For comprehensive information on customizing icons, see - `Configure icon links `_ + `Configure icon links `_ in the *PyData Theme* documentation. - For comprehensive information on `Font Awesome `_, an icon library and toolkit, see its `documentation `_, @@ -116,7 +116,7 @@ dictionary in the ``conf.py`` file. This dictionary should contain the following keys: #. ``host``: The host name of your MeiliSearch instance. It is hosted at - https://search.pyansys.com on port 443 (default). + https://backend.search.pyansys.com on port 7700 (default). You can set this to an environment variable using ``os.getenv()`` for added security. If no value is provided, the default public host for PyAnsys is used.