Skip to content

Commit

Permalink
spectrometer doc update with significant rewrite - like v2
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Dec 9, 2023
1 parent 83eface commit 5fcfc85
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 134 deletions.
3 changes: 3 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ clean:
del * /s /f /q
cd ..

cleanbuild:
cd ..

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
Expand Down
10 changes: 1 addition & 9 deletions doc/source/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Examples
Remote Objects
--------------

The examples are divided according to data-types, which can summarized into the following:

.. toctree::
server/spectrometer/index

Expand All @@ -15,11 +13,5 @@ The code is hosted at the repository `hololinked-examples <https://github.com/Vi
* `hololinked-portal <https://github.com/VigneshVSV/hololinked-portal>`_ to have an web-interface to interact with RemoteObjects (after you can run your example object)
* hoppscotch or postman



ReactJS
-------

The examples below build React apps for the above examples. One can use the template repository at `hololinked-gui-examples-template <https://github.com/VigneshVSV/hololinked-gui-examples-template.git>`_
to follow if interested (please note the README). The examples are based on `react material UI <https://mui.com/>`_.
Some browser based client examples based on ReactJS & `react material UI <https://mui.com/>`_ are hosted at `hololinked.dev <https://hololinked.dev/docs/category/spectrometer-gui>`_

Loading

0 comments on commit 5fcfc85

Please sign in to comment.