We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30cd88 commit 4747420Copy full SHA for 4747420
docs/Examples.rst
@@ -261,7 +261,7 @@
261
----------
262
263
.. image:: https://raw.githubusercontent.com/nikeshbajaj/Linear_Feedback_Shift_Register/master/images/LFSR.jpg
264
- :height: 100px
+ :height: 10px
265
266
267
**Example: 5 bit LFSR with x^5 + x^2 + 1**
@@ -280,4 +280,4 @@
280
tempseq = L.runKCycle(10000) # generate 10000 bits from current state
281
282
283
-**`Check out more examples of LFSR <https://linear-feedback-shift-register.readthedocs.io/en/latest/README.html#lfsr-examples>`_**
+`**Check out more examples of LFSR** <https://linear-feedback-shift-register.readthedocs.io/en/latest/README.html#lfsr-examples>`_
0 commit comments