Skip to content

Commit

Permalink
docs: ✨ 📝 Disable top tabs on docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed May 9, 2024
1 parent 2710504 commit 53164a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/quick_start_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ In the sample below, the two tensors will be in single precision (`torch.float32
import torch
import hypothesis_torch
from hypothesis import given
from hypothesis import strategies as st

def project(tensor1: torch.Tensor, tensor2: torch.Tensor) -> torch.Tensor:
"""Project tensor2 onto tensor1."""
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ theme:
name: material
features:
- content.action.edit
- navigation.tabs
# - navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
Expand Down

0 comments on commit 53164a2

Please sign in to comment.