Skip to content

Commit 4316948

Browse files
committed
add link from english to spanish docs; update history
1 parent 7173ed0 commit 4316948

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ website:
5050
(cd docs && $(MAKE) html SPHINXOPTS="-c sphinx/web" BUILDDIR="website/es" LANGUAGE="es")
5151

5252
installwebsite: website
53-
(cd docs/website/en/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
54-
(cd docs/website/es/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/es/)
53+
(cd docs/website/en && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
54+
(cd docs/website/es && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/es/)
5555

5656
# Register the new version on pypi
5757
.PHONY: register

docs/en/history.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Release History
33
===============
44

5+
Dev
6+
7+
- Added `Spanish translation for the documentation
8+
<http://www.doughellmann.com/docs/virtualenvwrapper/es/>`__ via
9+
Manuel Kaufmann's fork at
10+
http://bitbucket.org/humitos/virtualenvwrapper-es-translation/
11+
512
2.1
613

714
- Add support for ksh. Thanks to Doug Latornell for doing the

docs/en/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ Rich Leland has created a short `screencast
198198
<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/>`__
199199
showing off the features of virtualenvwrapper.
200200

201+
Manuel Kaufmann has `translated this documentation into Spanish
202+
<http://www.doughellmann.com/docs/virtualenvwrapper/es/>`__.
203+
201204
=======
202205
License
203206
=======

0 commit comments

Comments
 (0)