Skip to content

Commit

Permalink
fix: README links (#114)
Browse files Browse the repository at this point in the history
yards handling of links to files in the repo ist a bit strange. You have to use
this syntax `{file:local-file-name.md}'. Do not forget to add the file to
.yardopts!
  • Loading branch information
monora committed Jun 19, 2023
1 parent ea991fe commit b8687cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Publish Documentation

on:
release:
types: [published]
push:
tags:
- 'v*'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
examples/*.rb
rakelib/dep_graph.rake
CHANGELOG.md
LICENSE
.github/*.md

29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,29 +283,20 @@ read and matz for Ruby. Dave included in the latest version of RDoc (alpha9)
the module {RGL::DOT} which is used instead of Roberts module to visualize
graphs.

Jeremy Bopp, John Carter, Sascha Doerdelmann, Shawn Garbett, Andreas
Schörk, Dan Čermák, Kirill Lashuk and Markus Napp for contributing additions, test
cases and bugfixes.

See also the [list of contributers][5]
Jeremy Bopp, John Carter, Sascha Doerdelmann, Shawn Garbett, Andreas Schörk, Dan
Čermák, Kirill Lashuk and Markus Napp for contributing additions, test cases and
bugfixes. The complete list of contributers is
[here](https://github.com/monora/rgl/contributors).

## Links

- See [CHANGELOG.md][1] for major/breaking updates, and [releases][2] for a
detailed version history.
- To **contribute**, please read [CONTRIBUTING.md][4] first.
- Please [open an issue][3] if anything is missing or unclear in this
documentation.
- See {file:CHANGELOG.md} for major/breaking updates.
- To **contribute**, please read {file:.github/CONTRIBUTING.md} first.
- Please [open an issue](https://github.com/monora/rgl/issues/new) if anything
is missing or unclear in this documentation.

## Copying

RGL is Copyright (c) 2002,2004,2005,2008,2013,2015,2019,2020,2022,2023 by Horst
Duchene. It is free software, and may be redistributed under the [Ruby
license](.LICENSE) and terms specified in
the LICENSE file.

[1] ./CHANGELOG.md
[2] https://github.com/monora/rgl/releases
[3] https://github.com/monora/rgl/issues/new
[4] ./.github/CONTRIBUTING.md
[5] https://github.com/monora/rgl/contributors
Duchene. It is free software, and may be redistributed under the {file:LICENSE}
and terms specified in the LICENSE file.

0 comments on commit b8687cd

Please sign in to comment.