Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline mode #145

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Offline mode #145

merged 2 commits into from
Nov 13, 2023

Conversation

cuppajoeman
Copy link
Contributor

@cuppajoeman cuppajoeman commented Nov 7, 2023

add a python script which starts an offline webserver and add description on how to use in the readme.

the script code comes from #102 (comment) and only modifies it slightly to move to the output dir before starting the webserver.

Also note that after getting to a docs page for a specific function, if you try and use the search feature in the top right then nothing happens. So if this gets merged we should add an issue for that.

If merged, we can close #102

@BSVino
Copy link
Owner

BSVino commented Nov 11, 2023

Nice! Very useful. Question, since it's been a while since I've hacked Python: Do the modules included require you to install any python packages or are they available by default?

@cuppajoeman
Copy link
Contributor Author

Nice! Very useful. Question, since it's been a while since I've hacked Python: Do the modules included require you to install any python packages or are they available by default?

All three libraries used are part of the python standard library:

I'm pretty confident in saying that these libraries will always be available on a vanilla python installation.

@BSVino BSVino merged commit c5f8a8b into BSVino:mainline Nov 13, 2023
@BSVino
Copy link
Owner

BSVino commented Nov 13, 2023

Good stuff. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offline version cannot really be used offline
2 participants