From b6d6b07dd41e9ba2276a58f57a3fb287b0785164 Mon Sep 17 00:00:00 2001 From: cgarling Date: Mon, 3 Jun 2024 19:00:20 -0400 Subject: [PATCH] Fixes #36. Really no need to include specific pages in index; just include everything that we spliced into the docs. --- docs/src/doc_index.md | 1 - examples/templates/smooth_template.jl | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/src/doc_index.md b/docs/src/doc_index.md index d8e5650..78e6ad0 100644 --- a/docs/src/doc_index.md +++ b/docs/src/doc_index.md @@ -2,5 +2,4 @@ ```@index Modules = [StarFormationHistories] -Pages = ["binaries.md","fitting.md","helpers.md","index.md","simulate.md"] ``` \ No newline at end of file diff --git a/examples/templates/smooth_template.jl b/examples/templates/smooth_template.jl index 15bdb58..3e1decb 100644 --- a/examples/templates/smooth_template.jl +++ b/examples/templates/smooth_template.jl @@ -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