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. |
| "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.
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. |
|
|
||
| ```@raw html | ||
| <div style="text-align:center"> | ||
| <img src="../../images/recurse_combinator.png" alt="schematic of recurse combinatokr" width="70%"/> |
| @@ -1 +0,0 @@ | |||
| Manifest.toml | |||
|
|
||
| [targets] | ||
| test = ["Test"] | ||
| test = ["Test"] No newline at end of file |
There was a problem hiding this comment.
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: