Skip to content

Commit

Permalink
Updated web3j icon for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Dec 20, 2016
1 parent fa2e756 commit b085b9b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified docs/source/_static/web3j.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'web3j', u'web3j Documentation',
author, 'web3j', 'One line description of project.',
author, 'web3j', 'Lightweight Java library for integration with Ethereum clients.',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ In addition to *send()* and *sendAsync*, all JSON-RPC method implementations in
very straight forwards to compose JSON-RPC calls together into new functions.

For instance, the
`blockObservable <https://github.com/web3j/web3j/blob/master/src/main/java/org/web3j/protocol/core/rx/JsonRpc2_0Rx.java>`_ is
`blockObservable <https://github.com/web3j/web3j/blob/master/src/main/java/org/web3j/protocol/rx/JsonRpc2_0Rx.java>`_ is
itself composed of a number of separate JSON-RPC calls::

public Observable<EthBlock> blockObservable(
Expand Down
File renamed without changes
Binary file added logos/web3j-orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b085b9b

Please sign in to comment.