Skip to content

Commit

Permalink
added requested changes for PR
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Boyd <[email protected]>
  • Loading branch information
michaeldboyd committed Dec 24, 2018
1 parent 0b74c41 commit 51306ba
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 255 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ If you made changes in both indy-plenum and indy-node, you need to do the follow

- Indy-plenum is based on [RBFT](https://pakupaku.me/plaublin/rbft/5000a297.pdf) protocol
- Please have a look at documents and diagrams in [docs/source](docs/source) folder
- Please have a look at documents and diagrams in Plenum's [docs](https://github.com/hyperledger/indy-plenum/tree/master/docs) folder:
- Please have a look at documents and diagrams in Plenum's [docs](https://github.com/hyperledger/indy-plenum/tree/master/docs) folder, or on https://indy.readthedocs.io/projects/plenum :
- [Technical Overview of Plenum](https://github.com/hyperledger/indy-plenum/blob/master/docs/main.md)
- [Plenum Consensus Algorithm Diagram](https://github.com/hyperledger/indy-plenum/blob/master/docs/diagrams/consensus-protocol.png)
- [Glossary](https://github.com/hyperledger/indy-plenum/blob/master/docs/glossary.md)
Expand Down
57 changes: 0 additions & 57 deletions docs/source/cluster-simulation.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def setup(app):
if rtd_version not in ['stable', 'latest']:
rtd_version = 'latest'
try:
os.system("git clone https://github.com/michaeldboyd/indy-docs.git remote_conf")
os.system("git clone https://github.com/hyperledger/indy-docs.git remote_conf")
os.system("mv remote_conf/remote_conf.py .")
import remote_conf
remote_conf.generate_sidebar(globals(), nickname)
Expand Down
18 changes: 8 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,20 @@ Welcome to Hyperledger Indy Node's documentation!
.. toctree::
:maxdepth: 1

transactions.md
requests.md
auth_rules.md
pool-upgrade.md
start-nodes.md
add-node.md
auth_rules.md
ci-cd.md
cluster-simulation.md
helper-scripts.md
indy-file-structure-guideline.md
indy-running-locally.md
setup-iptables.md
node-monitoring-tools-for-stewards.md
node-state-diagnostic-tools.md
pool-upgrade.md
requests-new.md
setup-dev.md
setup-iptables.md
transactions.md
ci-cd.md
indy-file-structure-guideline.md
write-code-guideline.md
setsup-dev.md
1.3_to_1.4_migration_guide.md


Expand Down
186 changes: 0 additions & 186 deletions docs/source/indy-running-locally.md

This file was deleted.

0 comments on commit 51306ba

Please sign in to comment.