-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Refactoring #526
Conversation
Note that the changes here don't include all of the tutorials here. Later tutorial pushes can help convert the remaining tutorials into the required format for the new docs. |
docs/pages.jl
Outdated
"Selections" => "api/model/selections.md", | ||
"Optimizing Trainable Parameters" => "api/model/parameter_optimization.md", | ||
"Trace Translators" => "api/model/trace_translators.md", | ||
"Differential Programming" => "api/model/differential_programming.md" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "Differentiable programming"! In both the label and the filename.
Thanks for this! I'll take a look when I have more time. Is there a link to a rendered version of the new docs, or will I have to build locally? Also, flagging that if we merge #520 soon, this may require us to update the docs again. #520 should probably a breaking change to Gen.jl though (i.e. it should be released in Gen.jl 0.5.0) --- so my suggestion would be for us to finish this PR, and release the new docs together with Gen.jl 0.4.7, which will be a minor bugfix release with a few new features (e.g. #521, #524). |
@ztangent It seems you have to build locally. Not sure why the dev site is not updating. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
docs/src/tutorials/combinators.md
Outdated
|
||
```@raw html | ||
<div style="text-align:center"> | ||
<img src="../../images/recurse_combinator.png" alt="schematic of recurse combinatokr" width="70%"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
@@ -1 +0,0 @@ | |||
Manifest.toml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this deleted?
@@ -34,4 +34,4 @@ julia = "1.6" | |||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |||
|
|||
[targets] | |||
test = ["Test"] | |||
test = ["Test"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the sort of whitespace change it's nice to not include in a code review...
NIce work @limarta !! |
This PR restructures the documentation to somewhat resemble the "Documentation System" described here. Sections are organized as follows (see
pages.jl
) :Other additions: