Skip to content

Commit c2a2a5b

Browse files
committed
minor updates
1 parent f79f458 commit c2a2a5b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.DS_Store

-2 KB
Binary file not shown.

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pyJASPAR
33

44
A serverless interface to Biopython to query and access JASPAR motifs from different releases of JASPAR database using sqlite3.
55

6-
.. image:: https://travis-ci.org/asntech/pyjaspar.svg?branch=master
6+
.. image:: https://travis-ci.org/asntech/pyjaspar.svg?branch=main
77
:target: https://travis-ci.org/asntech/pyjaspar
88

99
.. image:: https://img.shields.io/pypi/pyversions/pyjaspar.svg
@@ -34,7 +34,8 @@ pyJASPAR provides access to JASPAR database releases including:
3434
- `JASPAR2016 <http://jaspar2016.genereg.net>`_
3535
- `JASPAR2014 <http://jaspar2014.genereg.net>`_
3636

37-
.. note:: This is a serverless SQLite wrapper around the Biopython JASPAR module `Bio.motifs.jaspar.db` which requires JASPAR MySQL database sever connection details.
37+
38+
**Note**: This is a serverless SQLite wrapper around the Biopython JASPAR module `Bio.motifs.jaspar.db` which requires JASPAR MySQL database sever connection details.
3839

3940

4041
Documentation
@@ -114,7 +115,8 @@ Once you have installed pyjaspar, you can create jaspardb class object:
114115
>>> for motif in motifs:
115116
pass
116117
117-
.. note:: Above methods return `Bio.motifs.jaspar.Motif` object. You can find more details `here <http://biopython.org/DIST/docs/tutorial/Tutorial.html#sec262>`_
118+
**Note**: Above methods return `Bio.motifs.jaspar.Motif` object. You can find more details `here <http://biopython.org/DIST/docs/tutorial/Tutorial.html#sec262>`_
119+
118120

119121
Find available releases
120122
=======================

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
extensions = [
3434
'sphinx.ext.autodoc',
3535
'sphinx.ext.doctest',
36+
'sphinx.ext.napoleon',
37+
'sphinx.ext.viewcode',
3638
]
3739

3840
# Add any paths that contain templates here, relative to this directory.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyJASPAR Documentation
44

55
**Welcome to pyJASPAR**! — a serverless interface to Biopython to query and access JASPAR motifs from different releases of JASPAR database using sqlite3.
66

7-
.. image:: https://travis-ci.org/asntech/pyjaspar.svg?branch=master
7+
.. image:: https://travis-ci.org/asntech/pyjaspar.svg?branch=main
88
:target: https://travis-ci.org/asntech/pyjaspar
99

1010
.. image:: https://img.shields.io/pypi/v/pyjaspar.svg

0 commit comments

Comments
 (0)