Skip to content

Commit

Permalink
Docs: Remove some duplicate and redundant content. [skip ci]
Browse files Browse the repository at this point in the history
- We had two documents titled 'introduction'
- Weird wording in first paragraph
- Two 'See also' sections with similar contents.
  • Loading branch information
Ramiro Morales committed Mar 13, 2014
1 parent 881a14f commit a3c62cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ pymssql - DB-API interface to Microsoft SQL Server
.. image:: http://img.shields.io/pypi/v/pymssql.svg
:target: https://pypi.python.org/pypi/pymssql/

A simple database interface to `Microsoft SQL Server`_ (MS-SQL) for `Python`_
that builds on top of `FreeTDS`_ to provide a Python DB-API (`PEP-249`_)
interface to SQL Server.
A simple database interface for `Python`_ that builds on top of `FreeTDS`_ to
provide a Python DB-API (`PEP-249`_) interface to `Microsoft SQL Server`_.

.. _Microsoft SQL Server: http://www.microsoft.com/sqlserver/
.. _Python: http://www.python.org/
Expand Down
16 changes: 7 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
====================
pymssql Introduction
====================
=======
pymssql
=======

.. image:: https://travis-ci.org/pymssql/pymssql.png?branch=master
:target: https://travis-ci.org/pymssql/pymssql
Expand All @@ -16,10 +16,8 @@ pymssql Introduction
.. image:: http://img.shields.io/pypi/v/pymssql.svg
:target: https://pypi.python.org/pypi/pymssql/

A simple database interface to `Microsoft SQL Server`_ (MS-SQL) for `Python`_
that builds on top of `FreeTDS`_ to provide a Python DB-API (`PEP-249`_)
interface to *SQL Server*.

A simple database interface for `Python`_ that builds on top of `FreeTDS`_ to
provide a Python DB-API (`PEP-249`_) interface to `Microsoft SQL Server`_.

The 2.x branch of pymssql is built on the latest release of FreeTDS which
**removes many of the limitations** found with older FreeTDS versions and
Expand Down Expand Up @@ -69,10 +67,10 @@ Recent Changes
<Need to import>

.. _Docs & Project Home: http://pymssql.org
.. _Microsoft SQL Server: http://www.microsoft.com/sqlserver/
.. _Python: http://www.python.org/
.. _PEP-249: http://www.python.org/dev/peps/pep-0249/
.. _FreeTDS: http://www.freetds.org/
.. _PEP-249: http://www.python.org/dev/peps/pep-0249/
.. _Microsoft SQL Server: http://www.microsoft.com/sqlserver/
.. _Cython: http://cython.org
.. _FAQ & Troubleshooting: http://pymssql.org/faq.html
.. _PYPI Project: https://pypi.python.org/pypi/pymssql/
Expand Down
9 changes: 0 additions & 9 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,3 @@ We would be happy to have:
* Help from the community with maintenance of this documentation.

If interested, please connect with us on the mailing list.

.. seealso::

`PYPI Page`_, recent changelog, and Downloads

`FreeTDS User Guide`_

.. _PYPI Page: https://pypi.python.org/pypi/pymssql/
.. _FreeTDS User Guide: http://www.freetds.org/userguide/

0 comments on commit a3c62cd

Please sign in to comment.