Re: Anonymous hyperlinks in restructuredtext

2016-05-28 Thread Sergio Spina
Il giorno sabato 28 maggio 2016 14:37:21 UTC+2, Ned Batchelder ha scritto: > On Saturday, May 28, 2016 at 8:28:35 AM UTC-4, Sergio Spina wrote: > > From the "restructuredtext markup specification": > > > > >Anonymous hyperlink targets consist of an explicit

Anonymous hyperlinks in restructuredtext

2016-05-28 Thread Sergio Spina
>From the "restructuredtext markup specification": >Anonymous hyperlink targets consist of an explicit markup >start (".. "), two underscores, a colon, whitespace, and a >link block; there is no reference name: > >.. __: anonymous-hyperlink-target-link-block > >An

Re: Help for a complex RE

2016-05-08 Thread Sergio Spina
Il giorno domenica 8 maggio 2016 18:16:56 UTC+2, Peter Otten ha scritto: > Sergio Spina wrote: > > > In the following ipython session: > > > >> Python 3.5.1+ (default, Feb 24 2016, 11:28:57) > >> Type "copyright", "credits" or

Help for a complex RE

2016-05-08 Thread Sergio Spina
In the following ipython session: > Python 3.5.1+ (default, Feb 24 2016, 11:28:57) > Type "copyright", "credits" or "license" for more information. > > IPython 2.3.0 -- An enhanced Interactive Python. > > In [1]: import re > > In [2]: patt = r""" # the match pattern is: > ...: .+ #

Re: ReST: link bookmark

2016-04-19 Thread Sergio Spina
Il giorno domenica 17 aprile 2016 12:14:57 UTC+2, Sergio Spina ha scritto: > Il giorno domenica 17 aprile 2016 12:04:38 UTC+2, Sergio Spina ha scritto: > > I would know what is the way to implement in ReST a link bookmark like in > > this example: > > > > > >

Re: ReST: link bookmark

2016-04-17 Thread Sergio Spina
Il giorno domenica 17 aprile 2016 12:04:38 UTC+2, Sergio Spina ha scritto: > I would know what is the way to implement in ReST a link bookmark like in > this example: > > > > > > > > > This text stand for an example of text containing > > a bookmarked t

ReST: link bookmark

2016-04-17 Thread Sergio Spina
I would know what is the way to implement in ReST a link bookmark like in this example: > > > > This text stand for an example of text containing > a bookmarked target bookmark. > > So let's go all together to visit the bookmarked target > clicking on this link. > > > The string that is the

Re: python3 - No module named 'html5lib'

2016-04-15 Thread Sergio Spina
Il giorno giovedì 14 aprile 2016 17:54:00 UTC+2, Wildman ha scritto: > On Thu, 14 Apr 2016 02:31:59 -0700, Sergio Spina wrote: > > > I'm running a python3 program that requires html5lib but I receive the > > error No module named 'html5lib'. > > > > He

python3 - No module named 'html5lib'

2016-04-14 Thread Sergio Spina
I'm running a python3 program that requires html5lib but I receive the error No module named 'html5lib'. Here are two session of terminal: sam@pc ~ $ python Python 2.7.9 (default, Mar 1 2015, 12:57:24) [GCC 4.9.2] on linux2 >>> import html5lib >>> html5lib.__file__