Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 19-12-2023, 13:09   #181
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

Users, we have a problem, the ReadtheDocs documentation for Dashboard_tactics is missing. The documentation was excellent, as Petri spent considerable time testing and refining the plugin with good documentation. My email for Petri now bounces and ReadtheDocs does not have access to the deleted project.

If anyone has downloaded or made epub copies of that documentation, we would very much appreciate your contacting us via this thread so that we can have more complete documentation of this plugin.


Note that Dashboard_tactics is based on Thomas Rauch's Tactics plugin, so I would suggest using that documentation if we cannot find a copy of Petri's.

Sorry, but perhaps this is an example for why we should try to have all the documentation in one secure place.
rgleason is online now   Reply With Quote
Old 19-12-2023, 19:11   #182
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Dashboard-Tactics (Dash T)

I don't know what there was on readthedocs, but it looks like the source for for it might be in https://github.com/rgleason/dashboar...ee/master/docs
nohal is offline   Reply With Quote
Old 26-12-2023, 18:35   #183
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

Thanks, Pavel. Looking at it more carefully, I think you might be right. Petri must have included his documentation in his github repository as well as having it in readthedocs. This is a great find. Thank you.



Now the question is how to either get it back up on readthedocs or how to convert it to be compatible with asciidoc/antora on our manual repository for plugins?


I suppose this will take some digging.

Quote:
Originally Posted by nohal View Post
I don't know what there was on readthedocs, but it looks like the source for for it might be in https://github.com/rgleason/dashboar...ee/master/docs
rgleason is online now   Reply With Quote
Old 26-12-2023, 18:38   #184
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Dashboard-Tactics (Dash T)

Are you sure? I see pages like https://github.com/rgleason/dashboar...acestart.ipynb there. They don't seem brief or summary.
nohal is offline   Reply With Quote
Old 26-12-2023, 20:08   #185
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Dashboard-Tactics (Dash T)

Quote:
Originally Posted by rgleason View Post
I suppose this will take some digging.
nohal is offline   Reply With Quote
Old 27-12-2023, 16:29   #186
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

Quote:
Originally Posted by nohal View Post

Thank you Pavel!
rgleason is online now   Reply With Quote
Old 27-12-2023, 17:31   #187
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

I've made two commits to fix the required updates to readthedocs.yml including trying to add an os: and it still fails to build. Here is the result https://readthedocs.org/api/v2/build/22965300.txt

Here is what is in readthedocs.yml
https://github.com/rgleason/dashboar...eadthedocs.yml
which references a pre-existing file https://github.com/rgleason/dashboar...quirements.txt for sphinx settings.
ipykernel==5.5.5
nbsphinx==0.8.5
Sphinx==4.0.2
Pygments==2.9.0


I did add the these lines:
Quote:
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
rgleason is online now   Reply With Quote
Old 27-12-2023, 17:44   #188
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Dashboard-Tactics (Dash T)

There is no error in the build log you linked so there is no advice I can give you on how to fix it.
nohal is offline   Reply With Quote
Old 27-12-2023, 18:00   #189
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

The project Dashboard_Tactics doesn't have a valid webhook set up, commits won't trigger new builds for this project. See the project integrations for more information.

Completed Dec. 28, 2023. 1:58 a.m.
Build took 14 seconds
View raw

Build #22965437
latest
Build failed
Error

Problem in your project's configuration. Invalid configuration option "python.version": Make sure the key name is correct.

git clone --depth 1 https://github.com/rgleason/dashboard_tactics_pi.git .
git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master
git checkout --force origin/master
git clean -d -f -f
rgleason is online now   Reply With Quote
Old 27-12-2023, 18:06   #190
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Dashboard-Tactics (Dash T)

Do what it tells you, remove the line "version: 3.11" under "python:"
What are valid configuration options you can read at https://docs.readthedocs.io/en/stabl...g-file/v2.html
nohal is offline   Reply With Quote
Old 28-12-2023, 05:17   #191
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

Which one would you suggest removing, there are two?


https://github.com/rgleason/dashboar...eadthedocs.yml


So you want line 21 removed? Yes, I guess that is it. Will try that.
rgleason is online now   Reply With Quote
Old 28-12-2023, 05:32   #192
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

Some progress. It started building, but there is an error from somewhere. I hope you can read this.
Attached Thumbnails
Click image for larger version

Name:	Screenshot (1851).jpg
Views:	18
Size:	355.7 KB
ID:	284798   Click image for larger version

Name:	Screenshot (1852).jpg
Views:	11
Size:	400.3 KB
ID:	284799  

Click image for larger version

Name:	Screenshot (1853).jpg
Views:	15
Size:	379.2 KB
ID:	284800  
rgleason is online now   Reply With Quote
Old 28-12-2023, 05:42   #193
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Dashboard-Tactics (Dash T)

Either use older version of Python (3.9 or older) in https://github.com/rgleason/dashboar...hedocs.yml#L11 or newer version of Sphinx (4.3.0 or newer if I read their changelog correctly) with support for newer python in https://github.com/rgleason/dashboar...rements.txt#L3

I do not know why you decided to upgrade python used from 3.7 to 3.11 in the first place, so I do not know which of the two is appropriate or less problematic.
nohal is offline   Reply With Quote
Old 28-12-2023, 06:40   #194
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: Dashboard-Tactics (Dash T)

I believe the initial error page said python 3.7 was not supported and that they no longer supported ubuntu 18. The reason I put python at 3.11 is because their example page shows that. Also the example page shows use of OS ubuntu 22 Does this help?


Quote:
Originally Posted by nohal View Post
Either use older version of Python (3.9 or older) in https://github.com/rgleason/dashboar...hedocs.yml#L11 or newer version of Sphinx (4.3.0 or newer if I read their changelog correctly) with support for newer python in https://github.com/rgleason/dashboar...rements.txt#L3

I do not know why you decided to upgrade python used from 3.7 to 3.11 in the first place, so I do not know which of the two is appropriate or less problematic.
rgleason is online now   Reply With Quote
Old 28-12-2023, 06:42   #195
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Dashboard-Tactics (Dash T)

Simply do one of the two things and see what happens.
nohal is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yanmar Dash panel BobFord General Sailing Forum 4 28-05-2019 17:31
VMG Dash board dial Lasaros OpenCPN 2 08-07-2016 00:58
NEMA black dog dash Vineyard Haven July 23. Boatguy30 Multihull Sailboats 1 16-06-2016 07:54
Dash Cam Footage. 1926. Coops Flotsam & Sailing Miscellany 0 05-01-2013 13:13
Pioneer In-Dash Receiver -DVD cat man do Marine Electronics 0 16-07-2007 05:16

Advertise Here


All times are GMT -7. The time now is 13:21.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.