-
Updated
Jul 17, 2021 - Python
MkDocs
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
Here are 588 public repositories matching this topic...
-
Updated
Jul 18, 2021 - TypeScript
-
Updated
Jul 13, 2021 - TypeScript
-
Updated
Mar 30, 2020 - CSS
-
Updated
Jun 13, 2021 - Python
-
Updated
Jul 2, 2021 - Python
-
Updated
Jul 16, 2021 - Python
You can have two API objects that use the same anchor reference. When both are rendered into the same Markdown file, the references are not unique, and one of the links will not work.
def a():
""" Links to [a][0].
[0]: https://a.org """
def b():
""" Links to [b][0].
[0]: https://b.org """The MarkdownRenderer should find such duplicate references (here 0 an
-
Updated
Jul 5, 2021
It would be great if there was a function in the theme handler in which I could modify the HTML before it's converted to PDF, for example to add a title page.
(At the moment, I tried to add a title page by combining the output with a pre-made PDF for the title page using Ghostscript, but the problem is that Ghostscript ruins all the named destinations links, so internal links won't work. Would
-
Updated
Jul 17, 2021 - Python
-
Updated
Jul 12, 2021 - SCSS
-
Updated
Jun 3, 2021 - Python
-
Updated
May 4, 2021 - R
-
Updated
Jul 15, 2021 - Python
-
Updated
Jul 13, 2021 - Ruby
-
Updated
Jul 10, 2021 - Python
-
Updated
Jun 26, 2021 - Python
-
Updated
Apr 27, 2016
-
Updated
Mar 28, 2020 - Python
-
Updated
Jun 25, 2021 - C++
-
Updated
Jul 13, 2021 - HTML
-
Updated
Jul 10, 2021 - Python
-
Updated
May 8, 2021 - Jupyter Notebook
Currently when you look at the Sphinx builds on RTD, it's super hard to understand what all the options do. We should switch from
-m sphinx -T -E -b html -d _build/doctrees -D language=ento using the long-form options so users have more understanding of what is happening.This change should happen in this file, and just add long-form arguments instead of the short one:
https://github.com/