-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nix documentation the README (#235)
- Loading branch information
Showing
3 changed files
with
32 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# Plutus documentation site | ||
# Marconi documentation site | ||
|
||
This is a sphinx site. | ||
|
||
Run `nix develop` to enter a development shell with `sphinx-build` and `sphinx-autobuild`. | ||
|
||
The following commands are also available: | ||
|
||
- `build-readthedocs-site` | ||
Build the docs locally in `_build/index.html` | ||
- `serve-readthedocs-site` | ||
- `develop-rtd-site` | ||
Start a development server with live reload on `http://localhost:8000` | ||
- `build-rtd-site` | ||
Build the docs locally in `_build/index.html` | ||
- `serve-rtd-site` | ||
Build the full site with nix (including Haddock) and serve it on `http://localhost:8002` | ||
|
||
The doc site from main is built automatically and hosted [here](https://marconi.readthedocs.io). | ||
The doc site from main is built automatically and hosted [here](https://marconi.readthedocs.io/en/latest). | ||
|
||
Additionally, the site is built for all PRs, and a link to a preview can be found in the PR statuses. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.