pywavefront / PyWavefront

Python library for importing Wavefront .obj files
BSD 3-Clause "New" or "Revised" License
309 stars 79 forks source link

Basic Sphinx documentation #66

Open einarf opened 6 years ago

einarf commented 6 years ago

It would be nice to have basic sphinx documentation. Should be simple enough with autodoc + adding a simple guide of some sort. It can really help to bring more people to the project.

It's also quick to set up auto build on commits to for example readthedocs.

greenmoss commented 6 years ago

What do you think about something like https://readthedocs.org ?

EDIT: they start off with sphinx, so... reading that now 😄

einarf commented 6 years ago

I use readthedocs for a few projects. works great.

greenmoss commented 6 years ago

I put the beginning up on branch "docs":

https://github.com/greenmoss/PyWavefront/tree/docs

Following instructions from https://docs.readthedocs.io/en/latest/getting_started.html

The basics work:

screen shot 2018-08-01 at 10 45 56 pm

greenmoss commented 6 years ago

So I'm now thinking about:

EDIT I see it's possible to just wholesale include everything. So the answer is "YES"

einarf commented 6 years ago

I would keep the readme and docs separate because the readme is only really supposed to be an intro to the project. It will in most cases contain things we don't want in the docs.