diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-07-24 19:00:24 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-24 19:01:22 -0400 |
commit | 3e5d0f188d6c8633e55e9ba6c8941c07e459fa4b (patch) | |
tree | dfe3367d65f7549bc4ee05b5c6a9076d8b901ac4 /docs/users_guide/profiling.rst | |
parent | 58b62d6b2bffcd31c0f3425330ff738f6ba37271 (diff) | |
download | haskell-3e5d0f188d6c8633e55e9ba6c8941c07e459fa4b.tar.gz |
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
Diffstat (limited to 'docs/users_guide/profiling.rst')
-rw-r--r-- | docs/users_guide/profiling.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 <Debug-Trace.html#traceShow>` 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 |