secondlife / secondlife/create

Slua reference break functions into modules in left hand menu

Open
#9 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
MDX
Stars
12
Forks
7
Avg merge
2h 53m
Merged PRs (30d)
1

Description

Currently functions are just listed as llFunction for slua.

there should probably be no Functions section at all, and instead a list of modules

  • ll
    • Abs
    • Acos
    • ...
  • bit32
    • ...
  • llbase64
    • ...
  • lljson
    • ...
  • math
    • ...
  • ...

Categories #3 will help, but the right hand menu reflecting the structures available in code would probably be best.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the slua reference navigation and how the current Functions section exposes entries such as llFunction. Compare it with the module structure described in the issue and Categories #3. Done means the left-hand menu groups functions under modules such as ll, bit32, llbase64, lljson, and math, without a separate Functions section.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.