jomjol / AI-on-the-edge-device-docs

Github for hosting the documentation for the project: https://github.com/jomjol/AI-on-the-edge-device
https://jomjol.github.io/AI-on-the-edge-device-docs/
65 stars 36 forks source link

Local cloning with GitHub Desktop not working anymore. #17

Closed jomjol closed 1 year ago

jomjol commented 1 year ago

I cannot clone this repo anymore for a local copy with GitHub Desktop. Following error message after a complete deletion and new setup:

grafik

caco3 commented 1 year ago

I think it something to do that Windows does not allow < in filenames. On Linux it works ok. I will rename those files...

caco3 commented 1 year ago

It should now also work on windows.

To create a parameter documentation, you either can:

To test it locally, call concat-parameter-pages.py inside param-docs to generate the combined parameter.md page. Then call mkdocs serve and open http://127.0.0.1:8000/AI-on-the-edge-device-docs/Parameters/ in your webbrowser to test it.

caco3 commented 1 year ago

See the readme.md for more details

jomjol commented 1 year ago

Is now working - thanks for the fix