Skip to content

Commit

Permalink
Fix revealed review flaws
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Yushkevich <[email protected]>
  • Loading branch information
neewy committed Jan 21, 2018
1 parent 19bf3c3 commit a4efac3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
18 changes: 10 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@

# General information about the project.
project = u'Iroha'
copyright = u'2018, Soramitsu Co LLC'
author = u'Nikolay Yushkevich at Soramitsu Co LLC'
documentation = u'Iroha Documentation'
description = u'Distributed ledger technology platworm, written in C++'
copyright = u'Creative Commons Attribution-NonCommercial 3.0 Unported'
author = u'Nikolay Yushkevich at Soramitsu Co Ltd'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -146,8 +148,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Iroha.tex', u'Iroha Documentation',
u'Nikolay Yushkevich at Soramitsu Co LLC', 'manual'),
(master_doc, 'Iroha.tex', documentation,
description, 'manual'),
]


Expand All @@ -156,7 +158,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'iroha', u'Iroha Documentation',
(master_doc, 'iroha', documentation,
[author], 1)
]

Expand All @@ -167,9 +169,9 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'Iroha', u'Iroha Documentation',
author, 'Iroha', 'One line description of project.',
'Miscellaneous'),
(master_doc, project, documentation,
author, project, description,
'C++'),
]


Expand Down
8 changes: 4 additions & 4 deletions docs/source/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Redis is known for a simple run process. When it is installed in the system, it
Run iroha daemon (irohad)
"""""""""""""""""""""""""

There is a list of assumptions which you should review before proceeding:
There is a list of preconditions which you should meet before proceeding:

* Postgres server is up and running, the port is 5432
* Redis server is up and running, the port is 6379
* Iroha daemon binary is built and accessible in your system
* Postgres server is up and running
* Redis server is up and running
* `irohad` Iroha daemon binary is built and accessible in your system
* The genesis block and configuration files were created
* Config file uses valid postgres and redis connection settings
* A keypair for the peer is generated
Expand Down

0 comments on commit a4efac3

Please sign in to comment.