Commit Graph

139 Commits

Author SHA1 Message Date
Marc Poulin ade79fad44 Merge pull request #965 from apjanke/fix-build-warnings
Fix sphinx build warnings
2018-12-21 09:50:06 -07:00
Marc Poulin 705e90ef43 Merge branch 'master' into standard-american-english 2018-12-20 15:03:09 -07:00
Surya Teja Reddy Valluri dc85a33f3a Fixed Scripts issue 2018-12-20 21:34:46 +05:30
Surya Teja Reddy Valluri a5eb4cae8e Merge branch 'master' of https://github.com/realpython/python-guide 2018-12-20 21:28:23 +05:30
Marc Poulin 32437cc4bc Merge pull request #952 from apjanke/typos
Typo and grammar fixes
2018-12-19 08:42:58 -07:00
Andrew Janke 97679865ac Fix "WARNING: Title level inconsistent" 2018-12-18 14:01:35 -05:00
Surya Teja Reddy Valluri 179493d96c small typo 2018-12-18 22:33:59 +05:30
Surya Teja Reddy Valluri 7022a9faef Fixed typos/grammer 2018-12-18 22:32:01 +05:30
Andrew Janke a2555b9852 Standardize on American English for the Guide 2018-12-18 02:32:06 -05:00
Andrew Janke e6d6e47b46 Use "Unix" instead of "UNIX" consistently 2018-12-18 00:33:12 -05:00
Andrew Janke eb6ec70706 Typo, grammar, and style fixes 2018-12-17 17:23:26 -05:00
Surya Teja af9971071b Added windows virtual environment activation command. Closes #942 2018-12-16 19:08:05 +05:30
Dan Bader 03ed5fbf0d Host photos locally 2018-07-16 17:51:29 -07:00
Dan Bader 64c752a241 Update /en/latest/ internal links 2018-07-16 16:52:15 -07:00
Dan Bader 40571f40e8 Make HTTPS the default & update canonical 2018-07-16 14:35:36 -07:00
Dan Bader 75b235fdf0 Bump deps 2018-07-16 12:10:07 -07:00
Youngsup Oh d7f9ff4180 Fix undefined labels
- pip, Pipenv, Pipfile
2018-06-03 04:43:31 +09:00
Moritz Reiter be727dbcf4 Update information about pip caching 2018-02-17 16:34:48 +01:00
Oliver Newman 63cbbefdf0 Fix VS Code extension link 2018-01-10 09:14:53 -08:00
kennethreitz 65cf3b1c49 Merge pull request #855 from BlueStarCoder/patch-1
correct typo in virtualenvs.rst
2017-11-02 15:41:07 -04:00
kikisdeliveryservice d6982f162f add internal link to version control ignores 2017-10-31 09:22:02 -07:00
BlueStarCoder 11b1297f99 correct typo in virtualenvs.rst
change $PROJECT_HOME to $WORKON_HOME on line 362
2017-10-26 10:24:08 +05:30
Jero 2e2be97ae9 Fix typo
From 'avalable' to 'available'
2017-10-07 11:06:34 +08:00
kennethreitz afa74782c5 Update virtualenvs.rst 2017-09-30 09:15:40 -04:00
kennethreitz 98735c6354 Update env.rst 2017-09-04 17:06:17 -04:00
kennethreitz 7eca881a11 Update pip-virtualenv.rst 2017-09-04 17:05:23 -04:00
kennethreitz 13832a64ff Update virtualenvs.rst 2017-09-04 17:04:56 -04:00
kennethreitz 4dbf587160 Update virtualenvs.rst 2017-08-31 03:11:20 -04:00
kennethreitz ba1cdd54ec Update virtualenvs.rst 2017-08-30 20:37:11 -04:00
kennethreitz 86e7d9f08b Update virtualenvs.rst 2017-08-30 19:56:58 -04:00
kennethreitz 134bf0ad0b Update virtualenvs.rst 2017-08-30 19:28:26 -04:00
kennethreitz 53c1c7db1e Update virtualenvs.rst 2017-08-30 18:53:00 -04:00
kennethreitz 2ca6cdb5f1 Update virtualenvs.rst 2017-08-30 18:48:18 -04:00
kennethreitz aee8a9f9cb Update virtualenvs.rst 2017-08-30 18:35:01 -04:00
kennethreitz a554f0f645 Update virtualenvs.rst 2017-08-30 18:32:20 -04:00
kennethreitz 6a8feb001c Update virtualenvs.rst 2017-08-30 18:25:47 -04:00
Daniel Andersson 3f8f2fd739 pep8 is nowadays called pycodestyle
See <https://github.com/PyCQA/pycodestyle/issues/466>. Pointing towards
the `pep8` tool risks leading users to outdated versions of the tool
(the last `pep8` version is 1.7.0 from January 2016; the currently
latest `pycodestyle` version is 2.3.0).
2017-05-25 19:40:08 +02:00
Abhishek Kumar Singh d6789d22f1 Check virtualenv installation, close #657 2017-04-10 21:03:09 +05:30
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
Marijn van der Zee 04587705fa Fix undeline warnings
https://travis-ci.org/kennethreitz/python-guide/builds/204641280
2017-03-11 11:28:36 +01:00
Luis Rueda ff3879cf6f Update virtualenvs.rst
Renames the virtual environment name from venv to my_project so that the reader is clear that they should not name their environment venv which could lead to confusion later (venv appearing on the left of the prompt)
2017-02-23 14:03:50 -05:00
Kenneth Reitz 96ddd776e0 improvements 2016-12-07 11:34:28 -08:00
kennethreitz c939324188 Merge pull request #687 from adamn/master
Removed references to Setuptools/easy_install in favor of pip.
2016-12-07 11:30:23 -08:00
Nathan Goldbaum e414047377 typo fix in virtualenv development instructions 2016-12-04 13:38:35 -06:00
Will Humphreys 220001839d Fix missing space 2016-11-29 18:24:54 +00:00
Adam Nelson b832f669e6 Previous merge didnt handle 2 conflicts properly 2016-11-14 14:31:53 -05:00
Adam Nelson e7ca528206 Merge remote-tracking branch 'upstream/master' 2016-11-14 14:25:47 -05:00
Aditya be8ce2704d Update to recent versions of Django for virtualenv example 2016-10-26 20:37:54 +05:30
Adam Chainz af7d603e97 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-09-21 08:31:09 +01:00
Don Jayamanne 46ca5e9323 fixed review issues 2016-07-07 00:23:31 +10:00