我正在
.md
文件中记录我正在处理的 python 库中的函数,当我提到它时,我想链接到代码库中的函数。然而,到目前为止我能做的最好的事情是
[logout()](https://github.com/my-username/my-repository/blob/83gxn83g84gnxi4wgfnxwuxnfguw4/path/to/filename.py#L122)
它链接到函数开始的文件中的行号。但是,如果功能发生变化,那么这个链接就不再好了。因此我想直接链接到当前 repo 分支中的 python 函数。
使用文本片段导航页面上的功能。
您的网址将如下所示
[logout()](https://github.com/my-username/my-repository/blob/83gxn83g84gnxi4wgfnxwuxnfguw4/path/to/filename.py#:~:text=logout)
注意 URL 末尾的
#:~:text=[term]