N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
442 stars 123 forks source link

Documentation #123

Closed N-Wouda closed 1 year ago

N-Wouda commented 1 year ago

A big list of (minor) TODOs:

Link to the new pages in the readme here on Github.

N-Wouda commented 1 year ago

I'll see if I can write most of this tomorrow morning.

N-Wouda commented 1 year ago

(the first few points are things we'll be asked about in the JOSS review, so it's probably good to get ahead of that and already write something for)

N-Wouda commented 1 year ago

We should move the examples up, into the examples/ directory where they used to be, and use something like sphinx-collections to move the examples to where they need to be for the docs to build.

Edit: this project uses that tool to copy stuff; have a look there for how to set this up.

N-Wouda commented 1 year ago

There's zero need to use a dependency for copying the examples. Just shutil everything over in the conf.py file.