Expand "What's New and News Entries" to include Sphinx by aeros · Pull Request #525 · python/devguide
Fix warning message when ``os.chdir()`` fails inside ``test.support.temp_cwd()``. Patch by Chris Jerdonek. Fix warning message when :func:`os.chdir` fails inside :func:`test.support.temp_cwd`. Patch by Chris Jerdonek.
The inline Sphinx roles like ``:func:`` can be used to assist readers in finding more information. You can build html and verify that the link target is appropriate by using :ref:`make html <building-using-make>`.
While Sphinx roles can be beneficial to readers, they are not required. Inline ````code blocks```` can be used instead.
Working with Git_