drakkar-lig / walt-python-packages

Home of walt-node, walt-server, walt-client and walt-common python packages.
https://walt-project.liglab.fr
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Improving doc #88

Closed eduble closed 7 months ago

eduble commented 1 year ago

It would make sense to serve the sphinx documentation on the server at <server>:80/doc. Steps:

  1. Move client/walt/client/doc to a new dedicated package walt-doc
  2. Make walt-server and walt-client depend on walt-doc
  3. Automate the build of sphinx documentation as part of walt-doc setup.py in order to have the output directory sphinx/build/html installed in [...]/dist-packages/walt/doc/html/
  4. Modify walt-server-httpd to route requests for /doc to this directory