Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lvzongting authored Oct 2, 2019
1 parent 24d2fd3 commit 78729f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ for idx in df_paper.index:
print(df_paper['paper_name'][idx],file=f)
if df_paper['name_title_match'][idx]:
print(df_paper['pdf_url'][idx],file=f)
print('',file=f)

f.close()
```
Expand All @@ -234,7 +235,9 @@ for idx in df_paper.index:
------------------------

以上,

这些信息希望对大家有用,如果还有什么需求,或者还有什么需要说明的,可以发issue,我会尽量快速的回答。

Have fun.

***************************************************************************

0 comments on commit 78729f2

Please sign in to comment.