Skip to content

Commit b53880a

Browse files
authored
Merge pull request #35 from dbetebenner/master
Updates to docs and appveyor update
2 parents 6b8c85c + 8256442 commit b53880a

18 files changed

Lines changed: 80 additions & 202 deletions

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
^_pkgdown\.yml$
44
^README\.md$
55
^LICENSE.md
6-
^appveyor\.yml$
6+
^\.appveyor\.yml$
77
^vignettes/releases$
File renamed without changes.

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# randomNames 1.0-0.0
22

3-
* Changed numbering of releases from 3 to 4 digits.
4-
* Created real vignette and fixed everything up for a nice 1.0-0.0 release.
3+
* Rolling out the first 1.0 release with nice documentation.
54

65
# randomNames 0.6-0
76

_pkgdown.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ template:
66
home:
77
strip_header: true
88
links:
9-
- text: Learn more
10-
href: https://centerforassessment.github.io/randomNames
9+
- text: Other Center stuff
10+
href: https://centerforassessment.github.io/
1111

1212

1313
navbar:
1414
title: ~
1515
type: default
1616
left:
1717
- text: Getting Started
18-
href: articles/randomNames.html
18+
href: articles/toOrdinal.html
1919
- text: Reference
2020
href: reference/index.html
2121
- text: News
2222
menu:
2323
- text: "Release notes"
2424
- text: "Version 1.0-0.0"
25-
href: articles/releases/randomNames-1.0-0.html
25+
href: articles/releases/toOrdinal-1.0-0.0.html
2626
- text: "Version 0.0-1"
27-
href: articles/releases/randomNames-0.0-1.html
27+
href: articles/releases/toOrdinal-0.0-1.html
2828
- text: "------------------"
2929
- text: "Change log"
3030
href: news/index.html

docs/articles/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/randomNames.html

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/releases/randomNames-0.0-1.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/releases/randomNames-1.0-0.0.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)