File tree Expand file tree Collapse file tree
src/sphinxnotes/recentupdate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "name" : " recentupdate" ,
99 "full_name" : " sphinxnotes-recentupdate" ,
1010 "author" : " Shengyu Zhang" ,
11- "description" : " Get the document update information from git and display it in Sphinx documentation" ,
11+ "description" : " Display recent document updates from Git in Sphinx documentation" ,
1212 "version" : " 1.1" ,
1313 "github_owner" : " sphinx-notes" ,
1414 "github_repo" : " recentupdate" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ sphinxnotes-recentupdate
1919
2020|docs | |license | |pypi | |download |
2121
22- Get the document update information from git and display it in Sphinx documentation.
22+ Display recent document updates from Git in Sphinx documentation.
2323
2424.. INTRODUCTION START
2525 (MUST written in standard reStructuredText, without Sphinx stuff)
Original file line number Diff line number Diff line change 66
77[project ]
88name = " sphinxnotes-recentupdate"
9- description = " Get the document update information from git and display it in Sphinx documentation"
9+ description = " Display recent document updates from Git in Sphinx documentation"
1010readme = " README.rst"
1111license = " BSD-3-Clause"
1212license-files = [" LICENSE" ]
Original file line number Diff line number Diff line change 1414
1515__project__ = 'sphinxnotes-recentupdate'
1616__author__ = 'Shengyu Zhang'
17- __desc__ = 'Get the document update information from git and display it in Sphinx documentation'
17+ __desc__ = 'Display recent document updates from Git in Sphinx documentation'
1818
1919try :
2020 __version__ = metadata .version ('sphinxnotes-recentupdate' )
You can’t perform that action at this time.
0 commit comments