From db9a067934958c50f72a69465aeca7624dbdfac8 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 19 Feb 2024 22:11:06 -0500 Subject: [PATCH] Docs: Updates to python docs to reflect the user manual These were renamed in the manual. This updates to using the full RNA path for these properties. --- doc/python_api/rst/info_quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst index 46af1f55856..807db5ec4fd 100644 --- a/doc/python_api/rst/info_quickstart.rst +++ b/doc/python_api/rst/info_quickstart.rst @@ -35,8 +35,8 @@ but not to fully cover each topic. A quick list of helpful things to know before starting: -- Enable :ref:`Developer Extra ` - and :ref:`Python Tooltips `. +- Enable :ref:`Developer Extra ` + and :ref:`Python Tooltips `. - The :ref:`Python Console ` is great for testing one-liners; it has autocompletion so you can inspect the API quickly. - Button tooltips show Python attributes and operator names (when enabled see above).