Skip to content

Commit

Permalink
Update docs tree (#125)
Browse files Browse the repository at this point in the history
* remove releases md

* update name of create galaxy md

* correction
  • Loading branch information
ismael-mendoza authored May 6, 2022
1 parent a177e4c commit 9173e42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/guides/releases.md

This file was deleted.

8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@ The goal of this project is to provide a Python library with minimal dependencie

Pretty print the available surveys and associated filters in the terminal

```
```bash
galcheat
```

### Options

- **`-s <survey>`**: print information for a given survey
- **`--refs`**: print the source for each parameter
- **`-h, --help`**: get help

### Exemples
### Examples

```sh
galcheat -s LSST # LSST info
galcheat --refs # all surveys info with refs
galcheat --refs -s HSC # HSC info with refs
```

## Installation

```sh
Expand Down
1 change: 1 addition & 0 deletions docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following page describes the parameters of the photometric surveys and their

Survey parameters
-----------------

### Input parameters

The following parameters are required in the YAML file describing any survey to build the `Survey` class in `galcheat`.
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ nav:
- Parameters: parameters.md
- Guides:
- Getting Started: guides/getting-started.md
- Simulate Galaxy with Galsim: guides/create-galaxy.md
- Extend galcheat objects: guides/heritage.md
- Releases: guides/releases.md
- Create Galaxy: guides/create-galaxy.md
- API:
- galcheat.survey: api/survey.md
- galcheat.filter: api/filter.md
Expand Down

0 comments on commit 9173e42

Please sign in to comment.