We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0199d7b commit 69b64f9Copy full SHA for 69b64f9
docs/src/writingtoroot.md
@@ -1,5 +1,5 @@
1
### Write out a histogram
2
-Checkout configuration for PythonCall.jl: https://cjdoris.github.io/PythonCall.jl/stable/pythoncall/#pythoncall-config
+Checkout configuration for PythonCall.jl: <https://cjdoris.github.io/PythonCall.jl/stable/pythoncall/#pythoncall-config>
3
4
Most importantly, you probably want to set:
5
```julia
@@ -33,7 +33,7 @@ julia> pywith(up.recreate("./example.root")) do file
33
```
34
35
### Writing out a histogram with errors (sumW2)
36
-We need https://github.com/scikit-hep/hist for this:
+We need <https://github.com/scikit-hep/hist> for this:
37
38
```julia-repl
39
julia> using PythonCall, FHist
0 commit comments