[issue36864] Double Spaces in the documentation

2019-05-09 Thread Jules Lasne
Change by Jules Lasne : -- nosy: +matrixise, mdk ___ Python tracker <https://bugs.python.org/issue36864> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36864] Double Spaces in the documentation

2019-05-09 Thread Jules Lasne
New submission from Jules Lasne : Hello, I've come to open this issue today because of the apparent split there is in the documentation about double spaces after a period. Here is a link to an article explaining some of the issue https://www.writing-skills.com/one-space-two-full-stop Anyway

[issue35524] using/windows launcher image might be deprecated

2019-02-27 Thread Jules Lasne
Jules Lasne added the comment: Hi there, any news on this ? Of course it isn't top priority but might as well do it if you can :) -- ___ Python tracker <https://bugs.python.org/issue35

[issue35524] using/windows launcher image might be deprecated

2018-12-19 Thread Jules Lasne
Jules Lasne added the comment: Here it is again, with display scaling disabled ! :) -- Added file: https://bugs.python.org/file48007/Screenshot_2.png ___ Python tracker <https://bugs.python.org/issue35

[issue35524] using/windows launcher image might be deprecated

2018-12-19 Thread Jules Lasne
Jules Lasne added the comment: Here is the image, it should be the same size (by a few pixels). Oddly enough, I couldn't get the bottom part to unfold and I can't figure out why -- Added file: https://bugs.python.org/file48005/win_install_python.png

[issue35524] using/windows launcher image might be deprecated

2018-12-18 Thread Jules Lasne
Jules Lasne added the comment: There is also a conflict between the image and the text: Under `Selecting a custom install`, a line says ``` To perform an all-users installation, you should select “Customize installation”. In this case: ``` But the screenshot of the installer shows that you

[issue35524] using/windows launcher image might be deprecated

2018-12-18 Thread Jules Lasne
New submission from Jules Lasne : https://docs.python.org/3/_images/win_installer.png This image corresponds to the Python 3.5 installer. Would it be useful to get a new screenshot of the latest installer ? I can do it if needed -- assignee: docs@python components: Documentation

[issue35492] Missing colon on func statement in library/sys doc

2018-12-14 Thread Jules Lasne
New submission from Jules Lasne : As you can see here, a `:` is missing for the href to be created. https://docs.python.org/3/library/sys.html#sys.get_coroutine_origin_tracking_depth -- assignee: docs@python components: Documentation messages: 331796 nosy: docs@python, mdk, seluj78

Re: [docs] Improvement Request

2018-11-26 Thread Jules Lasne
I thinks this is sphinx related, not the python doc team :) Regards, Jules Lasne +33640736355 jules.la...@gmail.com juleslasne.com Le lun. 26 nov. 2018 à 15:08, Sayan Kundu a écrit : > *** Please make "Table of Contents" an independent scrolling panel* > For a long documenta

[issue35249] Docs Makefile always rebuilds entire doc

2018-11-14 Thread Jules Lasne
Jules Lasne added the comment: Fixed in https://github.com/python/python-docs-fr/pull/426 -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue35249] Docs Makefile always rebuilds entire doc

2018-11-14 Thread Jules Lasne
New submission from Jules Lasne : When working on the Documentation or when translating it, I often have to rebuild the doc locally to see the changes I made and see how it looks. However, with the current configuration, It takes (on my computer at least) more than 4 minutes to build. After

[issue35200] Range repr could be better

2018-11-09 Thread Jules Lasne
Jules Lasne added the comment: As you can see in his PR (https://github.com/python/cpython/pull/10436), he added multiple display types based on the size of the range. This is easily represented in the dumb_range_repr function: https://github.com/python/cpython/pull/10436/files#diff