diff options
author | Trupti Rajesh Kini | 2016-05-17 11:20:30 +0530 |
---|---|---|
committer | Trupti Rajesh Kini | 2016-05-17 11:20:30 +0530 |
commit | ca3b877ea02a41af6e42d576fbb53ff852a458d7 (patch) | |
tree | 687ee577dc96585d2e287b2c09f1b82298c887af /tbc/static/templates/editors-picks.html | |
parent | 0fa2e3abe3ce91c11e8603f79f6897c2dbe5b033 (diff) | |
parent | 9d4a8bf905c1af386c14ed027f8e61697f740d2a (diff) | |
download | Python-TBC-Interface-ca3b877ea02a41af6e42d576fbb53ff852a458d7.tar.gz Python-TBC-Interface-ca3b877ea02a41af6e42d576fbb53ff852a458d7.tar.bz2 Python-TBC-Interface-ca3b877ea02a41af6e42d576fbb53ff852a458d7.zip |
Merge pull request #29 from FOSSEE/modified-funcnames-frontpg
modified-funcnames-frontpg
Diffstat (limited to 'tbc/static/templates/editors-picks.html')
-rw-r--r-- | tbc/static/templates/editors-picks.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tbc/static/templates/editors-picks.html b/tbc/static/templates/editors-picks.html new file mode 100644 index 0000000..1406cf2 --- /dev/null +++ b/tbc/static/templates/editors-picks.html @@ -0,0 +1,26 @@ +<h4>Editors' Picks</h4> +<p> + <ul> + <p> + <li> + + <b> </b>Books with minimum or NO trivial examples + + </li> +<li> + + <b> </b>Books with maximum usage of scientific libraries like Sympy + + </li> +<li> + + <b> </b>Books with maximum usage of scientific libraries like Sympy + + </li> +<li> + + <b> </b>Books with maximum functions and classes + + </li> + </p> + |