Skip to content

Commit

Permalink
doc: add link for Lib in main index
Browse files Browse the repository at this point in the history
  • Loading branch information
litlighilit committed Jun 22, 2024
1 parent 2828dcb commit 3314966
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/pylib.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ Cheatsheet for alternative between pylib and Python
| `import pylib/Lib/LIB` | `from LIB import *` |
| `from pylib/Lib/LIB import XXX` | `import LIB; from LIB import XXX` |

---

Here are the
[Lib Docs](Lib/) for Libs available in nimpylib.

0 comments on commit 3314966

Please sign in to comment.