Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Symbolics committed Mar 22, 2021
1 parent a69ffb9 commit ef4b7ac
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Contributing/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ follow these steps for contributing to Lisp-Stat:
- Step 3: Get your [code reviewed](#code-review) and committed to the project.

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

### Get source code

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

For specific ideas that would help, see the
[ideas](/docs/contribute/ideas) page.
[ideas](/docs/contributing/ideas) page.

#### Issue Guidelines

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ description: >

### Displaying distributions with graphs

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

8 changes: 4 additions & 4 deletions content/en/docs/Getting started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ find the systems, try this at the REPL:

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

You can install the info manuals into the emacs help system and this
allows searching and browsing from within the editing environment. To
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ for accurate implementation is somewhat more limited.
For the most part, implementation priority is determined by the
features required when working through the [Lisp-Stat
examples](/docs/examples/) and the [basic
tutorial](/docs/tutorials/basic). Being able to execute the code in
tutorial](/docs/tutorials/basics). Being able to execute the code in
both of these documents is the first MVP milestone. If you see
something in one of these documents that does not work yet it will be
a good starter issue for a contribution.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ menu:

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.

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.
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. -->


20 changes: 20 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[build]
publish = "public"
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo"

[context.production.environment]
HUGO_VERSION = "0.81.0" # if older, use format: 0.53 (no trailing zero)
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

# Not using preview nor branch deployment yet
# See:
# https://www.netlify.com/blog/2017/11/16/get-full-control-over-your-deployed-branches/
# https://www.netlify.com/blog/2016/07/20/introducing-deploy-previews-in-netlify/
# https://gohugo.io/hosting-and-deployment/hosting-on-netlify/

[context.branch-deploy.environment]
HUGO_VERSION = "0.81.0"

[context.deploy-preview.environment]
HUGO_VERSION = "0.81.0"

0 comments on commit ef4b7ac

Please sign in to comment.