doc cleanup
This commit is contained in:
@@ -54,10 +54,6 @@ The last stable release is available on PyPI and can be installed with ``pip``::
|
|||||||
|
|
||||||
$ pip install PyMySQL
|
$ pip install PyMySQL
|
||||||
|
|
||||||
For more details, please have a look at the
|
|
||||||
`installation instructions <http://tensorvision.readthedocs.io/en/latest/user/installation.html>`_
|
|
||||||
in the documentation.
|
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
@@ -67,7 +63,6 @@ Documentation is available online: http://pymysql.readthedocs.io/
|
|||||||
For support, please refer to the `StackOverflow
|
For support, please refer to the `StackOverflow
|
||||||
<http://stackoverflow.com/questions/tagged/pymysql>`_.
|
<http://stackoverflow.com/questions/tagged/pymysql>`_.
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
@@ -8,15 +8,14 @@ You can help developing PyMySQL by `contributing on GitHub`_.
|
|||||||
|
|
||||||
.. _contributing on GitHub: https://github.com/PyMySQL/PyMySQL
|
.. _contributing on GitHub: https://github.com/PyMySQL/PyMySQL
|
||||||
|
|
||||||
|
|
||||||
Building the documentation
|
Building the documentation
|
||||||
==========================
|
--------------------------
|
||||||
|
|
||||||
Go to the ``docs`` directory and run ``make html``.
|
Go to the ``docs`` directory and run ``make html``.
|
||||||
|
|
||||||
|
|
||||||
Test Suite
|
Test Suite
|
||||||
==========
|
-----------
|
||||||
|
|
||||||
If you would like to run the test suite, create database for test like this::
|
If you would like to run the test suite, create database for test like this::
|
||||||
|
|
||||||
|
|||||||
@@ -8,17 +8,6 @@ The last stable release is available on PyPI and can be installed with ``pip``::
|
|||||||
|
|
||||||
$ pip install PyMySQL
|
$ pip install PyMySQL
|
||||||
|
|
||||||
Alternatively (e.g. if ``pip`` is not available), a tarball can be downloaded
|
|
||||||
from GitHub and installed with Setuptools::
|
|
||||||
|
|
||||||
$ # X.X is the desired PyMySQL version (e.g. 0.5 or 0.6).
|
|
||||||
$ curl -L https://github.com/PyMySQL/PyMySQL/tarball/pymysql-X.X | tar xz
|
|
||||||
$ cd PyMySQL*
|
|
||||||
$ python setup.py install
|
|
||||||
$ # The folder PyMySQL* can be safely removed now.
|
|
||||||
|
|
||||||
However, you might have to install some requirements first.
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user