QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

FEAT: Questions to include/exclude/modify from the vanilla sphinx-quickstart module #1

Closed AakashGfude closed 5 years ago

AakashGfude commented 5 years ago

The default question list which sphinx has at the moment are mentioned below as task lists, to indicate which one should be kept.

NOTE: The fields/questions which require an input are written in bold

@mmcky: I would vote for a default directory structure not customisable in Quickstart but rather via conf.py and detailed in docs of the structure and how to change it.

@mmcky: I would vote for a default templates and _static location

@mmcky I think this is needed. Project release is probably the only confusing one for scientific publishing use case.

@mmcky: I think we should remove this for now (as sphinxcontrib-jupyter doesn't support language sets)

@mmcky: I think this is a useful question but perhaps not necessary if we force index as the top level document.

@mmcky: I think this should be culled to the set of packages we have tested with sphinxcontrib-jupyter such as sphinxcontrib-bibtex. And then we can add more to the list as the needs or use grows.

@mmcky: Let's put windows support on hold (as discussed in Slack) but writing the Makefile could be a default.

mmcky commented 5 years ago

hey @AakashGfude I am in favour of adopting a higher degree of defaults than what the standard sphinx Quickstart uses as I think many of our user base will just want to get up and running quickly rather than have the full flexibility of setting up the sphinx project in the way that they need or want. Th options can be adjusted in the conf.py file later on if they choose.

When we setup the docs for jupinx we should note what assumptions are made for things like a default directory structure etc.

Our own Questions

jstac commented 5 years ago

I agree on the need to cull options and also on favouring simplicity for the initial setup. Thanks guys.