Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc doc changes #2

Merged
merged 3 commits into from
Oct 18, 2021
Merged

Misc doc changes #2

merged 3 commits into from
Oct 18, 2021

Conversation

kianmeng
Copy link
Contributor

Besides other documentation changes, this commit ensures the generated
HTML doc for HexDocs.pm will become the source of truth for this Elixir
library and leverage on latest features of ExDoc.

Besides other documentation changes, this commit ensures the generated
HTML doc for HexDocs.pm will become the source of truth for this Elixir
library and leverage on latest features of ExDoc.
@kianmeng kianmeng mentioned this pull request Sep 26, 2021
mix.exs Show resolved Hide resolved
mix.exs Outdated
defp deps do
[
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.25", only: :dev}
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go with a recent ex_doc requirement (at least 0.24, if not 0.25). I don't want to promise users that version 0.5.1 from 2014 will work, for instance - I have no idea if that's true.

@bmuller
Copy link
Owner

bmuller commented Sep 26, 2021

Thanks @kianmeng! Just 2 small changes I'd like to request - otherwise looks great. Thanks for making this project better!

@kianmeng
Copy link
Contributor Author

kianmeng commented Oct 3, 2021

@bmuller Done. Please check again.

@kianmeng kianmeng requested a review from bmuller October 3, 2021 14:42
mix.exs Outdated Show resolved Hide resolved
@kianmeng kianmeng requested a review from bmuller October 10, 2021 10:32
mix.lock Outdated
"earmark_parser": {:hex, :earmark_parser, "1.4.15", "b29e8e729f4aa4a00436580dcc2c9c5c51890613457c193cc8525c388ccb2f06", [:mix], [], "hexpm", "044523d6438ea19c1b8ec877ec221b008661d3c27e3b848f4c879f500421ca5c"},
"ex_doc": {:hex, :ex_doc, "0.25.2", "4f1cae793c4d132e06674b282f1d9ea3bf409bcca027ddb2fe177c4eed6a253f", [:mix], [{:earmark_parser, "~> 1.4.0", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "5b0c172e87ac27f14dfd152d52a145238ec71a95efbf29849550278c58a393d6"},
"ex_doc": {:hex, :ex_doc, "0.24.2", "e4c26603830c1a2286dae45f4412a4d1980e1e89dc779fcd0181ed1d5a05c8d9", [:mix], [{:earmark_parser, "~> 1.4.0", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "e134e1d9e821b8d9e4244687fb2ace58d479b67b282de5158333b0d57c6fb7da"},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @kianmeng - Why the downgrade to ex_doc? I think this file can just be reverted.

This is the last item - otherwise I'm ready to merge. Thanks again for your help!

@kianmeng
Copy link
Contributor Author

@bmuller Requested changes done. Thanks.

@kianmeng kianmeng requested a review from bmuller October 17, 2021 14:02
@bmuller bmuller merged commit 4bc2571 into bmuller:master Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants