Skip to content

Commit 59a8349

Browse files
committed
removed the HTML/PDF generation code
1 parent 64ce870 commit 59a8349

File tree

14 files changed

+2
-418
lines changed

14 files changed

+2
-418
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

Guardfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -71,40 +71,8 @@ examples, some rules don't have examples that illustrate them clearly
7171
enough. In due time these issues will be addressed - just keep them in
7272
mind for now.
7373

74-
You can generate a PDF or an HTML copy of this guide using *rake*
75-
76-
To generate an HTML version
77-
78-
```bash
79-
$ rake generate:html
80-
```
81-
You should have a README.html file generated
82-
83-
To generate an PDF version
84-
85-
```bash
86-
$ rake generate:pdf
87-
```
88-
You should have a README.pdf file generated
89-
90-
To use these tasks you must have installed pygments and wkhtmltopdf
91-
92-
pygments can be installed using Python's easy_install command
93-
94-
```bash
95-
sudo easy_install pygments
96-
```
97-
98-
wkhtmltopdf can be installed in one of two methods
99-
100-
1. Install by hand (recommended):
101-
102-
<https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF>
103-
104-
2. Try using the wkhtmltopdf-binary gem (mac + linux i386)
105-
106-
gem install wkhtmltopdf-binary
107-
74+
You can generate a PDF or an HTML copy of this guide using
75+
[Transmuter](https://github.com/TechnoGate/transmuter).
10876

10977
<a name="formatting">
11078
## Formatting

Rakefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/ruby_style_guide.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/ruby_style_guide/html_generator.rb

Lines changed: 0 additions & 63 deletions
This file was deleted.

lib/ruby_style_guide/pdf_generator.rb

Lines changed: 0 additions & 30 deletions
This file was deleted.

lib/tasks/generate.rake

Lines changed: 0 additions & 44 deletions
This file was deleted.

lib/tasks/rspec.rake

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)