Skip to content

Commit

Permalink
Merge pull request #52 from disberd/excise_combine_htl
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd authored May 26, 2024
2 parents 03eec7c + 5c21dcb commit 01062ea
Show file tree
Hide file tree
Showing 20 changed files with 130 additions and 1,768 deletions.
6 changes: 0 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ authors = ["Alberto Mengali <[email protected]>"]
version = "0.7.4"

[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Expand All @@ -15,9 +12,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
AbstractPlutoDingetjes = "1.2"
DocStringExtensions = "0.9"
HypertextLiteral = "0.9"
InteractiveUtils = "1"
MacroTools = "0.5"
Markdown = "1"
Expand Down
Empty file removed docs/src/htl_combine.md
Empty file.
7 changes: 7 additions & 0 deletions docs/src/other_functions.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Other Functions
This package also exports some additional convenience macros for simplifying package development aided by Pluto notebooks.

Additionally, the *non-exported* function [`hide_this_log`](@ref) can be used for sending javascript code through logs to Pluto and hide the corresponding log from view (without stopping the javascript code to execute)

## Utilities Macros
```@docs
@addmethod
@only_in_nb
@only_out_nb
@current_pluto_cell_id
@current_pluto_notebook_file
```

## Utilities Functions
```@docs
PlutoDevMacros.hide_this_log
```
10 changes: 0 additions & 10 deletions src/PlutoDevMacros.jl
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
module PlutoDevMacros

using MacroTools
using HypertextLiteral

# export @only_in_nb, @only_out_nb, include_mapexpr, @skip_as_script
# export notebook_to_source

# This are from basics.jl
export @only_in_nb, @only_out_nb, plutodump, @current_pluto_cell_id,
@current_pluto_notebook_file, @addmethod

include("basics.jl")
include("combine_htl/PlutoCombineHTL.jl")
const HTL = PlutoCombineHTL

include("html_helpers.jl")

include("frompackage/FromPackage.jl")
Expand All @@ -22,7 +13,6 @@ export @fromparent, @frompackage

include("../notebooks/mapexpr.jl") # hasexpr, default_exprlist, include_mapexpr
include("../notebooks/plutoinclude_macro.jl") # hasexpr, default_exprlist, include_mapexpr
# include("../notebooks/pluto_traits.jl") # This defines and exports the @plutotraits macro

# function __init__()
# if isdefined(Main, :PlutoRunner)
Expand Down
53 changes: 0 additions & 53 deletions src/combine_htl/PlutoCombineHTL.jl

This file was deleted.

132 changes: 0 additions & 132 deletions src/combine_htl/constructors.jl

This file was deleted.

Empty file removed src/combine_htl/docstrings.jl
Empty file.
Loading

0 comments on commit 01062ea

Please sign in to comment.