
#Devdocs swift how to
You can see an example of how to insert anchors at (in Python). Preferably, it should be percent escaped. Entry name - the name that is shown by Dash in the table of contents.Entry type - one of the supported entry types.The only things that you need to change in the format above are: The anchors need to be inserted in the HTML pages themselves. To add table of contents support, you need to go through all the HTML pages and insert anchors in a format that Dash understands. When Dash displays a documentation page, it also looks for special anchors inside the HTML and generates a table of contents. Please note that adding table of contents support is a bit tricky (and optional). This feature is described in the user guide. To allow easy navigation inside a large page, Dash is able to show a table of contents at the bottom left. Please contact me if none of the currently supported types are suitable for what you're trying to index.ġ3.6. Doxygen (Source Files: C, C++, C#, PHP, Objective-C, Java, Python) Python, Sphinx or PyDoctor-Generated Documentation When your docset is ready, please contribute it to Dash.


There is no method that is best for every case, so you'll have to consider all and decide which is the best for you. Instructions on how to generate docsets (for Dash) are found below.
