mirror of https://github.com/nucypher/nucypher.git
RTD configuration adjustments
parent
319e0af98e
commit
2a0ae4f0a8
|
@ -14,6 +14,9 @@
|
|||
#
|
||||
import os
|
||||
import sys
|
||||
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
|
||||
|
@ -184,13 +187,9 @@ epub_exclude_files = ['search.html']
|
|||
|
||||
# -- Extension configuration -------------------------------------------------
|
||||
|
||||
# -- Options for intersphinx extension ---------------------------------------
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
||||
|
||||
# -- Options for todo extension ----------------------------------------------
|
||||
|
||||
|
||||
def remove_module_docstring(app, what, name, obj, options, lines):
|
||||
if what == "module":
|
||||
|
|
|
@ -30,7 +30,7 @@ This simple example showcases many interesting and distinctive aspects of NuCyph
|
|||
## Install Nucypher
|
||||
|
||||
Acquire the nucypher application code and install the dependencies.
|
||||
For a full installation guide see the [NuCypher Installation Guide](../guides/installation_guide).
|
||||
For a full installation guide see the [NuCypher Installation Guide](/guides/installation_guide).
|
||||
|
||||
## Run the Demo
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Local Development Fleet Testing
|
||||
|
||||

|
||||

|
||||
|
||||
## Overview
|
||||
|
||||
|
@ -19,7 +19,7 @@ All Demo Ursulas:
|
|||
### 1. Install Nucypher
|
||||
|
||||
Acquire the nucypher application code and install the dependencies.
|
||||
For a full installation guide see the [NuCypher Installation Guide](../guides/installation_guide).
|
||||
For a full installation guide see the [NuCypher Installation Guide](/guides/installation_guide).
|
||||
|
||||
### 2. Run a Lonely Ursula
|
||||
|
||||
|
|
Loading…
Reference in New Issue