Skip to main content

Docs and TOC generator for Robot Framework resources and libs

Project description

Robot Framework LibTOC

What it does

This tool generates docs using Robot Framework Libdoc for an entire folder with Robot Framework resources/libs and creates a TOC (Table of Content) file for them

Why use it

The Robot Framework Libdoc tool normally generates a HTML file for a single keyword library or a resource file. If you have several keyword libraries, you just get several separate HTML files.

This tool collects separate keyword documentation files in one place and creates a TOC (Table of content) page with links to these files.
The result is a folder with several static HTML pages which can be placed somewhere in the intranet or uploaded as CI artifact - so everybody can easily access the keywords docs.

Here is the example screenshot

How it works

  • The tool goes through the specified folder with RF resources and it's direct subfolders
  • It looks for the config files named .libtoc which contain:
    1. Paths to resource files in glob format which you would like to create docs for
    2. Installed RF libraries (names and necessary import params like described in libdoc user guide)

      Other libdoc CLI options (e.g. version or name of the output file) are not supported

  • Then it gererates the docs using libdoc - both for files paths, resolved from the glob patterns, and for the installed libraries. The created HTML files are places in the libtoc output_dir - keeping the original subfolder structure of resources
  • Finally it generates a TOC (Table of Contents) HTML page with links to all the generated HTML files. The navigation tree structure in the TOC repeats the folder tree structure.

Example of a .libtoc config file

[paths]
# Use glob patterns
**/*.robot
**/*.resource
**/*.py

[libs]
# Use RF library names with params - like for libdoc
SeleniumLibrary
Remote::http://10.0.0.42:8270

The config file must contain at least one of the sections ([paths], [libs] or both)

How to install it

System requirements

  • Python >=3.9
  • Robot Framework

Installation using pip

pip install robotframework-libtoc

How to use it

  • Create the .libtoc config files in subfolders where you need docs to be created.

    A config file directly in the root of the resources folder is valid, but not mandatory.

  • Run libtoc. The last resources_dir parameter is mandatory, others are optional:

    • -d, --output_dir
    • --config_file
    • --toc_file
    • --toc_template
    • --homepage_template

    Examples:

    libtoc example_resources
    libtoc --output_dir docs example_resources
    libtoc --output_dir docs --toc_file MY_SPECIAL_NAME_FOR_DOCS.html example_resources
    libtoc --toc_template MY_CUSTOM_TOC.html --homepage_template MY_CUSTOM_HOMEPAGE.html example_resources
    
  • Open the created file, e.g. docs\keyword_docs.html

How to change the TOC and the homepage HTML templates

The default HTML template files are located in the python installation directory (usually something like <python_dir>\lib\site-packages\robotframework_libtoc) and can be changed if necessary.
It's also possible to provide custom HTML template files using the --toc_template and --homepage_template options.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-libtoc-1.1.1.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

robotframework_libtoc-1.1.1-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file robotframework-libtoc-1.1.1.tar.gz.

File metadata

  • Download URL: robotframework-libtoc-1.1.1.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.10 Windows/10

File hashes

Hashes for robotframework-libtoc-1.1.1.tar.gz
Algorithm Hash digest
SHA256 d338712f3d91a97610744b26f9e82aa2e02655e2d64f7636672e82428e643090
MD5 99aa3ffba8043abbd3eb900d19435cf5
BLAKE2b-256 bf01d0de80f41cf4ff13d1a453c449783ab4c4d92cbd341f805411ad77931a49

See more details on using hashes here.

File details

Details for the file robotframework_libtoc-1.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for robotframework_libtoc-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dc1f694bc0293e4d27b258e454485cbfec330c379e7c644eb31d468ab86f725e
MD5 b54c131333c9cfd289994460425addf2
BLAKE2b-256 84cfc0975a251595f87fb3fe15365494212ff6ece1dec18446c617c1255ddbc7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page