Commit Graph

14 Commits

Author SHA1 Message Date
Elliot Winkler e4403db772 Fix UI issues with generated docs
The current docsite isn't as usable as it should be: clicking on the nav
links should show a popover when in fact it goes to another page. This
is happening because some of the JavaScript is failing on the docsite
due to some old-school code (we're talking early 2000's DHTML stuff)
which was leftover from YARD's default layout which interacts with
frames. We don't use frames on the docsite so there is no need to have
this code.

Also this commit tweaks the CSS for the class list to remove extra
indentation from the bullet points.
2019-01-28 19:46:13 -07:00
Elliot Winkler 6f8b7e15fe Make improvements to the YARD layout
* Adjust padding/margin around and inside of blockquotes
* Use ems for p margin
* Since we will be adding a custom file whose title is camel-case,
  make two changes to the header:
  * Drop "File:" in the header for files
  * Change styles for header and search to use standard case instead
    of all caps, and drop letter spacing
* Make footer smaller and more human readable
2015-10-08 21:30:42 -06:00
Elliot Winkler 965ca7e126 Update YARD CSS to hide info on method aliases
Why:

* If a method has an alias, then YARD will append "(aliased to #foo)"
  inside of the header for the method. This doesn't look that great with
  the current layout, and we can easily mention the alias within the
  description for the method in question.

To satisfy the above:

* Hide this section of the header if it appears.

[ci skip]
2015-09-30 13:18:10 -06:00
Vít Ondruch 7a811506c4 Remove executable bit on CSS file 2015-09-22 14:19:54 -06:00
Ignat Zakrevsky 762cebdbbc Fix links to callback matchers in README
[ci skip]
2015-03-29 01:15:40 -06:00
Elliot Winkler 5bc062efec Make redirection to latest version domain-agnostic 2015-01-23 15:00:14 -07:00
Elliot Winkler 50b8cb868d Use custom github username in /docs/index.html for better testing 2015-01-23 14:13:31 -07:00
Elliot Winkler 5f59f9ef47 Publish docs at /docs and not /
The new site will be published at / instead.
2015-01-23 14:13:30 -07:00
Elliot Winkler 5180887827 Import Source Sans Pro italic in YARD docs 2014-07-25 23:35:46 -06:00
Elliot Winkler 06070f9400 Add styling for documented deprecated methods 2014-07-23 19:35:20 -06:00
Elliot Winkler dafed686c8 Fix autoredirect to docs for latest version 2014-07-18 18:14:44 -06:00
Elliot Winkler 5c3fa7b826 Fix method links in README to work on GH and YARD 2014-06-21 20:02:21 -06:00
Elliot Winkler 9b5fe69509 Publish new docs when releasing a new version 2014-06-20 16:41:37 -06:00
Elliot Winkler 4d8faed1c4 Generate docs using YARD 2014-06-20 16:41:32 -06:00