Skip to content

Commit 4747420

Browse files
authored
Update Examples.rst
1 parent d30cd88 commit 4747420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Examples.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
----------
262262

263263
.. image:: https://raw.githubusercontent.com/nikeshbajaj/Linear_Feedback_Shift_Register/master/images/LFSR.jpg
264-
:height: 100px
264+
:height: 10px
265265

266266

267267
**Example: 5 bit LFSR with x^5 + x^2 + 1**
@@ -280,4 +280,4 @@
280280
tempseq = L.runKCycle(10000) # generate 10000 bits from current state
281281

282282

283-
**`Check out more examples of LFSR <https://linear-feedback-shift-register.readthedocs.io/en/latest/README.html#lfsr-examples>`_**
283+
`**Check out more examples of LFSR** <https://linear-feedback-shift-register.readthedocs.io/en/latest/README.html#lfsr-examples>`_

0 commit comments

Comments
 (0)