David Lord
|
aa9a994946
|
use pip instead of setup.py in fabric command
|
9 years ago |
David Lord
|
14a5a9e554
|
move setup.cfg info to setuptools docs, reword
|
9 years ago |
Shawn McElroy
|
33212309a2
|
updating docs and showing how to use `setup.cfg` to configure dev builds with sdist
|
9 years ago |
defuz
|
d338dc8a13
|
docs: ``.html``, ``.py``
|
10 years ago |
defuz
|
663802e976
|
docs: ``with``, ``for``, ``self``
|
10 years ago |
defuz
|
06d9a5e738
|
docs: :file:`/var/www/foo`, ``/static``
|
10 years ago |
defuz
|
ad011bc32d
|
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
|
10 years ago |
defuz
|
a8f570cc62
|
docs: :file:`app.py`, :file:`yourapp/templates`
|
10 years ago |
Petr Zemek
|
3159c86166
|
Unify the uses of "sourcecode" vs "source code".
Use "source code", which is more grammatically correct.
|
10 years ago |
Petr Zemek
|
ebab6718f7
|
Unify the uses of "testsuite" vs "test suite".
Use "test suite", which is more prevailing in the source code.
|
10 years ago |
Nico Revin
|
22219f51e5
|
Update doclinks
Fix redirects and broken links
|
10 years ago |
wilsaj
|
c40937e7bf
|
Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string (http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local)
|
14 years ago |
Aaron Kavlie
|
c6e4d743a9
|
A couple of corrections to the example fabfile.
|
14 years ago |
Armin Ronacher
|
d903f55e83
|
s/sdist/dist/. This fixes #106
|
14 years ago |
Armin Ronacher
|
5dd4e9f318
|
Fixed a typo
|
15 years ago |
Armin Ronacher
|
34fcd19306
|
Added chapter about fabric based deployments
|
15 years ago |