Closed trevorb1 closed 1 year ago
This docs update is getting close to being done! A couple quick things I wouldn't mind a second opinion on though please, @willu47:
excel
data and csv
data. Do you think I should also include screenshots, or will that be overkill? Or maybe just link to the Simplicity
repository if they want a concrete example? (This relates to both issue #107 and issue #113). Here is an example of what the tables in the docs currently look like.Time Dependent Parameter
Time Independent Parameter
otoole
, however, I don't think it looks all that clear haha. I did this because I moved the workflow image to the Core Functionality
page. Do you think its okay, or if you have suggestions on how to improve the image, that would be great! Or we can just have the same workflow image in both places if we think that is the most clear Homepage Image
Core Functionality Image
Thanks so much!!
Hi @trevorb1 - this looks great. I suggest to avoid using screenshots. They have a habit of being outdated quickly, and are a more of a pain to update than the inline tables.
I think the new visuals look very nice and are a big improvement on what was there before.
Hi, this is a draft PR.
In this PR I begin updating the documentation in preparation of the
otoole
v1.0 release. Using Issues #107 and #113 as reference, I have attempted to clearly explain the conversion, result and visualization commands, and provide examples. As part of this process, I reorganize the navigation of the site and break "Core Functionality", "Data Standards" and "Examples" into three separate pages. Moreover, as per issue #135 I remove references to the datapackage.To build and view the site on your local machine:
docs-update
tox -e docs
python3 -m http.server --directory 'docs/_build/html'
I am definitely not married to the structure I have proposed. I just wanted to get the ball rolling on updating the docs and get feedback if anyone has any! :)
Finally, this is very much a draft PR and should only be pushed when v1.0 is ready. For example, the
viz res
command in this PR says to use adatafile
, while in the current version (v0.11.0) it requires adatapackage
. So things like that assume the code is at v1.0.Thanks!