Packages

Cepheid is a library for working with lightcurve data in elixir.

Current section

Files

Jump to
cepheid lib cepheid.ex
Raw

lib/cepheid.ex

defmodule Cepheid do
@moduledoc """
Documentation for `Cepheid`.
"""
@doc """
Hello world.
## Examples
iex> Cepheid.hello()
:world
"""
def hello do
:world
end
end