nim-chronos icon indicating copy to clipboard operation
nim-chronos copied to clipboard

Documentation

Open Menduist opened this issue 1 year ago • 5 comments

Generate documentation on each push to master: https://status-im.github.io/nim-chronos/docs/chronos.html

And some touch ups on existing documentation

Menduist avatar Sep 06 '22 12:09 Menduist

Why we should keep references to other projects if this projects do not keep references to chronos? So as an example:

  1. nim-metrics do not have first class reference like chronos have, so we should not make it first class too, and put it in the list of projects which are using chronos
  2. 2Defi do not have any references on chronos - so there no need to advertise this project too.
  3. libp2p do not have any references on chronos.

cheatfate avatar Sep 10 '22 11:09 cheatfate

Why we should keep references to other projects if this projects do not keep references to chronos?

libp2p mentions chronos as part of the first tutorial on how to use libp2p, it's one of the installed dependency, and is imported in almost every file of libp2p We can add it to the libp2p readme if you want

Menduist avatar Sep 12 '22 15:09 Menduist

Why we should keep references to other projects

these references provide examples for how to use chronos - since the project itself lacks docs / examples / tutorials, looking at other code provides a substitute ("how do I download a file with http?")

arnetheduck avatar Sep 12 '22 15:09 arnetheduck

Why we should keep references to other projects

these references provide examples for how to use chronos - since the project itself lacks docs / examples / tutorials, looking at other code provides a substitute ("how do I download a file with http?")

Looks like we do not have any examples on how to download file via http in provided links. Also because this PR named as documentation we could move this links away from main README deeper inside documentation Examples section. Like projects do.

cheatfate avatar Sep 12 '22 16:09 cheatfate

@arnetheduck @cheatfate other remarks on this PR? I would like to have at least the website up, and then we can work on better documentation content

Menduist avatar Sep 22 '22 09:09 Menduist