openflexure-microscope-server/apidocs/dev
2026-03-01 12:15:36 +00:00
..
assets Create a developer guidance section for the hosted docs 2026-03-01 12:15:36 +00:00
_sidebar.md Create a developer guidance section for the hosted docs 2026-03-01 12:15:36 +00:00
architecture.md Create a developer guidance section for the hosted docs 2026-03-01 12:15:36 +00:00
index.html Create a developer guidance section for the hosted docs 2026-03-01 12:15:36 +00:00
ofm.css Create a developer guidance section for the hosted docs 2026-03-01 12:15:36 +00:00
picamera-tuning-files.md Create a developer guidance section for the hosted docs 2026-03-01 12:15:36 +00:00
README.md Create a developer guidance section for the hosted docs 2026-03-01 12:15:36 +00:00

Developer Guidance

This site provides information that is useful for developing the OpenFlexure Microscope.

Viewing and Modifying Locally

If you want to view these documents in your machine (very useful when editing them). You will need to serve the apidocs directory. Navigate to the apidocs directory and run python -m http.server.

All developer guidance documentation is written in markdown and then displayed with Docsify. More information on Docsify can be found at https://docsify.js.org.