Skip to content

Commit db87161

Browse files
committed
Remove generated docs
1 parent d6538e2 commit db87161

File tree

609 files changed

+42
-30431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

609 files changed

+42
-30431
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131
- chmod a+x $HOME/purescript
3232
- npm install -g bower pulp@next
3333
- bower install
34-
- pip install --user -r docs-src/requirements.txt
34+
- pip install --user -r docs/requirements.txt
3535

3636
script:
3737
- export VERSION=branch-job-$TRAVIS_JOB_NUMBER
@@ -47,7 +47,7 @@ deploy:
4747
- provider: s3
4848
access_key_id: "$AWS_ACCESS_KEY_ID"
4949
secret_access_key: "$AWS_ACCESS_KEY_SECRET"
50-
local_dir: docs-src/target/release
50+
local_dir: docs/target/release
5151
bucket: hyper.wickstrom.tech
5252
upload-dir: docs/$VERSION
5353
region: eu-west-1

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ VERSION ?= $(shell git rev-parse --short HEAD)
22

33
.PHONY: docs
44
docs:
5-
make -C docs-src release
5+
make -C docs release
66

77
deploy-docs: docs
8-
aws s3 sync --region=eu-west-1 docs-src/target/release s3://hyper.wickstrom.tech/$(VERSION)
8+
aws s3 sync --region=eu-west-1 docs/target/release s3://hyper.wickstrom.tech/docs/$(VERSION)
99

1010
.PHONY: examples
1111
examples:
1212
# Disabled! This part of the docs should be moved to the respective
1313
# repository instead.
14-
# make -C docs-src/src/extensions/type-level-routing/examples build
14+
# make -C docs/src/extensions/type-level-routing/examples build
1515
#
16-
pulp build -I docs-src/src/topic-guides
16+
pulp build -I docs/src/topic-guides
1717
pulp build -I examples

docs-src/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

docs/.nojekyll

Whitespace-only changes.

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

docs/README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
1-
# THIS IS AUTO-GENERATED, DO NOT EDIT
2-
Instead edit the sources in [docs-src](../docs-src).
1+
# Hyper Documentation
2+
3+
The Hyper documentation is built using Sphinx and reStructured Text.
4+
5+
## Prerequisites
6+
7+
* [A TeX Distribution](https://www.latex-project.org/get/)
8+
* [virtualenv](https://virtualenv.pypa.io/en/stable/)
9+
10+
## Setup
11+
12+
```bash
13+
# Change to this directory in your terminal
14+
cd docs-src
15+
virtualenv ENV
16+
ENV/bin/activate
17+
pip install -r requirements.txt
18+
```
19+
20+
## Building HTML
21+
22+
```bash
23+
make html
24+
```
25+
26+
Or, a handy live-reloading server for when you are writing documentation:
27+
28+
```bash
29+
make livehtml
30+
```
31+
32+
## Building the PDF
33+
34+
```bash
35+
make latexpdf
36+
```

docs/_static/ajax-loader.gif

-673 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)