mirror of https://github.com/nucypher/nucypher.git
Random update to docs: update link to node providers, building docs
parent
82349548eb
commit
f54dca70e8
|
@ -12,7 +12,6 @@ packaging==20.3
|
|||
Pygments==2.6.1
|
||||
pyparsing==2.4.7
|
||||
pytz==2019.3
|
||||
recommonmark==0.6.0
|
||||
requests==2.23.0
|
||||
six==1.14.0
|
||||
snowballstemmer==2.0.0
|
||||
|
|
|
@ -171,7 +171,7 @@ Building Documentation
|
|||
|
||||
.. note::
|
||||
|
||||
``sphinx``, ``recommonmark``, ``aafigure`` and ``sphinx_rtd_theme`` are non-standard dependencies that can be installed
|
||||
``sphinx`` and ``sphinx_rtd_theme`` are non-standard dependencies that can be installed
|
||||
by running ``pip install -e .[docs]`` from the project directory.
|
||||
|
||||
|
||||
|
@ -184,8 +184,7 @@ To build the project dependencies locally:
|
|||
|
||||
.. code:: bash
|
||||
|
||||
(nucypher)$ cd nucypher/docs/
|
||||
(nucypher)$ make html
|
||||
(nucypher)$ make docs
|
||||
|
||||
|
||||
If the build is successful, the resulting html output can be found in ``nucypher/docs/build/html``;
|
||||
|
|
|
@ -13,7 +13,4 @@ Node as a Service Providers
|
|||
If you are a provider and wish to be included in this list,
|
||||
please submit a pull request.
|
||||
|
||||
The following staking pools and node infrastructure providers support the NuCypher Network (alphabetical order):
|
||||
|
||||
* `Provider Name <https://example.com/>`_
|
||||
|
||||
Staking pools and node infrastructure providers that support the NuCypher Network are available `here <https://github.com/nucypher/validator-profiles>`_.
|
||||
|
|
Loading…
Reference in New Issue