Skip to content

Commit

Permalink
Fixes #36.
Browse files Browse the repository at this point in the history
Really no need to include specific pages in index; just include everything that we spliced into the docs.
  • Loading branch information
cgarling committed Jun 3, 2024
1 parent 39e276c commit b6d6b07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/doc_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

```@index
Modules = [StarFormationHistories]
Pages = ["binaries.md","fitting.md","helpers.md","index.md","simulate.md"]
```
1 change: 0 additions & 1 deletion examples/templates/smooth_template.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ template = SFH.partial_cmd_smooth( m_ini,
edges = edges )

# Sample analogous population
# Do it twice to compare random--random as well as random--smooth
starcat_mags = SFH.generate_stars_mass(m_ini, [F090W, F150W], ["F090W", "F150W"], template_norm, imf; dist_mod=distmod, binary_model=SFH.NoBinaries())[2] # index [1] is sampled masses, dont need them

# Model photometric error and incompleteness
Expand Down

0 comments on commit b6d6b07

Please sign in to comment.