Commit Graph

1804 Commits

Author SHA1 Message Date
Lokesh Dhakal 558e60c33c Minor Changes 2020-11-22 15:54:31 +01:00
Dan Bader 843348ebc7 Merge pull request #1080 from tomer/patch-1
Fix link to direnv.net on file virtualenvs.rst
2020-10-11 09:25:29 -07:00
Dan Bader 192d358393 Merge pull request #1081 from schilli91/feature/add-formatters-issue-931
Add auto-formatting section
2020-10-11 09:24:47 -07:00
Moritz Schillinger e438a80ec8 Add auto-formatting section 2020-10-11 11:52:31 +02:00
Tomer Cohen 715472dc21 Fix link to direnv.net on file virtualenvs.rst 2020-10-10 01:17:24 +03:00
Dan Bader a1c9d692f6 Merge pull request #1065 from pyfisch/pyfisch-json
Remove simplejson from guide
2020-10-08 14:52:15 -07:00
Andrew Martin 9385d82078 update brew download link
if you use the older `ruby` command, the brew installer throws a warning:
```
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```
2020-09-28 10:34:16 -04:00
Bartosz Zaczyński b2eab694ed Merge pull request #1068 from hharutyunyan/master
Fixes for Python 2 End of Life
2020-09-21 18:20:53 +02:00
Henry Harutyunyan 5ae6568805 Update docs/starting/which-python.rst
Co-authored-by: Bartosz Zaczyński <bartosz.zaczynski@gmail.com>
2020-09-21 20:14:47 +04:00
Bartosz Zaczyński 1bea7ad6ad Merge pull request #1069 from hroncok/patch-1
Update Fedora instructions a bit
2020-09-21 16:30:10 +02:00
Miro Hrončok 4075a0b840 Update Fedora instructions a bit 2020-09-20 13:56:53 +02:00
Henry Harutyunyan c53cf42b6b Fixes for Python 2 End of Life
Since Python2 reached the end of its life in January, we need to update the page "Picking a Python Interpreter" accordingly
2020-09-16 15:41:44 +04:00
pyfisch 140f1039ac Remove section on unittest2
Only needed for Python 2.6 and below
2020-08-29 22:47:06 +02:00
pyfisch 58befe505f Remove simplejson from guide
The simplejson library was only needed for Python 2.5 and earlier.
Update documentation link to Python 3.
2020-08-28 11:14:04 +02:00
Bartosz Zaczyński 06873210e2 Merge pull request #1055 from fedorenchik/fedorenchik-latexpdfja
Add missing .PHONY target latexpdfja
2020-08-14 20:57:52 +02:00
Bartosz Zaczyński 9d88b5e820 Merge pull request #1031 from cclauss/patch-2
Setup Python 3.8 on Ubuntu
2020-08-14 20:53:45 +02:00
Bartosz Zaczyński d4054825ea Merge pull request #1039 from KayceeIngram/patch-3
Update cli.rst
2020-08-13 11:50:28 +02:00
Bartosz Zaczyński e5083b4ca0 Merge pull request #1038 from jhermann/patch-2
Broken deep link ⇒ making it a more robust root one
2020-08-13 11:46:02 +02:00
Bartosz Zaczyński c4ec15c97b Merge pull request #1022 from carloshvp/master
#1021 Moved VS Code to Text Editor
2020-08-13 11:36:29 +02:00
Bartosz Zaczyński e245d923c8 Title overline was too short 2020-08-12 16:15:48 +02:00
Bartosz Zaczyński 19b32c4ee0 Merge pull request #1054 from gison93/master
Fix link to Repository Structure and Python
2020-08-12 15:57:00 +02:00
Bartosz Zaczyński 6a641f8833 Merge pull request #1036 from okin/update_koans_repo_link
Update the link to Python Koans
2020-08-12 15:22:48 +02:00
Lucas Alava Peña ba6a9f27e6 Fixed Pro Python link from unused domain to seller
from unused domain to where it is sold
2020-07-19 14:44:16 +01:00
Dan Bader e09e7720b5 Merge pull request #1042 from romilly/master
mu editor
2020-07-17 00:00:10 -07:00
Leonid V. Fedorenchik a43f914faf Add missing .PHONY target latexpdfja 2020-05-08 15:13:31 +08:00
gison93 e030842c8a Fix link 2020-04-29 12:58:12 +02:00
Dan Bader adae3f06ee Update 2020-03-19 17:24:47 -07:00
Romilly Cocking 88377b8e64 Fixed typo 2020-02-27 16:19:23 +00:00
Romilly Cocking 66e19ef0fe Added description of mu IDE. 2020-02-27 16:17:25 +00:00
Kaycee 6e55eb1a3d Update cli.rst 2020-02-09 14:04:56 -06:00
Jürgen Hermann 967f7d08d1 Broken deep link ⇒ making it a more robust root one 2020-02-07 12:57:02 +01:00
Niko Wenselowski ea9da28c6d The GitHub repo is much more uptodate.
It has a working Python 3 version with fixed and updated tests.
2020-02-03 23:04:38 +01:00
Dan Bader cfec971a97 Update ads.txt 2020-01-16 16:04:28 +01:00
Christian Clauss 131e43a4f6 Setup Python 3.8 on Ubuntu 2020-01-14 07:41:24 +01:00
davidwales 5292e8c587 Fix broken Sphinx links 2019-12-12 14:40:06 +11:00
davidwales f93e747876 Fix broken Sphinx link 2019-12-12 14:20:13 +11:00
Carlos Hernandez-Vaquero bccf450132 Moved VS Code to Text Editor 2019-12-08 17:34:52 +01:00
angellmethod 56c6f2ef69 Update diveinto link
The diveinto.org link is broken when I try it.  I found that https://diveinto.org/python3/table-of-contents.html works but the https://diveintopython3.net/ is shorter and appears less broken to someone reading the url for the first time.  The table of content at this updated address looks the same as what I found on the web.archive.org for the diveinto.org link.
2019-11-27 12:34:07 -06:00
pierreluctg b353da2984 Correcting pyenv url 2019-11-15 14:57:16 -05:00
BRIGANTI Raffaele (EXT) 71d69ee7ea Fixed link to pep20_by_example.pdf. Now the link is the github repo of the author. 2019-11-11 23:08:05 +01:00
Nishant Singh 1eedf3a2f2 Fixed broken link to Pipenv documentation
Changed `https://docs.pipenv.org/` -> `https://pipenv.kennethreitz.org/`
2019-10-29 16:55:37 +05:30
Marc Poulin 131a064830 Merge pull request #1011 from llpinokio/master
entry Latest release date added to comparison of features table
2019-10-15 14:41:21 -06:00
azzamsa a00b6a31c1 Fix broken link to Kenneth Reitz homepage 2019-10-11 07:37:08 +07:00
Giuliano Oliveira ec308a99c5 entry Latest release date added to comparassion of features table 2019-10-05 16:00:26 -04:00
Dan Bader d4c46386d5 Update 2019-09-16 10:24:21 -06:00
kennethreitz 010cbc0b91 Merge pull request #1003 from ankostis/patch-1
Use PY3 http.server instead of SimpleHTTPServer
2019-07-16 11:06:51 -04:00
谭九鼎 90cbdc8e20 Trivial fix 2019-07-16 11:40:10 +08:00
Kostis Anagnostopoulos e4ca32a36c Use PY3 http.server instead of SimpleHTTPServer 2019-07-13 05:12:18 +02:00
Dan Bader 6140459d2c Update ads.txt 2019-06-09 20:05:12 -07:00
Dan Bader d6d39ce69b Fix mixed content warning (HTTPS) 2019-05-31 11:26:44 -07:00