Skip to content

Commit

Permalink
docs: attempt to fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Sep 20, 2023
1 parent c9a8582 commit 1fd0a10
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/src/models.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Models index

```@setup model_plots
using SpectralFitting
```

Models wrapped from XSPEC implementations are prefixed with `XS_*`, whereas pure-Julia models are simply named, e.g. [`XS_PowerLaw`](@ref) in XSPEC vs [`PowerLaw`](@ref) in Julia.

The available models are
Expand Down Expand Up @@ -91,8 +87,8 @@ SpectralFitting.register_model_data

To generate the unicode plot to add as a fingerprint, we use a simple function:

```@example model_plots
using UnicodePlots
```@example
using SpectralFitting, UnicodePlots
function plotmodel(energy, model)
flux = invokemodel(energy, model)
Expand Down

0 comments on commit 1fd0a10

Please sign in to comment.