Skip to content

Commit 0574bd9

Browse files
authored
docs: remove pool of stake from hosting list (#557)
No longer provides Dash services. Also updated/re-organized exclude patterns
1 parent 1bc6573 commit 0574bd9

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

conf.py

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,22 @@
7878
# directories to ignore when looking for source files.
7979
# This patterns also effect to html_static_path and html_extra_path
8080
exclude_patterns = [
81+
'.devcontainer',
82+
'.DS_Store',
8183
'_build',
8284
'Thumbs.db',
83-
'.DS_Store',
85+
# Directories to exclude
86+
'local/*',
87+
'scripts/*',
88+
'transifex/*',
89+
'venv/*',
90+
'dash-core-src',
91+
# Docs related files to exclude
92+
'CLAUDE.md',
8493
'README.md',
85-
'.devcontainer',
86-
'transifex',
8794
'docs/core/api/ai-prompt.md',
8895
'docs/img/dev/gifs/README.md',
8996
'docs/user/wallets/electrum/dip3_p2sh_howto.md',
90-
'scripts/*',
91-
'venv',
92-
'dash-core-src'
9397
]
9498

9599
# The name of the Pygments (syntax highlighting) style to use.

docs/user/masternodes/hosting.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -78,25 +78,6 @@ https://dashmasternode.io
7878
- `Email <sidhosting@protonmail.com>`__
7979

8080

81-
Pool of Stake
82-
-------------
83-
84-
.. image:: img/pool-of-stake.svg
85-
:width: 200px
86-
:align: right
87-
:target: https://www.poolofstake.io
88-
89-
https://www.poolofstake.io
90-
91-
- Operated by: Pool of Stake OÜ
92-
- Services: Hosting, Shares
93-
- 15% of masternode payments (5% with tokens)
94-
- `Site <https://www.poolofstake.io>`__
95-
- `Email <mail@poolofstake.io>`__
96-
- `Twitter <https://twitter.com/poolofstake>`__
97-
- `Telegram <https://telegram.me/poolofstake>`__
98-
99-
10081
NodeHub.io
10182
----------
10283

0 commit comments

Comments
 (0)