Skip to content

Commit

Permalink
style: pre-commit formatting issues resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 8, 2024
1 parent 3d3990f commit 32712a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ repos:
rev: 5.0.4
hooks:
- id: flake8

exclude: ^docs/javascripts/
2 changes: 1 addition & 1 deletion docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $('#apiIframe').on('load', function() {
});

// reloads the window with the content when a user navigates over the browser's history
function locationHashChanged() {
function locationHashChanged() {
window.location.reload();
}
window.onhashchange = locationHashChanged;
Expand Down
2 changes: 1 addition & 1 deletion docs/api_reference/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jegp_add_standardese_sources(
LIBRARIES intro quantities
EXTENSIONS macros_extensions
CHECKED TRUE
# PDF PATH "mp-units.pdf" #[[EXCLUDE_FROM_MAIN]]
# PDF PATH "mp-units.pdf" #[[EXCLUDE_FROM_MAIN]]
HTML PATH "mp-units.html" #[[EXCLUDE_FROM_MAIN]]
SECTION_FILE_STYLE "WithExtension"
LATEX_REGEX_REPLACE
Expand Down

0 comments on commit 32712a2

Please sign in to comment.