Github user mateiz commented on the pull request:

    https://github.com/apache/spark/pull/274#issuecomment-39402111
  
    BTW to fix the floating badge problem, you might do the following: change 
code like this:
    ```
      <span class="badge badge-red" style="float: right;">DEVELOPER API - 
UNSTABLE</span>
      
       Represents a one-to-one dependency between partitions of the parent and 
child RDDs.
    ```
    To this:
    ```
      <span class="badge badge-red" style="float: right;">DEVELOPER API - 
UNSTABLE
      </span>Represents a one-to-one dependency between partitions of the 
parent and child RDDs.
    ```
    I believe Scaladoc includes only the first sentence it finds, so this might 
make it include both the text and the floating span. It might also not work 
though. But the reason those are displaying weirdly is partly that the first 
line there is ignored.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to