Skip to content

Commit

Permalink
Add button to top of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 15, 2024
1 parent 76fe45d commit f917ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Open a command prompt using "Run as Administrator" for Visual Studio x64.


### Python dependencies
Install Python version 3.8 or newer
Install Python version 3.8 or newer, and use dev-requirements.txt

python3 -m pip install -r GrpcInterface/Python/dev-requirements.txt

Expand Down
3 changes: 2 additions & 1 deletion themes/learn/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
{{ end }}
<div id="head-tags">
{{ partial "tags.html" . }}
</div>
<a href="https://github.com/OPM/ResInsight/issues/new?labels=documentation&title=Documentation+improvement" class="btn btn-default">Did not find what you were looking for?</a>
</div>
{{ if .Params.chapter }}
<div id="chapter">
{{ end }}
Expand Down

0 comments on commit f917ef1

Please sign in to comment.