You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/development/debugging_extensions.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Once the process launches, simply type ``run`` and the test suite will begin, st
80
80
Checking memory leaks with valgrind
81
81
===================================
82
82
83
-
You can use `Valgrind <https://www.valgrind.org>`_ to check for and log memory leaks in extensions. For instance, to check for a memory leak in a test from the suite you can run:
83
+
You can use `Valgrind <https://valgrind.org/>`_ to check for and log memory leaks in extensions. For instance, to check for a memory leak in a test from the suite you can run:
Copy file name to clipboardExpand all lines: doc/source/development/extending.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -468,7 +468,7 @@ This would be more or less equivalent to:
468
468
The backend module can then use other visualization tools (Bokeh, Altair,...)
469
469
to generate the plots.
470
470
471
-
Libraries implementing the plotting backend should use `entry points <https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins>`__
471
+
Libraries implementing the plotting backend should use `entry points <https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`__
472
472
to make their backend discoverable to pandas. The key is ``"pandas_plotting_backends"``. For example, pandas
473
473
registers the default "matplotlib" backend as follows.
.. _list of permissions: https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization
240
+
.. _list of permissions: https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization
0 commit comments