Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal linking inside saved HTML files #75

Closed
robotframework-ride opened this issue Jun 2, 2015 · 6 comments
Closed

Internal linking inside saved HTML files #75

robotframework-ride opened this issue Jun 2, 2015 · 6 comments
Labels
enhancement Request for improvement: either for an existing feature or a new one prio-low Nice to haves, if we have time and aren't working on something else wontfix Feature requests that don’t align with desired design or no solution is available.

Comments

@robotframework-ride
Copy link

Originally submitted to Google Code by wei.jin.... on 15 Oct 2008

Need navigation to user keyword in robot html file.
Use anchor and href

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @pekkaklarck on 16 Oct 2008

Could you clarify this issue a bit, since it's not clear for me what kind of
navigation you mean? Navigation to resource files opened in the IDE should work in
the latest version, and the generated HTML files also have anchors for test cases and
user keywords.

@robotframework-ride robotframework-ride added enhancement Request for improvement: either for an existing feature or a new one prio-low Nice to haves, if we have time and aren't working on something else wontfix Feature requests that don’t align with desired design or no solution is available. labels Jun 2, 2015
@robotframework-ride
Copy link
Author

Originally submitted to Google Code by wei.jin.... on 16 Oct 2008

I have add a sample html case in attach

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @yanne on 20 Oct 2008

As far as I was able to understand, this means that we would generate links from user
keyword or variable names to the definition of these, if they are in the same file.
For example, instead of writing

<td>User Keyword</td>, we would do:

<td><a href=keyword_User_Keyword>User Keyword</></td>

and implement corresponding acnchors/Ids in the User Keyword table.

This is a decent idea, but it is only useful if you are viewing the HTML with
browser, and only if the suite is large. Thus it's priority will not be very high.

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by ThomasKl... on 26 Aug 2009

I was about to create a similar request, I'll just attach it to this one:

I would love to see the "shortcut" link list that rebot generates when used for
generating documentation for a python library (e.g.
http://robotframework.googlecode.com/svn/tags/robotframework-2.1.1/doc/libraries/BuiltIn.html).
Just a quick list on links to all keywords ordered by alphabet.

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @yanne on 22 Sep 2009

These are good ideas, but since we also have other supported data formats, these
don't have very high priority.

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @pekkaklarck on 6 Nov 2012

Too much work compared to benefits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for improvement: either for an existing feature or a new one prio-low Nice to haves, if we have time and aren't working on something else wontfix Feature requests that don’t align with desired design or no solution is available.
Projects
None yet
Development

No branches or pull requests

1 participant