Commit Graph

8 Commits

Author SHA1 Message Date
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 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 5c3fa7b826 Fix method links in README to work on GH and YARD 2014-06-21 20:02:21 -06:00
Elliot Winkler 4d8faed1c4 Generate docs using YARD 2014-06-20 16:41:32 -06:00