Current section
36 Versions
Jump to
Current section
36 Versions
Compare versions
3
files changed
+21
additions
-7
deletions
| @@ -12,4 +12,4 @@ | |
| 12 12 | [{<<"GitHub">>,<<"https://github.com/macula-io/macula-tweann">>}]}. |
| 13 13 | {<<"name">>,<<"macula_tweann">>}. |
| 14 14 | {<<"requirements">>,[]}. |
| 15 | - {<<"version">>,<<"0.2.1">>}. |
| 15 | + {<<"version">>,<<"0.2.2">>}. |
| @@ -17,10 +17,26 @@ | |
| 17 17 | |
| 18 18 | {deps, []}. |
| 19 19 | |
| 20 | - %% Hex.pm package metadata |
| 21 | - {hex, [{doc, edoc}]}. |
| 20 | + %% Project plugins |
| 21 | + {project_plugins, [ |
| 22 | + rebar3_hex, |
| 23 | + rebar3_ex_doc |
| 24 | + ]}. |
| 22 25 | |
| 23 | - {project_plugins, [rebar3_hex]}. |
| 26 | + %% Documentation with ex_doc |
| 27 | + {ex_doc, [ |
| 28 | + {extras, [ |
| 29 | + {"README.md", #{title => "Overview"}} |
| 30 | + ]}, |
| 31 | + {main, "readme"}, |
| 32 | + {source_url, "https://github.com/macula-io/macula-tweann"}, |
| 33 | + {prefix_ref_vsn_with_v, false} |
| 34 | + ]}. |
| 35 | + |
| 36 | + %% Hex.pm package metadata |
| 37 | + {hex, [ |
| 38 | + {doc, #{provider => ex_doc}} |
| 39 | + ]}. |
| 24 40 | |
| 25 41 | %% Test configuration |
| 26 42 | {eunit_opts, [ |
| @@ -69,9 +85,7 @@ | |
| 69 85 | |
| 70 86 | %% Documentation |
| 71 87 | {edoc_opts, [ |
| 72 | - {dir, "doc"}, |
| 73 88 | {title, "Macula TWEANN - Topology and Weight Evolving Artificial Neural Networks"}, |
| 74 | - {overview, "doc/overview.edoc"}, |
| 75 89 | {source_path, ["src"]}, |
| 76 90 | {includes, ["include"]} |
| 77 91 | ]}. |
| @@ -1,6 +1,6 @@ | |
| 1 1 | {application,macula_tweann, |
| 2 2 | [{description,"Macula TWEANN - Topology and Weight Evolving Artificial Neural Networks"}, |
| 3 | - {vsn,"0.2.1"}, |
| 3 | + {vsn,"0.2.2"}, |
| 4 4 | {registered,[]}, |
| 5 5 | {applications,[kernel,stdlib,mnesia]}, |
| 6 6 | {env,[]}, |