Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
currydoc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
curry-packages
currydoc
Commits
2b8f09d3
Commit
2b8f09d3
authored
4 years ago
by
Michael Hanus
Browse files
Options
Downloads
Patches
Plain Diff
URLs updated
parent
fe69aed7
No related branches found
Branches containing commit
Tags
v2.0.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/CurryDoc/Config.curry
+6
-2
6 additions, 2 deletions
src/CurryDoc/Config.curry
src/CurryDoc/Html.curry
+4
-4
4 additions, 4 deletions
src/CurryDoc/Html.curry
with
10 additions
and
6 deletions
src/CurryDoc/Config.curry
+
6
−
2
View file @
2b8f09d3
...
...
@@ -3,7 +3,7 @@
--- the CurryDoc tool.
---
--- @author Michael Hanus, Jan Tikovsky
--- @version
May
20
18
--- @version
October
20
20
----------------------------------------------------------------------
module CurryDoc.Config where
...
...
@@ -13,7 +13,7 @@ import CurryDoc.PackageConfig (packageVersion)
--- Version of currydoc
currydocVersion :: String
currydocVersion = "Version " ++ packageVersion ++ " of
May 2
, 20
18
"
currydocVersion = "Version " ++ packageVersion ++ " of
October 14
, 20
20
"
--- The URL of the base directory containing the styles, images, etc.
styleBaseURL :: String
...
...
@@ -39,3 +39,7 @@ currygleURL = "https://www-ps.informatik.uni-kiel.de/kics2/currygle/"
--- The URL of the Curry homepage
curryHomeURL :: String
curryHomeURL = "http://www.curry-lang.org"
--- The URL of the Curry Wiki
curryWikiURL :: String
curryWikiURL = "https://www-ps.informatik.uni-kiel.de/currywiki"
This diff is collapsed.
Click to expand it.
src/CurryDoc/Html.curry
+
4
−
4
View file @
2b8f09d3
...
...
@@ -2,7 +2,7 @@
--- Operations to generate documentation in HTML format.
---
--- @author Michael Hanus, Jan Tikovsky
--- @version
Decem
ber 20
18
--- @version
Octo
ber 20
20
----------------------------------------------------------------------
{-# OPTIONS_CYMAKE -Wno-incomplete-patterns #-}
...
...
@@ -807,7 +807,7 @@ syslibsLeftTopMenu =
syslibsRightTopMenu :: [[HtmlExp]]
syslibsRightTopMenu =
[ curryHomeItem
, [ehref (curry
Home
URL ++ "/documentation/report")
, [ehref (curry
Wiki
URL ++ "/documentation/report")
[extLinkIcon, htxt " Curry Report"]]
]
...
...
@@ -891,8 +891,8 @@ rightTopMenu :: [[HtmlExp]]
rightTopMenu =
[ curryHomeItem
, [ehref (currySystemURL++"/lib/")
[extLinkIcon, htxt $ " "++currySystem++" Libraries"]]
, [ehref (curry
Home
URL ++ "/tools/currydoc")
[extLinkIcon, htxt $ " "
++
currySystem
++
" Libraries"]]
, [ehref (curry
Wiki
URL ++ "/tools/currydoc")
[extLinkIcon, htxt " About CurryDoc"]]
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment