From 3e5d0f188d6c8633e55e9ba6c8941c07e459fa4b Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 24 Jul 2017 19:00:24 -0400 Subject: users-guide: Make it easier to reference haddocks Previously you had to painstakingly construct the URI to the haddock documentation. Now the Python bits have enough smarts to construct this themselves. Reviewers: austin, patrickdoc Reviewed By: patrickdoc Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3785 --- docs/users_guide/profiling.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/users_guide/profiling.rst') diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst index 3d25e4699b..3f2e592944 100644 --- a/docs/users_guide/profiling.rst +++ b/docs/users_guide/profiling.rst @@ -349,9 +349,9 @@ for all modules in a program. Adds an automatic ``SCC`` annotation to all *call sites*. This is particularly useful when using profiling for the purposes of - generating stack traces; see the function :base-ref:`traceStack ` in the - module ``Debug.Trace``, or the :rts-flag:`-xc` RTS flag - (:ref:`rts-options-debugging`) for more details. + generating stack traces; see the function :base-ref:`Debug.Trace.traceShow`, + or the :rts-flag:`-xc` RTS flag (:ref:`rts-options-debugging`) for more + details. .. ghc-flag:: -fprof-cafs -- cgit v1.2.1