Skip to content

Commit cf604cd

Browse files
committed
Remove links from headers
1 parent abfa46d commit cf604cd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Psychgus name comes from the well-styled character Gus from the TV show Psyc
5959
- [Generating Doc](#generating-doc)
6060
- [License](#license)
6161
62-
## [//](#contents) Setup
62+
## Setup
6363
6464
Pick your poison...
6565
@@ -93,7 +93,7 @@ $ bundle install
9393
$ bundle exec rake install:local
9494
```
9595

96-
## [//](#contents) Using
96+
## Using
9797

9898
Documentation (YARDoc) is available on my [GitHub Page](https://esotericpig.github.io/docs/psychgus/yardoc/index.html) and on [RubyDoc.info](https://www.rubydoc.info/gems/psychgus).
9999

@@ -111,7 +111,7 @@ Instead of making your own styler, you can also use one of the [pre-defined styl
111111
| [Advanced Usage](#advanced-usage)
112112
| [Common Stylers](#common-stylers)
113113

114-
### [//](#using) Simple Example
114+
### Simple Example
115115

116116
```Ruby
117117
require 'psychgus'
@@ -157,7 +157,7 @@ puts Coffee.new.to_yaml
157157
# style: [Cappuccino, Espresso, Latte, Mocha]
158158
```
159159

160-
### [//](#using) Hash Example
160+
### Hash Example
161161

162162
```Ruby
163163
require 'psychgus'
@@ -252,7 +252,7 @@ puts burgers.to_yaml({:indent => 3,:stylers => BurgerStyler.new,:deref_aliases =
252252
# Bun: Kaiser
253253
```
254254

255-
### [//](#using) Class Example
255+
### Class Example
256256

257257
```Ruby
258258
require 'psychgus'
@@ -423,7 +423,7 @@ puts burgers.to_yaml({:indent => 3,:deref_aliases => true})
423423
# Sauce: 'Honey BBQ'
424424
```
425425

426-
### [//](#using) Advanced Usage
426+
### Advanced Usage
427427

428428
```Ruby
429429
require 'psychgus'
@@ -514,7 +514,7 @@ puts parser.handler.root.to_ruby
514514
puts
515515
```
516516

517-
### [//](#using) Common Stylers
517+
### Common Stylers
518518

519519
A collection of commonly-used [Stylers](https://esotericpig.github.io/docs/psychgus/yardoc/Psychgus/Stylers.html) and [Stylables](https://esotericpig.github.io/docs/psychgus/yardoc/Psychgus/Stylables.html) are included with Psychgus.
520520

@@ -527,7 +527,7 @@ A collection of commonly-used [Stylers](https://esotericpig.github.io/docs/psych
527527
| [NoTagStyler](https://esotericpig.github.io/docs/psychgus/yardoc/Psychgus/Stylers/NoTagStyler.html) | Tag remover for classes |
528528
| [SeqFlowStyler](https://esotericpig.github.io/docs/psychgus/yardoc/Psychgus/Stylers/SeqFlowStyler.html) | FLOW style changer for Sequences only |
529529

530-
#### [//](#common-stylers) Stylers Example
530+
#### Stylers Example
531531

532532
```Ruby
533533
require 'psychgus'
@@ -571,7 +571,7 @@ puts EggCarton.new.to_yaml
571571
# - green
572572
```
573573

574-
## [//](#contents) Hacking
574+
## Hacking
575575

576576
```
577577
$ git clone 'https://github.com/esotericpig/psychgus.git'
@@ -580,13 +580,13 @@ $ bundle install
580580
$ bundle exec rake -T
581581
```
582582
583-
### [//](#hacking) Testing
583+
### Testing
584584
585585
Run tests:
586586
587587
`$ bundle exec rake test`
588588
589-
### [//](#hacking) Generating Doc
589+
### Generating Doc
590590
591591
Generate doc:
592592
@@ -596,7 +596,7 @@ Clean & generate pristine doc:
596596
597597
`$ bundle exec rake clobber doc`
598598
599-
## [//](#contents) License
599+
## License
600600
601601
[GNU LGPL v3+](LICENSE.txt)
602602

0 commit comments

Comments
 (0)