Fix python doc link

This commit is contained in:
Julien Palard 2017-05-27 23:30:35 +02:00
parent 8e6f46f9a8
commit b52e2b9f27
3 changed files with 5 additions and 2 deletions

View File

@ -40,6 +40,9 @@ endif
html: html:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
rsync:
rsync -vah /home/mdk/my/www/ mdk.fr:/var/www/
help: help:
@echo 'Makefile for a pelican Web site ' @echo 'Makefile for a pelican Web site '
@echo ' ' @echo ' '

View File

@ -8,7 +8,7 @@ status: hidden
Senior lead software architect at [meltygroup](http://www.meltygroup.com). Senior lead software architect at [meltygroup](http://www.meltygroup.com).
- My projects - My projects
- [Translating python doc in French](http://www.afpy.org/doc/python/3.5/). - [Translating the Python documentation in French](https://www.python.org/dev/peps/pep-0545/).
- [logtop](http://julienpalard.github.io/logtop/) a realtime log line analzer. - [logtop](http://julienpalard.github.io/logtop/) a realtime log line analzer.
- [Pipe](//julienpalard.github.io/Pipe/) a python module to use | like in a shell ([on Github](https://github.com/JulienPalard/Pipe), [on PyPI](//pypi.python.org/pypi/pipe/1.3)). - [Pipe](//julienpalard.github.io/Pipe/) a python module to use | like in a shell ([on Github](https://github.com/JulienPalard/Pipe), [on PyPI](//pypi.python.org/pypi/pipe/1.3)).
- [ashttp](//julienpalard.github.io/ashttp/) a way to expose shell command output as http. - [ashttp](//julienpalard.github.io/ashttp/) a way to expose shell command output as http.

View File

@ -1,4 +1,4 @@
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin); /* @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin); */
/***** Global *****/ /***** Global *****/
/* Paragraphs */ /* Paragraphs */