@@ -30,8 +30,6 @@ in the [#perl6 IRC channel](https://perl6.org/community/irc).
30
30
- [ Pod::To::HTML] ( #podtohtml )
31
31
- [ Mojolicious / Web Server] ( #mojolicious--web-server )
32
32
- [ SASS compiler] ( #sass-compiler )
33
- - [ pygmentize] ( #pygmentize )
34
- - [ Inline::Python] ( #inlinepython )
35
33
- [ Build and view the documentation] ( #build-and-view-the-documentation )
36
34
37
35
## General principles
@@ -264,55 +262,6 @@ or the [CSS::Sass Perl 5 module](https://modules.perl6.org/repo/CSS::Sass)
264
262
The SASS files are compiled when you run ` make html ` , or ` make sass ` , or
265
263
start the development webserver (` ./app-start ` ).
266
264
267
- #### pygmentize
268
-
269
- This program adds syntax highlighting to the code examples. Highlighting of
270
- Perl 6 code was added in version 2.0, so you need at least this version if
271
- you wish to produced syntax highlighted documentation on your local
272
- computer.
273
-
274
- If you use Debian/Jessie, you can install ` pygmentize ` via the
275
- ` python-pygments ` package:
276
-
277
- $ aptitude install python-pygments
278
-
279
- On Ubuntu install the package ` python-pygments ` :
280
-
281
- $ sudo apt-get install python-pygments
282
-
283
- On Fedora the package is also named ` python-pygments ` :
284
-
285
- $ sudo yum install python-pygments
286
-
287
- Otherwise, you probably need to use [ ` pip ` ] ( https://pip.pypa.io/en/latest/ )
288
- (the Python package installer):
289
-
290
- $ pip install pygmentize
291
-
292
- #### Inline::Python
293
-
294
- ` Inline::Python ` is optional, however will speed up documentation builds
295
- using syntax highlighting.
296
-
297
- First, you'll need the Python Devel header files and libraries if they have not
298
- already been installed:
299
-
300
- On Debian, install the ` python-dev ` package:
301
-
302
- aptitude install python-dev
303
-
304
- On Ubuntu, the package is also named ` python-dev ` :
305
-
306
- sudo apt-get install python-dev
307
-
308
- On Fedora, install the ` python-devel ` package:
309
-
310
- sudo yum install python-devel
311
-
312
- Use ` zef ` to install the ` Inline::Python ` module:
313
-
314
- $ zef install Inline::Python
315
-
316
265
### Build and view the documentation
317
266
318
267
To actually build the documentation all you now need to do is run
0 commit comments