Commit Graph

43 Commits

Author SHA1 Message Date
Andrew Janke a622afa235 More typo, grammar, and style fixes 2018-12-18 00:26:44 -05:00
Marc Poulin 35c13bc9ea Fixed all H2 headings
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Marc Poulin 693c8ca677 Fixed all H1 headings
Before, H1 headings were not consistent.
Now, all H1 headings user over/under hashes.
2018-11-29 11:46:30 -07:00
Thomas Güttler 8785c71f28 Added hint, that py2exe looks dated.
PR for #911
2018-08-13 15:01:20 +02:00
Dan Bader 03ed5fbf0d Host photos locally 2018-07-16 17:51:29 -07:00
kennethreitz 30c0a34fae Update freezing.rst 2017-09-04 17:03:43 -04:00
wangbx e0f8d9166c correct wrong Mac OS X app bundles link 2017-07-31 23:31:26 +08:00
Marco Bakera 79caf4f9c3 fixing link to manual of PyInstaller. 2017-07-12 08:35:32 +02:00
Barmaley13 fcd3b1324d Adding some documentation 2017-05-15 17:19:03 -06:00
Barmaley13 d2708a6b3d Adding most basic bbfreeze code 2017-05-15 16:23:15 -06:00
Marijn van der Zee 2f9028969c Remove wrong usage of :option:
From http://www.sphinx-doc.org/en/stable/domains.html#directive-option:

  > The directive will create cross-reference targets for the given options,
  > referencable by option (in the example case, you’d use something like
  > :option:`dest_dir`, :option:`-m`, or :option:`--module`).

I don't think we're intending here to create cross references,
we simply want to render it nicely.

So just use code formatting instead.

This gets rid of the last build warnings.
2017-03-11 15:18:48 +01:00
Chocobo1 7c8dfd0d3e Correct name for the game "Civilization IV" 2016-11-06 19:57:59 +08:00
kennethreitz 2b44ee34c8 Update freezing.rst 2016-02-13 03:39:54 -05:00
kennethreitz c2c49f08fc Update freezing.rst 2016-02-13 03:39:21 -05:00
kennethreitz 4e5b195371 Update freezing.rst 2016-02-13 03:39:06 -05:00
Saurav Sachidanand c9035bd548 Updated formatting in PyInstaller for OS X section 2015-12-03 12:04:41 +05:30
Saurav Sachidanand b05b43090b Updated PyInstaller section for OS X
Added explanation and examples for PyInstaller for OS X.
2015-12-03 11:59:53 +05:30
Mark van Lent 36faeccf6a Fix "Literal block expected; none found." warning. 2015-10-21 06:20:11 +02:00
Mark van Lent 28518b1ada Replace the "non breaking space" unicode character with a normal space. 2015-10-21 06:19:55 +02:00
Alex Grönholm eb5d3da8fc PyInstaller is py3 compatible now 2015-10-08 13:42:16 +03:00
Tobias Schmidt 139a9671db fixed a few typos 2015-10-03 00:50:20 +02:00
Jonathan Hartley c0b377e84d also mention .rpm as an example Linux package 2015-08-28 11:01:00 +01:00
Jonathan Hartley 2914f72188 Megabyte is abbreviated 'MB', according to wikipedia 2015-08-21 14:54:53 +01:00
Jonathan Hartley 5587288b81 Freezing: clarify how it affects Python security updates 2015-08-21 13:30:50 +01:00
Jonathan Hartley 1a79ec73c2 Intro paras for Freezing and Packaging Your Code
I've tried to describe why you would choose one method over
another, and what the relative advantages and disadvantages
are of each method.

I'm painfully aware that I haven't covered the combo of
freezing an application *then* creating a Linux distro
package of it, but maybe that's a battle for another day.

My intent is to add more content on the Freezing page
once this commit is accepted, so I can hear your feedback
before doing any further work.

Thanks.
2015-08-21 13:27:33 +01:00
Mike Driscoll 0bcbf041bb Update freezing.rst 2014-09-23 16:29:58 -05:00
Ian Cordasco 4dec827aa3 Merge pull request #408 from Zearin/markup-option
Mark up command line options
2014-04-14 19:48:34 -05:00
Ian Cordasco d815acc62d Merge pull request #410 from Zearin/markup-file-again
Mark up files (…that I missed earlier…)
2014-04-14 19:46:19 -05:00
Zearin f2fc5d9c1c Mark up files (…that I missed earlier…) 2014-04-14 08:21:16 -04:00
Zearin ba34421d66 Mark up command line options 2014-04-14 08:18:35 -04:00
Tony 841fa9cf87 freezing.rst: Fix heading’s hyphen length 2014-04-14 08:02:32 -04:00
Zearin 64d756feb9 OSX ▶︎ OS X
Also removed “Mac”, as the official name was officially shortened to “OS X” a few releases ago.
2014-04-11 14:55:19 -04:00
Zearin cc7b19356e Mark up files & directories 2014-04-11 11:26:37 -04:00
Ian Cordasco 9d8a49187e Merge pull request #393 from Zearin/code-blocks
Code blocks
2014-04-01 21:02:57 -05:00
Zearin 1e4b4a5460 docs/**: Specify language for code-blocks (syntax highlighting! mmm…) 2014-03-28 13:26:24 -04:00
Artem Pyanykh 2d69455a2a Replace all references to Distribute with Setuptools.
Distribute was merged back into setuptools and discontinued.
2014-03-25 12:54:21 +04:00
Pascal Borreli 54f1d8ca4d Fixed typos 2013-04-01 19:09:15 +00:00
Kyle Kelley 3e603ca9c1 Grammar, US English spelling 2013-03-22 23:49:10 -04:00
Domen Kožar 33ab7535c2 Add comparison table and py2exe notes on freezing topic 2012-07-25 22:47:26 +02:00
Mike Thornton 05f7ede1bd Mostly added s, AUTHORS.rst, fixed some links, added some text editors 2011-12-30 01:20:28 -06:00
Seyi Ogunyemi 7376f76802 Typo fixes. 2011-10-12 04:41:52 +02:00
Kenneth Reitz 2b80c13c49 dropbox 2011-05-12 02:48:25 -04:00
Kenneth Reitz 9b8af20caf massive refactor 2011-04-23 16:39:47 -04:00