Lines Matching full:page
13 This Sphinx extension can be used to obtain various Git and GitHub related metadata for a page.
15 of pages, direct links to open a GitHub issue regarding a page, or date of the most recent commit
16 to a page.
20 * ``gh_link_get_blob_url``: Returns a URL to the source of a page on GitHub.
21 * ``gh_link_get_edit_url``: Returns a URL to edit the given page on GitHub.
22 * ``gh_link_get_open_issue_url``: Returns a URL to open a new issue regarding the given page.
23 * ``git_info``: Returns the date and SHA1 of the last commit made to a page (if this page is
62 """Return the prefix that needs to be added to the page path to get its location in the
65 If pagename refers to a page that is automatically generated by Sphinx or if it matches one of
70 pagename: Page name (path).
93 """Obtain GitHub URL for the given page.
98 pagename: Page name (path).
125 pagename: Page name (path).
156 * Page: `{pagename}`
167 """Return a tuple with the date and SHA1 of the last commit made to a page.
171 pagename {str} -- Page name
175 page, or None if the page is not in the repo (generated file, or manually authored file not