Skip to content

Commit 1410e86

Browse files
authored
Update README.rst
1 parent 325e2e2 commit 1410e86

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

README.rst

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation and upgrade
2828
2929
.. code:: bash
3030
31-
curl https://bootstrap.pypa.io/ez_setup.py -o - | python
31+
curl https://bootstrap.pypa.io/ez_setup.py -o \-| python
3232
python setup.py install --prefix=/opt/setuptools
3333
sudo easy_install webdavclient
3434
@@ -264,14 +264,14 @@ resources.
264264
wdc
265265
===
266266

267-
wdc - a cross-platform utility that provides convenient work with
267+
wdc \-a cross-platform utility that provides convenient work with
268268
WebDAV-servers right from your console. In addition to full
269269
implementations of methods from webdav API, also added methods content
270270
sync local and remote directories.
271271

272272
**Authentication**
273273

274-
- *Basic authentication*
274+
\- *Basic authentication*
275275

276276
.. code:: bash
277277
@@ -282,7 +282,7 @@ sync local and remote directories.
282282
proxy_password: p_password
283283
success
284284
285-
- Authorize the application using OAuth token\*
285+
\- Authorize the application using OAuth token\*
286286

287287
.. code:: bash
288288
@@ -345,17 +345,17 @@ be on the project
345345
+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
346346
| Servers | free | info | list | mkdir | clean | copy | move | download | upload |
347347
+================+========+========+========+=========+=========+========+========+============+==========+
348-
| Yandex.Disk | + | + | + | + | + | + | + | + | + |
348+
| Yandex.Disk | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
349349
+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
350-
| Dropbox | - | + | + | + | + | + | + | + | + |
350+
| Dropbox | \- | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
351351
+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
352-
| Google Drive | - | + | + | + | + | - | - | + | + |
352+
| Google Drive | \- | \+ | \+ | \+ | \+ | \- | \- | \+ | \+ |
353353
+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
354-
| Box | + | + | + | + | + | + | + | + | + |
354+
| Box | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ | \+ |
355355
+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
356-
| 4shared | - | + | + | + | + | - | - | + | + |
356+
| 4shared | \- | \+ | \+ | \+ | \+ | \- | \- | \+ | \+ |
357357
+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
358-
| Webdavserver | - | + | + | + | + | - | - | + | + |
358+
| Webdavserver | \- | \+ | \+ | \+ | \+ | \- | \- | \+ | \+ |
359359
+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
360360

361361
Publish and unpublish methods supports only Yandex.Disk.
@@ -375,20 +375,20 @@ A list of settings for WebDAV servers:
375375
hostname: https://webdav.yandex.ru
376376
login: #login_for_yandex
377377
password: #pass_for_yandex
378-
- dropbox hostname: https://dav.dropdav.com
378+
\-dropbox hostname: https://dav.dropdav.com
379379
login: #login_for dropdav
380380
password: #pass_for_dropdav
381-
- google
381+
\-google
382382
hostname: https://dav-pocket.appspot.com
383383
root: docso
384384
login: #login_for_dav-pocket
385385
password: #pass_for_dav-pocket
386-
- box
386+
\-box
387387
hostname: https://dav.box.com
388388
root: dav
389389
login: #login_for_box
390390
password: #pass_for_box
391-
- 4shared
391+
\-4shared
392392
hostname: https://webdav.4shared.com
393393
login: #login_for_4shared
394394
password: #pass_for_4shared
@@ -417,6 +417,11 @@ or locally
417417
#.bashrc
418418
eval "$(register-python-argcomplete wdc)"
419419
420+
Acknowledgments
421+
===============
422+
423+
Thanks to the ``JetBrains`` company for
424+
420425
.. |PyPI version| image:: https://badge.fury.io/py/webdavclient.svg
421426
:target: http://badge.fury.io/py/webdavclient
422427
.. |Requirements Status| image:: https://requires.io/github/designerror/webdav-client-python/requirements.svg?branch=master&style=flat

0 commit comments

Comments
 (0)