[Git][ghc/ghc][master] Tweak man page for ghc command
Marge Bot
gitlab at gitlab.haskell.org
Thu May 14 00:07:07 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
1a93ea57 by Takenobu Tani at 2020-05-13T20:06:54-04:00
Tweak man page for ghc command
This commit updates the ghc command's man page as followings:
* Enable `man_show_urls` to show URL addresses in the `DESCRIPTION`
section of ghc.rst, because sphinx currently removes hyperlinks
for man pages.
* Add a `SEE ALSO` section to point to the GHC homepage
- - - - -
2 changed files:
- docs/users_guide/conf.py
- docs/users_guide/ghc.rst
Changes:
=====================================
docs/users_guide/conf.py
=====================================
@@ -135,7 +135,7 @@ man_pages = [
]
# If true, show URL addresses after external links.
-#man_show_urls = False
+man_show_urls = True
# -- Options for Texinfo output -------------------------------------------
=====================================
docs/users_guide/ghc.rst
=====================================
@@ -379,3 +379,8 @@ Copyright
Copyright 2015. The University Court of the University of Glasgow.
All rights reserved.
+
+See also
+--------
+
+https://www.haskell.org/ghc the GHC homepage
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1a93ea57355d521b92daf4e3120de88a1f94deee
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1a93ea57355d521b92daf4e3120de88a1f94deee
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200513/22fb4c73/attachment.html>
More information about the ghc-commits
mailing list