Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from Cosmian/remove_mse_public_doc
Browse files Browse the repository at this point in the history
Remove MSE's public documentation
  • Loading branch information
ThibsG authored Dec 18, 2023
2 parents f3a876d + c128f73 commit f3e21e9
Show file tree
Hide file tree
Showing 76 changed files with 0 additions and 880,114 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/doc.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ TODO.md
examples
workspace
cosmian-signer-key.pem
documentation/*.pd
documentation/*.pdf

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -131,9 +129,6 @@ venv.bak/
# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
Expand Down
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,24 +273,6 @@ $ export TEST_SIGNER_KEY="/opt/cosmian-internal/cosmian-signer-key.pem"
$ pytest -m 'home'
```

## Documentation

```console
$ cd documentation
$ mkdocs serve
```

then open your browser on: `http://127.0.0.1:8003/`

or in PDF:

```console
$ sudo apt install pandoc
$ sudo apt install texlive-xetex texlive-fonts-recommended texlive-fonts-extra
$ cd documentation
$ ./build_pdf.sh
```

## Dockerisation

You can work with `mse home` without having internet access even to install the CLI by running the CLI docker. Or you
Expand Down
80 changes: 0 additions & 80 deletions documentation/README.md

This file was deleted.

104 changes: 0 additions & 104 deletions documentation/build_pdf.sh

This file was deleted.

Loading

0 comments on commit f3e21e9

Please sign in to comment.