Skip to content

Commit

Permalink
clean up repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cecoeco committed Aug 24, 2024
1 parent c5a480a commit dbd4353
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 155 deletions.
1 change: 0 additions & 1 deletion .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
style = "blue"
format_markdown = true
separate_kwargs_with_semicolon = false
margin = 90
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HTMLTables"
uuid = "b1afcece-b80e-4563-b90e-36b4cc56d3fa"
authors = ["Ceco Elijah Maples <[email protected]>"]
version = "0.4.2"
version = "0.4.3"

[deps]
Cascadia = "54eefc05-d75b-58de-a785-1a3403f0919f"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ HTMLTables.write("viridis.html", df, colorscale="viridis")

output:

![viridis table example](docs/src/assets/viridis-a-z.png)
![viridis table example](gallery/viridis.png)

create a `DataFrame` from parsing HTML:

Expand Down
2 changes: 0 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
HTMLTables = "b1afcece-b80e-4563-b90e-36b4cc56d3fa"

[compat]
Documenter = "1"
DocumenterCitations = "1.3"
HTMLTables = "0.4"
julia = "1"
20 changes: 3 additions & 17 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
using Documenter, DocumenterCitations, HTMLTables
using Documenter, HTMLTables

Documenter.makedocs(
modules=[HTMLTables],
format=Documenter.HTML(assets=["src/assets/bib.css"]),
pages=[
"Home" => "index.md",
"Reading" => "reading.md",
"Writing" => "writing.md",
"References" => "references.md",
],
format=Documenter.HTML(),
pages=["Home" => "index.md", "Reading" => "reading.md", "Writing" => "writing.md"],
repo="https://github.com/cecoeco/HTMLTables.jl",
sitename="HTMLTables.jl",
authors="Ceco Elijah Maples",
plugins=[
DocumenterCitations.CitationBibliography(
Base.Filesystem.joinpath(
Base.Filesystem.dirname(Base.@__FILE__),
"src/assets/references.bib",
),
style=:authoryear,
),
],
)

Documenter.deploydocs(repo="github.com/cecoeco/HTMLTables.jl.git")
28 changes: 0 additions & 28 deletions docs/src/assets/bib.css

This file was deleted.

101 changes: 0 additions & 101 deletions docs/src/assets/references.bib

This file was deleted.

4 changes: 0 additions & 4 deletions docs/src/references.md

This file was deleted.

File renamed without changes

0 comments on commit dbd4353

Please sign in to comment.