Skip to content

Commit

Permalink
HerbEvaluation -> HerbInterpret
Browse files Browse the repository at this point in the history
  • Loading branch information
THinnerichs committed Sep 28, 2023
1 parent 02c3f02 commit 5322a7e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
HerbConstraints = "1fa96474-3206-4513-b4fa-23913f296dfc"
HerbCore = "2b23ba43-8213-43cb-b5ea-38c12b45bd45"
HerbData = "495a3ad3-8034-41b3-a087-aacf2fd71098"
HerbEvaluation = "eb1bf938-813d-4942-ac0f-b4657a683e76"
HerbGrammar = "4ef9e186-2fe5-4b24-8de7-9f7291f24af7"
HerbInterpret = "5bbddadd-02c5-4713-84b8-97364418cca7"
HerbSearch = "3008d8e8-f9aa-438a-92ed-26e9c7b4829f"

[compat]
Expand Down
10 changes: 4 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
using Documenter

include("../src/Herb.jl")

using .Herb
using Herb

using HerbConstraints
using HerbSearch
using HerbGrammar
using HerbData
using HerbEvaluation
using HerbInterpret
using HerbCore

makedocs(;
modules=[HerbConstraints, HerbSearch, HerbGrammar, HerbData, HerbEvaluation, HerbCore],
modules=[HerbConstraints, HerbSearch, HerbGrammar, HerbData, HerbInterpret, HerbCore],
authors="SEBs",
sitename="Herb.jl",
repo="https://github.com/Herb-AI/Herb.jl",
Expand All @@ -28,7 +26,7 @@ makedocs(;
"HerbSearch.jl" => "HerbSearch/index.md",
"HerbConstraints.jl" => "HerbConstraints/index.md",
"HerbCore.jl" => "HerbData/index.md",
"HerbEvaluation.jl" => "HerbEvaluation/index.md",
"HerbInterpret.jl" => "HerbInterpret/index.md",
"HerbData.jl" => "HerbData/index.md",
],
],
Expand Down
15 changes: 0 additions & 15 deletions docs/src/HerbEvaluation/index.md

This file was deleted.

15 changes: 15 additions & 0 deletions docs/src/HerbInterpret/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [HerbInterpret.jl Documentation](@id HerbInterpret_docs)

```@meta
CurrentModule=HerbInterpret
```

```@autodocs
Modules = [HerbInterpret]
Order = [:type, :const, :macro, :function]
```

## Index

```@index
```
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Herb's functionality is distributed among several sub-packages:
- [HerbCore.jl](@ref HerbCore_docs): The core of Herb.jl defining core concepts to avoid circular dependencies.
- [HerbGrammar.jl](@ref HerbGrammar_docs):
- [HerbData.jl](@ref HerbData_docs):
- [HerbEvaluation.jl](@ref HerbEvaluation_docs):
- [HerbInterpret.jl](@ref HerbInterpret_docs):
- [HerbSearch.jl](@ref HerbSearch_docs):
- [HerbConstraints.jl](@ref HerbConstraints_docs):

Expand Down

0 comments on commit 5322a7e

Please sign in to comment.