PyWiFeS / pipeline

The Python data reduction pipeline for WiFeS
6 stars 26 forks source link

Documentation set up with Sphinx and directory clean up #54

Closed CMartinezLombilla closed 3 months ago

CMartinezLombilla commented 3 months ago

Here we have done the set-up to write doc string documentation using Sphinx. Sphinx is a documentation generator or a tool that translates a set of plain text source files into various output formats, automatically producing cross-references, indices, etc. That is, Sphinx can generate a series of HTML files, or a PDF file (via LaTeX). This will be our tool to generate the PyWiFeS User Manual. See more info about Sphinx and how to do the set-up here.

These are the main changes of this PR: