Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Misc: Documentation to enable zooming in of images, add navigation section headers.
- Misc: Documentation to enable zooming in of images, add navigation section headers, remove some meta tags.

## [0.16.2] - 2024-02-06
### Added
Expand Down
8 changes: 0 additions & 8 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{% extends "base.html" %}

{% block site_meta %}
<meta name="description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame." lang="en" xml:lang="en">
<meta name="keywords" content="Python, Tree, Bigtree">
<meta property="og:type" content="website">
<meta property="og:title" content="Big Tree Documentation">
<meta property="og:description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.">
<meta property="og:url" content="{{ page.canonical_url }}" />
<meta property="og:image" content="https://i.ibb.co/wS3sb4D/favicon.png">
<meta property="twitter:title" content="Big Tree Documentation">
<meta property="twitter:description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.">
<meta property="twitter:image" content="https://i.ibb.co/wS3sb4D/favicon.png">
{{ super() }}
{% endblock %}