8000 doc cleanup · codepongo/PyMySQL@ef55b02 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef55b02

Browse files
committed
doc cleanup
1 parent 0081da6 commit ef55b02

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

README.rst

-5
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ The last stable release is available on PyPI and can be installed with ``pip``::
5454

5555
$ pip install PyMySQL
5656

57-
For more details, please have a look at the
58-
`installation instructions <http://tensorvision.readthedocs.io/en/latest/user/installation.html>`_
59-
in the documentation.
60-
6157

6258
Documentation
6359
-------------
@@ -67,7 +63,6 @@ Documentation is available online: http://pymysql.readthedocs.io/
6763
For support, please refer to the `StackOverflow
6864
<http://stackoverflow.com/questions/tagged/pymysql>`_.
6965

70-
7166
Example
7267
-------
7368

docs/source/user/development.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ You can help developing PyMySQL by `contributing on GitHub`_.
88

99
.. _contributing on GitHub: https://github.com/PyMySQL/PyMySQL
1010

11-
1211
Building the documentation
13-
==========================
12+
--------------------------
1413

1514
Go to the ``docs`` directory and run ``make html``.
1615

1716

1817
Test Suite
19-
==========
18+
-----------
2019

2120
If you would like to run the test suite, create database for test like this::
2221

@@ -36,4 +35,4 @@ To run all the tests, execute the script ``runtests.py``::
3635
A ``tox.ini`` file is also provided for conveniently running tests on multiple
3736
Python versions::
3837

39-
$ tox
38+
$ tox

docs/source/user/installation.rst

+1-12
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ The last stable release is available on PyPI and can be installed with ``pip``::
88

99
$ pip install PyMySQL
1010

11-
Alternatively (e.g. if ``pip`` is not available), a tarball can be downloaded
12-
from GitHub and installed with Setuptools::
13-
14-
$ # X.X is the desired PyMySQL version (e.g. 0.5 or 0.6).
15-
$ curl -L https://github.com/PyMySQL/PyMySQL/tarball/pymysql-X.X | tar xz
16-
$ cd PyMySQL*
17-
$ python setup.py install
18-
$ # The folder PyMySQL* can be safely removed now.
19-
20-
However, you might have to install some requirements first.
21-
2211
Requirements
2312
-------------
2413

@@ -37,4 +26,4 @@ Requirements
3726
.. _PyPy: http://pypy.org/
3827
.. _IronPython: http://ironpython.net/
3928
.. _MySQL: http://www.mysql.com/
40-
.. _MariaDB: https://mariadb.org/
29+
.. _MariaDB: https://mariadb.org/

0 commit comments

Comments
 (0)
0