# More convenient Julia document

**URL:** https://discourse.julialang.org/t/more-convenient-julia-document/39062
**Category:** General Usage
**Tags:** question
**Created:** [May 8, 2020, 6:21am UTC](https://discourse.julialang.org/t/more-convenient-julia-document/39062 "2020-05-08T06:21:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zhangliye](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/zhangliye/32/3208_2.png) [@zhangliye](https://discourse.julialang.org/u/zhangliye)
#### Post date: [May 8, 2020, 6:21am UTC](https://discourse.julialang.org/t/more-convenient-julia-document/39062/1 "2020-05-08T06:21:56Z")

</div>

Is it possible to add the content and URL at the beginning of some module as Qt document. This will save the beginning users a lot of time to find some functions. The following figures are the comparison between Qt and Julia documents.

 ![Presentation1](https://global.discourse-cdn.com/julialang/original/3X/5/5/5541ddf4a0a518e6067ee60c5a1fb0e9971ab87b.png)  
Figure 1 Document of Qt

 ![Presentation2](https://global.discourse-cdn.com/julialang/original/3X/6/2/62e90aff4b29b4174cea7ad7df039004ec2a25af.png)  
Figure 2 Document of Julia

---

<div class="post-metadata">

### Author: ![jishnub](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jishnub/32/33620_2.png) [@jishnub](https://discourse.julialang.org/u/jishnub)
#### Post date: [May 8, 2020, 8:17am UTC](https://discourse.julialang.org/t/more-convenient-julia-document/39062/2 "2020-05-08T08:17:57Z")

</div>

Perhaps one could add an option to collapse all the function definitions, so that only a list of function names is visible. Clicking on any function would then expand its definition.
