monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
245 stars 79 forks source link

Sidebar "menu" on documentation #38

Closed dethos closed 5 years ago

dethos commented 5 years ago

As it is currently we have to navigate back to the index in order to access the rest of the contents of the documentation. So this pull request adds the table of contents to the sidebar (except on the index page), to make it easier to explore and navigate through the docs..

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 163


Files with Coverage Reduction New Missed Lines %
monero/transaction.py 1 92.65%
monero/numbers.py 2 97.62%
monero/ed25519.py 5 69.9%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 137: -0.8%
Covered Lines: 884
Relevant Lines: 1039

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 163


Files with Coverage Reduction New Missed Lines %
monero/transaction.py 1 92.65%
monero/numbers.py 2 97.62%
monero/ed25519.py 5 69.9%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 137: -0.8%
Covered Lines: 884
Relevant Lines: 1039

💛 - Coveralls
emesik commented 5 years ago

Looks good! Thanks.