﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
2545	Bad HTML anchors in help for multi-word commands	Tristan Croll	Greg Couch	"Adding command documentation for ISOLDE to work with the new framework... the command `isolde restrain distances` is currently defined with `isolde` as one command level, and `restrain distances` as the next. If I type `usage isolde restrain distances` the link printed to the log has a space in the anchor: `help:user/commands/isolde.html#restrain distances`.

Firstly: I'm not sure this is actually valid HTML? In any case, Sphinx won't let me specify an anchor with a space. If I specify in the RestructuredText:

{{{
.. _`restrain distances`:

isolde restrain distances
=========================
}}}

... the space is converted to a hyphen in the final HTML. Of course, I can rearrange my command specifications so that there are no multi-word command levels (since there will eventually be other `isolde restrain ...` commands that would actually be very sensible in this case), but this still feels bug-like to me."	defect	closed	moderate		Help System		fixed						all	ChimeraX
