Skip to content

In the docs the library Turing.jl is often referred to as Turing. Is this misleading? #609

Open
@AoifeHughes

Description

@AoifeHughes

Some examples:

  • ## Using External Samplers on Turing Models
  • In this section, the current design of Turing's model "compiler" is described which enables Turing to perform various types of Bayesian inference without changing the model definition. The "compiler" is essentially just a macro that rewrites the user's model definition to a function that generates a `Model` struct that Julia's dispatch can operate on and that Julia's compiler can successfully do type inference on for efficient machine code generation.
  • Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and lovingly maintained by the <a href="/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team</a> of volunteers. <br>
    • This one is particularly confusing as it adds to the footer of the webpage: Turing is created by [Hong Ge](http://mlg.eng.cam.ac.uk/hong/), and lovingly maintained by the [core team](https://github.com/TuringLang/Turing.jl/graphs/contributors) of volunteers.
    • Which to me is confusing to read.

In summary, should we rename for consistency to only refer to the library as Turing.jl? If so, let me know and I'll make the updates.

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is neededquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions