home-assistant / developers.home-assistant

Developers website for Home Assistant.
https://developers.home-assistant.io
Other
296 stars 933 forks source link

Move API documentation #20

Open fabaff opened 6 years ago

fabaff commented 6 years ago

The source for API documentation is located in the main repo.

Suggestion to move it and make it available at developers.home-assistant.

MartinHjelmare commented 6 years ago

The api docs are built with sphinx autodoc extension based on the code source and docstrings. How would you move that?

balloob commented 6 years ago

Yeah we can't change that. I'm not sure how one would merge those or how we should approach that.

fredrikbaberg commented 5 years ago

Not sure if I should add this comment here or in main repo, so I'll start here. Just a thought, would the use of Github Pages help (https://pages.github.com/)? From Sphinx documentation there seem to be an extension for Github pages (http://www.sphinx-doc.org/en/master/usage/extensions/githubpages.html).