From b3fce814df36e21ab47dfea85147c675d4f7c6ef Mon Sep 17 00:00:00 2001 From: ErikQQY <2283984853@qq.com> Date: Mon, 11 Dec 2023 21:06:41 +0800 Subject: [PATCH] Remove redundant txt file Signed-off-by: ErikQQY <2283984853@qq.com> --- tester.txt | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 tester.txt diff --git a/tester.txt b/tester.txt deleted file mode 100644 index a3a60c2cb..000000000 --- a/tester.txt +++ /dev/null @@ -1,37 +0,0 @@ -on: - pull_request: - branches: - - master - paths-ignore: - - 'docs/**' - push: - branches: - - master - paths-ignore: - - 'docs/**' - -```@eval -using TOML -using Markdown -version = TOML.parse(read("../../Project.toml", String))["version"] -name = TOML.parse(read("../../Project.toml", String))["name"] -link_manifest = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * - "/assets/Manifest.toml" -link_project = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * - "/assets/Project.toml" -Markdown.parse("""You can also download the -[manifest]($link_manifest) -file and the -[project]($link_project) -file. -""") -``` - - warnonly = [:docs_block, :missing_docs, :cross_references, :linkcheck], - - Improve docstrings -Such that `makedocs` `warnonly = [:docs_block, :missing_docs, :cross_references, :linkcheck]` can be removed. - -Documenter 1.0 upgrade. -Also adds formatter workflow in anticipation of formatter being fixed. -Formatting has thus not yet been applied. \ No newline at end of file