Skip to content

Commit

Permalink
add new methods to the API docs (#326)
Browse files Browse the repository at this point in the history
* add new methods to the API docs
  • Loading branch information
petrelharp authored Aug 15, 2023
1 parent 086a2c9 commit 3ea45a1
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/python_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ Here is a quick reference to some of the methods:
recapitate
annotate
individuals_alive_at
individual_ages
individual_ages_at
individual_parents
has_individual_parents
slim_time
convert_alleles
generate_nucleotides
Expand Down Expand Up @@ -79,18 +82,36 @@ Additionally, ``pyslim`` contains the following methods:
.. autofunction:: individuals_alive_at
```

```{eval-rst}
.. autofunction:: individual_ages
```

```{eval-rst}
.. autofunction:: individual_ages_at
```

```{eval-rst}
.. autofunction:: slim_time
.. autofunction:: individual_parents
```

```{eval-rst}
.. autofunction:: has_individual_parents
```

```{eval-rst}
.. autofunction:: population_size
```

## Utilities

```{eval-rst}
.. autofunction:: slim_time
```

```{eval-rst}
.. autofunction:: next_slim_mutation_id
```


## Metadata

Expand Down

0 comments on commit 3ea45a1

Please sign in to comment.