brainets / hoi

Higher-Order Interactions
https://brainets.github.io/hoi/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Structure of tutorials and examples #32

Open thomasrobiglio opened 7 months ago

thomasrobiglio commented 7 months ago

Following the diataxis approach to documentation, I propose the following organization of tutorials and examples.

EXPLANATION -> theoretical explanations as already present here + references (might require checking of the equations + adding some figures)

REFERENCE -> API documentation

TUTORIALS The goal of this part is to guide the user through the structure of the important functions in the toolbox.

HOW-TO GUIDES -> Examples This consists of a gallery of examples (one per metric?) showing the computation of the given metric on simple data (similar to what is done in the corresponding tutorial but with shorter descriptions).

Mattehub commented 2 weeks ago

@EtienneCmb, I am working on examples and tutorials, it is ok to have one example per metric? For sure there will be some redundancy and repetition: many times the application of different metrics is very similar. But at the same time, there are differences in all the metrics, so if you agree I will add one example per metric. Let me know what you think about that.

EtienneCmb commented 2 weeks ago

@Mattehub I agree that the code is going to be highly redundant. Maybe a comparison between metrics might be better. I planned a list of examples, I'm working on this right now. If you can, it might be better to clean your function for simulating HOI using gaussians.

Mattehub commented 2 weeks ago

OK, perfect! Thanks for telling me. So I go to clean the gaussian simulation functions