From 73b872648e98a162f017d48dc3438fb60f6351f9 Mon Sep 17 00:00:00 2001 From: cbernalz Date: Fri, 19 Jul 2024 22:11:56 -0700 Subject: [PATCH] "2024-07-19 update : rerun of make.jl." --- .vscode/extensions.json | 3 + docs/build/.documenter-siteinfo.json | 2 +- docs/build/index.html | 2 +- docs/build/news/index.html | 2 + docs/build/objects.inv | Bin 257 -> 392 bytes docs/build/search_index.js | 2 +- docs/build/tutorials/index.html | 3 + docs/make.jl | 17 +- docs/src/index.html | 416 --------------------------- 9 files changed, 19 insertions(+), 428 deletions(-) create mode 100644 .vscode/extensions.json create mode 100644 docs/build/news/index.html create mode 100644 docs/build/tutorials/index.html delete mode 100644 docs/src/index.html diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..7e257db --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": [] +} \ No newline at end of file diff --git a/docs/build/.documenter-siteinfo.json b/docs/build/.documenter-siteinfo.json index 7b2b1be..53803c2 100644 --- a/docs/build/.documenter-siteinfo.json +++ b/docs/build/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2024-07-19T18:26:19","documenter_version":"1.5.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2024-07-19T21:50:18","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/docs/build/index.html b/docs/build/index.html index e2dca65..02b64f8 100644 --- a/docs/build/index.html +++ b/docs/build/index.html @@ -1,2 +1,2 @@ -Home · UCIWWEIHR.jl
+HOME · UCIWWEIHR.jl
diff --git a/docs/build/news/index.html b/docs/build/news/index.html new file mode 100644 index 0000000..d979d05 --- /dev/null +++ b/docs/build/news/index.html @@ -0,0 +1,2 @@ + +NEWS · UCIWWEIHR.jl
diff --git a/docs/build/objects.inv b/docs/build/objects.inv index 2a9d1e88a29a7071647343f7951cdc64abe2cae5..13af15899c7454c149cc88d55b6d7bba0ffd1199 100644 GIT binary patch delta 270 zcmV+p0rCEU0*C{UgMWq4%TB{E5Czb^zhWfVI!!B9-64|FAfPCZW{He5R4J}gCF25r zPfVSVKvkCZoU3`1y1)-;sF)X(1U>~=t{y^0hN`+0su`C0&k3Yix{9Og`-EwHA0hjm zz+;#vEJlf%c(yMD;SnkEf~sd1mvA)T40{stO>B@aP>`vAhksh{0Ca$@v2Myr^Qq^1 zJ`ch*zccES&-~fd>5eV{eE>Mv2-pY<@PMk?@BSTp0Q>2)n<&r2Xc>E3^=ER<($P`- z+Rs_P)h!a0dczYEHDPhaItfm)NH-*u5@gpq*J5F`w1@|lGyn>bnwy$e nk_h5qD1<3fKv9NdcyVcNd|6^nDbPt-IaX;f +TUTORIALS · UCIWWEIHR.jl

Tutorials

Welcome to the Tutorials page for the UCIWWEIHR.jl project. This section provides step-by-step guides and examples to help you get started with using the package and understanding its features.

Getting Started

Installation

To install the UCIWWEIHR.jl package, open the Julia REPL and run the following command:

using Pkg
+Pkg.add("UCIWWEIHR")
diff --git a/docs/make.jl b/docs/make.jl index 6807b60..7d7abdd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,17 +1,16 @@ push!(LOAD_PATH,"../src/") -using Pkg -Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl") using UCIWWEIHR using Documenter makedocs( sitename = "UCIWWEIHR.jl", modules = [UCIWWEIHR], - format = Documenter.HTMLFormat(), pages=[ - "HOME" => "index.md" - "TUTORIALS" => "tutorials.md" - "NEWS" => "news.md" - ]) -deploydocs(; - repo="github.com/cbernalz/UCIWWEIHR.jl", + "HOME" => "index.md", + "TUTORIALS" => "tutorials.md", + "NEWS" => "news.md"] +) + +deploydocs( + repo="github.com/cbernalz/UCIWWEIHR.jl.git", + push_preview = true, ) \ No newline at end of file diff --git a/docs/src/index.html b/docs/src/index.html deleted file mode 100644 index 99c4c7d..0000000 --- a/docs/src/index.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - - - - - - - -index - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
-

UCIWWEIHR.jl

-

The best summation package.

-
-

Package Features

-
    -
  • Sum the squares of two numbers
  • -
-
-
-

Function Documentation

-
test_functions
-
-
- - - - -
- - - - - - - - - - - - - - -