Skip to content

Commit 4c19284

Browse files
committed
docs: remove MultiDocumenter for now
1 parent 1f427b6 commit 4c19284

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

docs/make.jl

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Documenter
22
using Catalyst, ModelingToolkit
33
# Add packages for plotting
44
using GraphMakie, CairoMakie
5-
using MultiDocumenter
5+
#using MultiDocumenter
66

77
docpath = Base.source_dir()
88
assetpath = joinpath(docpath, "src", "assets")
@@ -49,32 +49,32 @@ makedocs(sitename = "Catalyst.jl",
4949
pagesonly = true,
5050
warnonly = [:missing_docs])
5151

52-
clonedir = mktempdir()
52+
#clonedir = mktempdir()
5353

54-
docs = [MultiDocumenter.MultiDocRef(
55-
upstream = joinpath(@__DIR__, "build"),
56-
path = "docs",
57-
name = "Catalyst",
58-
fix_canonical_url = false,
59-
),
60-
MultiDocumenter.MultiDocRef(
61-
upstream = joinpath(clonedir, "build"),
62-
path = "NetworkAnalysis",
63-
name = "CatalystNetworkAnalysis",
64-
giturl = "https://github.com/SciML/CatalystNetworkAnalysis.jl",
65-
)]
54+
#docs = [MultiDocumenter.MultiDocRef(
55+
# upstream = joinpath(@__DIR__, "build"),
56+
# path = "docs",
57+
# name = "Catalyst",
58+
# fix_canonical_url = false,
59+
# ),
60+
# MultiDocumenter.MultiDocRef(
61+
# upstream = joinpath(clonedir, "build"),
62+
# path = "NetworkAnalysis",
63+
# name = "CatalystNetworkAnalysis",
64+
# giturl = "https://github.com/SciML/CatalystNetworkAnalysis.jl",
65+
# )]
6666

6767
deploydocs(repo = "github.com/SciML/Catalyst.jl.git";
6868
push_preview = true)
6969

70-
outpath = joinpath(@__DIR__, "build")
71-
MultiDocumenter.make(outpath, docs;
72-
assets_dir = "docs/src/assets",
73-
search_engine = MultiDocumenter.SearchConfig(index_versions = [
74-
"stable",
75-
],
76-
engine = MultiDocumenter.FlexSearch),
77-
brand_image = MultiDocumenter.BrandImage("https://sciml.ai",
78-
joinpath("assets",
79-
"logo.png")))
80-
70+
#outpath = joinpath(@__DIR__, "build")
71+
#MultiDocumenter.make(outpath, docs;
72+
# assets_dir = "docs/src/assets",
73+
# search_engine = MultiDocumenter.SearchConfig(index_versions = [
74+
# "stable",
75+
# ],
76+
# engine = MultiDocumenter.FlexSearch),
77+
# brand_image = MultiDocumenter.BrandImage("https://sciml.ai",
78+
# joinpath("assets",
79+
# "logo.png")))
80+
#
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# [Advanced Analysis using CatalystNetworkAnalysis](@id catalyst_network_analysis)
22

3-
For more advanced chemical reaction network analysis, there is a special CatalystNetworkAnalysis package. This package has functionality for a wider range of analysis for chemical reaction networks. For more information, please see the CatalystNetworkAnalysis section accessible from the header of this page.
4-
3+
For more advanced chemical reaction network analysis, there is a special CatalystNetworkAnalysis package currently under development. This package is planned to have functionality for a wider range of analysis for chemical reaction networks, including more extensive tooling for number of steady states, concentration robustness, symbolic steady-state solving, and more. Stay tuned for more information.

0 commit comments

Comments
 (0)