SolidCode / SolidPython

A python frontend for solid modelling that compiles to OpenSCAD
1.11k stars 172 forks source link

Write docstrings derived from OpenSCAD manual #40

Closed steveb closed 8 years ago

steveb commented 8 years ago

These changes add docstrings which are suitable for sphinx autodoc generation.

The OpenSCAD User Manual is licensed under the Creative Commons Attribution-ShareAlike License, and my research suggests that it is safe to mix this with LGPL code.

These docs can be generated with

tox -edocs

It would be very useful now for these docs to be hosted on https://readthedocs.org/