Skip to content

Commit ef4b7ac

Browse files
author
Symbolics
committed
Fix broken links
1 parent a69ffb9 commit ef4b7ac

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
lines changed

content/en/docs/Contributing/code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ follow these steps for contributing to Lisp-Stat:
1515
- Step 3: Get your [code reviewed](#code-review) and committed to the project.
1616

1717
You may also be interested in the [additional
18-
information](additional-info) at the end of this document.
18+
information](#additional-info) at the end of this document.
1919

2020
### Get source code
2121

@@ -137,7 +137,7 @@ You could also look at [CRAN](https://cran.r-project.org/), which
137137
contains thousands of high-quality packages.
138138

139139
For specific ideas that would help, see the
140-
[ideas](/docs/contribute/ideas) page.
140+
[ideas](/docs/contributing/ideas) page.
141141

142142
#### Issue Guidelines
143143

content/en/docs/Examples/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ description: >
1212

1313
### Displaying distributions with graphs
1414

15-
- [Categorical variables](https://github.com/Lisp-Stat/IPS/notebooks/Chapter-1/Categorical.ipynb) — Bar & pie charts
15+
- [Categorical variables](https://github.com/Lisp-Stat/IPS/blob/master/notebooks/Chapter-1/Categorical.ipynb) — Bar & pie charts
1616

content/en/docs/Getting started/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ find the systems, try this at the REPL:
6363

6464
Lisp-Stat reference manuals are generated with the
6565
[declt](https://github.com/didierverna/declt) system. This produces
66-
high quality PDFs, markdown (soon), HTML and Info output. The manuals
67-
are available in HTML in the [reference](/docs/reference) section of
68-
this website; PDF and Info files can be download from the individual
69-
systems `docs/` directory.
66+
high quality PDFs, markdown (soon), HTML and Info output. The manuals
67+
are available in HTML, <!-- in the [reference](/docs/reference)
68+
section of this website;--> PDF and Info files that can be download
69+
from the individual systems `docs/` directory.
7070

7171
You can install the info manuals into the emacs help system and this
7272
allows searching and browsing from within the editing environment. To

content/en/docs/Overview/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ for accurate implementation is somewhat more limited.
221221
For the most part, implementation priority is determined by the
222222
features required when working through the [Lisp-Stat
223223
examples](/docs/examples/) and the [basic
224-
tutorial](/docs/tutorials/basic). Being able to execute the code in
224+
tutorial](/docs/tutorials/basics). Being able to execute the code in
225225
both of these documents is the first MVP milestone. If you see
226226
something in one of these documents that does not work yet it will be
227227
a good starter issue for a contribution.

content/en/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ menu:
1010

1111
This section contains user documentation for Lisp-Stat. It is designed for technical users who wish to understand how to use Lisp-Stat to perform statistical analysis.
1212

13-
Other content such as marketing material, case studies, and community updates are in the [About](/about/) and [Community](/community/) pages. API documentation is in the [Reference](Reference/) section.
13+
Other content such as marketing material, case studies, and community updates are in the [About](/about/) and [Community](/community/) pages. <!-- API documentation is in the [Reference](Reference/) section. -->
1414

1515

netlify.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[build]
2+
publish = "public"
3+
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo"
4+
5+
[context.production.environment]
6+
HUGO_VERSION = "0.81.0" # if older, use format: 0.53 (no trailing zero)
7+
HUGO_ENV = "production"
8+
HUGO_ENABLEGITINFO = "true"
9+
10+
# Not using preview nor branch deployment yet
11+
# See:
12+
# https://www.netlify.com/blog/2017/11/16/get-full-control-over-your-deployed-branches/
13+
# https://www.netlify.com/blog/2016/07/20/introducing-deploy-previews-in-netlify/
14+
# https://gohugo.io/hosting-and-deployment/hosting-on-netlify/
15+
16+
[context.branch-deploy.environment]
17+
HUGO_VERSION = "0.81.0"
18+
19+
[context.deploy-preview.environment]
20+
HUGO_VERSION = "0.81.0"

0 commit comments

Comments
 (0)