MilesCranmer commited on
Commit
2753bc9
1 Parent(s): e0e2933

Fix broken links in README

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -149,8 +149,9 @@ Note that `PySRRegressor` stores the state of the last search, and will restart
149
 
150
  There are several other useful features such as denoising (e.g., `denoising=True`),
151
  feature selection (e.g., `select_k_features=3`).
152
- For a summary of features and options, see [this docs page](https://pysr.readthedocs.io/en/latest/docs/options/).
153
- You can see the full API at [this page](https://pysr.readthedocs.io/en/latest/docs/api-documentation/).
 
154
 
155
 
156
  # Docker
 
149
 
150
  There are several other useful features such as denoising (e.g., `denoising=True`),
151
  feature selection (e.g., `select_k_features=3`).
152
+ For examples of these and other features, see the [examples page](https://astroautomata.com/PySR/#/examples).
153
+ For a detailed look at more options, see the [options page](https://astroautomata.com/PySR/#/options).
154
+ You can also see the full API at [this page](https://astroautomata.com/PySR/#/api).
155
 
156
 
157
  # Docker