diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index f9372a9..5500408 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-30T23:29:15","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-30T23:34:08","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 34c5d7b..bcf6ec1 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -Home · HTMLTables.jl

HTMLTables

HTMLTables.HTMLTablesModule

HTMLTables

Julia package for reading and writing HTML tables using the Tables.jl interface

exported functions:

  • HTMLTables.readtable: reads an HTML table into a Julia table such as a DataFrame.
  • HTMLTables.writetable: converts a Julia table to an HTML table and writes it to a file or IO stream.
source
+Home · HTMLTables.jl

HTMLTables

HTMLTables.HTMLTablesModule

HTMLTables

Julia package for reading and writing HTML tables using the Tables.jl interface

exported functions:

  • HTMLTables.readtable: reads an HTML table into a Julia table such as a DataFrame.
  • HTMLTables.writetable: converts a Julia table to an HTML table and writes it to a file or IO stream.
source
diff --git a/dev/reading/index.html b/dev/reading/index.html index fe04eb9..7d7b374 100644 --- a/dev/reading/index.html +++ b/dev/reading/index.html @@ -69,4 +69,4 @@ 1 │ Bob 25 2 │ Charlie 35 3 │ Alice 30 - 4 │ David 40source + 4 │ David 40source diff --git a/dev/writing/index.html b/dev/writing/index.html index d1466a1..e73ace4 100644 --- a/dev/writing/index.html +++ b/dev/writing/index.html @@ -49,4 +49,4 @@ df = DataFrame(x=[1, 2, 3], y=[4, 11, 28]) -HTMLTables.writetable("table.html", df)source +HTMLTables.writetable("table.html", df)source