← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/doc_type_name into lp:widelands

 

I get it to work, see http://ibb.co/ecziaQ

If you are fine with my wording i will change the other occurrences according to this example.

To get this working i just used another "role" called :any:. This searches for all parts wich has a clickable header in the documents. One could use parts of the link shown in the tooltip of the header (the address of the link). One has to pay attention that the used part is unique over all documents, otherwise an error occur. I used now the ResT-code:

 You can access further properties via :any:`MapObject.descr`
 to access the attributes of :class:`ImmovableDescription`.

All ResT code which is like: 

.. FooBar::

are turned into clickable links, so they can be used for linking.
-- 
https://code.launchpad.net/~widelands-dev/widelands/doc_type_name/+merge/328006
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/doc_type_name.


References