Skip to content

Commit

Permalink
Update: bip38 documentation & add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 1, 2024
1 parent d942af5 commit 0dde52d
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# -- Project information -----------------------------------------------------

project = "BIP38"
copyright = f"{datetime.datetime.now().year}, {__author__}"
copyright = f"2023-{datetime.datetime.now().year}, {__author__}"
author = __author__

# The full version, including alpha/beta/rc tags
Expand Down Expand Up @@ -55,7 +55,7 @@
# a list of builtin themes.
html_theme = "furo"
# Product logo name
# html_logo = "static/png/hdwallet.png"
html_logo = "static/svg/bip38-logo.svg"
# Theme options
html_theme_options = {
# "canonical_url": "",
Expand Down Expand Up @@ -88,6 +88,9 @@
# "announcement": "<em>Import</em> announcement!",
}

# Set a minimal HTML title
html_title = release

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
6 changes: 3 additions & 3 deletions docs/cryptocurrencies.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:orphan:

==========================
Supported Cryptocurrencies
==========================
================
Cryptocurrencies
================

This module supports more than 150+ cryptocurrencies, including the following:

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ Buy me a coffee if You found this tool helpful:

- **Bitcoin** - 16c7ajUwHEMaafrceuYSrd35SDjmfVdjoS
- **Ethereum / Tether** - 0xD3cbCB0B6F82A03C715D665b72dC44CEf54e6D9B
- **Solana** - 9cVoan5GvnpVvysEkFWEFR4k9cpTdWKmqQ6Gi7nwM5ES

Thank you very much for your support.

Expand Down
10 changes: 10 additions & 0 deletions docs/static/css/bip38.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ td, th {
.name {
text-align: left;
}

.sidebar-logo-container img {
width: 100px;
height: auto;
}

.sidebar-brand-text {
text-align: center;
font-size: 19px;
}
Binary file removed docs/static/gif/bip38.gif
Binary file not shown.
1 change: 0 additions & 1 deletion docs/static/svg/bip38-full.svg

This file was deleted.

File renamed without changes
2 changes: 1 addition & 1 deletion docs/toctree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BIP38
:maxdepth: 3

Overview <index.rst>
Cryptocurrencies <cryptocurrencies.rst>
Supported Cryptocurrencies <cryptocurrencies.rst>

.. toctree::
:maxdepth: 3
Expand Down

0 comments on commit 0dde52d

Please sign in to comment.