mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
723 B
Text
13 lines
723 B
Text
Sphinx Extensions to support API reference sites in OpenStack.
|
|
|
|
The package is a collection of sphinx stanzas that assist in building an API
|
|
Reference site for an OpenStack project in RST. RST is great for unstructured
|
|
English, but displaying semi structured (and repetitive) data in tables is not
|
|
its strength. This provides tooling to insert semi-structured data describing
|
|
request and response parameters and status or error messages, and turn those
|
|
into nice tables.
|
|
|
|
The package also includes a set of styling (and javascript) that is expected to
|
|
layer on top of a Sphinx theme base. This addition provides a nice set of
|
|
collapsing sections for REST methods and javascript controls to expand or
|
|
collapse all sections.
|