Skip to content

Commit 2af18ad

Browse files
committed
Remove Inline::Python stuff
Fixes #1301
1 parent 69296f2 commit 2af18ad

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ in the [#perl6 IRC channel](https://perl6.org/community/irc).
3030
- [Pod::To::HTML](#podtohtml)
3131
- [Mojolicious / Web Server](#mojolicious--web-server)
3232
- [SASS compiler](#sass-compiler)
33-
- [pygmentize](#pygmentize)
34-
- [Inline::Python](#inlinepython)
3533
- [Build and view the documentation](#build-and-view-the-documentation)
3634

3735
## General principles
@@ -264,55 +262,6 @@ or the [CSS::Sass Perl 5 module](https://modules.perl6.org/repo/CSS::Sass)
264262
The SASS files are compiled when you run `make html`, or `make sass`, or
265263
start the development webserver (`./app-start`).
266264

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-
316265
### Build and view the documentation
317266

318267
To actually build the documentation all you now need to do is run

0 commit comments

Comments
 (0)