Skip to content

Commit

Permalink
Ignore TWiki that requires login from linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Apr 12, 2024
1 parent e31c571 commit 84aecd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
# f'_static',
# ]

linkcheck_ignore = []
linkcheck_ignore = [
r"https://twiki.cern.ch/twiki/bin/view", # TWikis might need login
]

myst_heading_anchors = 3

Expand Down
2 changes: 1 addition & 1 deletion developing-key4hep-software/WritingAlgorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ loading, user can start running of the steering by typing `continue` into the
GDB console. To interrupt running of the Gaudi steering use `CTRL+C`.

More details how to run GDB with Gaudi can be found in
[LHCb Code Analysis Tools](https://twiki.cern.ch/twiki/bin/view/LHCb/CodeAnalysisTools#Debugging_gaudirun_py_on_Linux_w).
[LHCb Code Analysis Tools](https://twiki.cern.ch/twiki/bin/view/LHCb/CodeAnalysisTools#Debugging_gaudirun_py_on_Linux_w) (requires a CERN account to view).

## Avoiding const in `operator()`
There is a way of working around `operator()` being const and that is by adding
Expand Down

0 comments on commit 84aecd6

Please sign in to comment.