Skip to content

Commit bbc2977

Browse files
committed
Fixed markdown TOC
1 parent dbc60af commit bbc2977

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,14 @@
22

33
[![Build Status](https://travis-ci.com/cschreib/fastpp.svg?branch=master)](https://travis-ci.com/cschreib/fastpp)
44

5-
<!-- MarkdownTOC depth=0 -->
5+
<!-- MarkdownTOC autolink=true levels=1,2 -->
66

77
- [Description](#description)
88
- [Install instructions](#install-instructions)
99
- [Benchmarks](#benchmarks)
1010
- [Hardware/software](#hardwaresoftware)
1111
- [Run 1: a catalog of galaxies with broadband fluxes](#run-1-a-catalog-of-galaxies-with-broadband-fluxes)
12-
- [Parameters](#parameters)
13-
- [Runs](#runs)
14-
- [Recorded times](#recorded-times)
15-
- [Memory consumption](#memory-consumption)
1612
- [Run 2: one galaxy with a high resolution spectrum](#run-2-one-galaxy-with-a-high-resolution-spectrum)
17-
- [Parameters](#parameters-1)
18-
- [Recorded times](#recorded-times-1)
19-
- [Memory consumption](#memory-consumption-1)
2013
- [What is the trick?](#what-is-the-trick)
2114
- [Why is it faster?](#why-is-it-faster)
2215
- [Why does it use so little memory?](#why-does-it-use-so-little-memory)
@@ -35,17 +28,20 @@
3528
- [Confidence intervals from chi2 grid](#confidence-intervals-from-chi2-grid)
3629
- [Controlling the cache](#controlling-the-cache)
3730
- [More output options](#more-output-options)
38-
- [Non-parametric SFH quantities](#non-parametric-sfh-quantities)
3931
- [Custom star formation histories](#custom-star-formation-histories)
32+
- [Non-parametric SFH quantities](#non-parametric-sfh-quantities)
33+
- [Differential attenuation](#differential-attenuation)
4034
- [Using priors on the infrared luminosity](#using-priors-on-the-infrared-luminosity)
4135
- [Better treatment of spectra](#better-treatment-of-spectra)
4236
- [Velocity broadening](#velocity-broadening)
4337
- [Continuum indices](#continuum-indices)
4438
- [Additional documentation](#additional-documentation)
4539
- [Adding new filters](#adding-new-filters)
40+
- [Acknowledgments](#acknowledgments)
4641

4742
<!-- /MarkdownTOC -->
4843

44+
4945
# Description
5046

5147
This is a C++ version of the popular SED fitting code [FAST](http://w.astro.berkeley.edu/~mariska/FAST.html) (Kriek et al. 2009). Below is a list of the main selling points:

0 commit comments

Comments
 (0)