Skip to main content

Actions Status PyPI - Python Version PyPI PyPI - Downloads codecov GitHub contributors PyPI - License

mkdocs-git-timeline-plugin

Lightweight MkDocs plugin to display git authors of a markdown page:

Authors: Jane Doe, John Doe

See the demo. The plugin only considers authors of the current lines in the page ('surviving code' using git blame).

Other MkDocs plugins that use information from git:

Setup

Install the plugin using pip3:

pip3 install mkdocs-git-timeline-plugin

Next, add the following lines to your mkdocs.yml:

plugins:
  - search
  - git-timeline

If you have no plugins entry in your config file yet, you'll likely also want to add the search plugin. MkDocs enables it by default if there is no plugins entry set.

You can then use the {{ git_page_authors }} tag in your markdown document, or choose to customize your mkdocs theme (see usage page in the docs).

Note when using build environments

This plugin needs access to the last commit that touched a specific file to be able to retrieve the date. By default many build environments only retrieve the last commit, which means you might need to:

Change your CI settings
  • github actions: set fetch_depth to 0 (docs)
  • gitlab runners: set GIT_DEPTH to 1000 (docs)
  • bitbucket pipelines: set clone: depth: full (docs)

Documentation

See timvink.github.io/mkdocs-git-timeline-plugin

Contributing

Very much open to contributions! Please read contributing guide before putting in any work.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mkdocs_git_timeline_plugin-0.0.4-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs_git_timeline_plugin-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_git_timeline_plugin-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4bc713421a36edc27e5e034d9e4341dfadac0f98acb7112ad39025e0d28f1064
MD5 85e3f19214cfea177bf7b8b7004fddfc
BLAKE2b-256 f30ffab95aff4c5d0fa9b0a38fb5b90679cd75db843c02930054d27b1de1e107

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page