-
Updated
Nov 25, 2020 - 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 457 public repositories matching this topic...
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Dec 2, 2020 - TypeScript
-
Updated
Mar 30, 2020 - CSS
-
Updated
Oct 31, 2020 - Python
-
Updated
Oct 12, 2020 - HTML
-
Updated
Nov 28, 2020
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
Dec 2, 2020 - Python
-
Updated
Nov 29, 2020
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
Nov 4, 2020 - Python
-
Updated
Oct 9, 2019 - R
-
Updated
Dec 2, 2020 - Ruby
-
Updated
Apr 27, 2016
-
Updated
Mar 28, 2020 - Python
-
Updated
Nov 17, 2020 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
May 1, 2017 - Jupyter Notebook
-
Updated
Nov 30, 2020 - SCSS
-
Updated
Nov 25, 2020 - HTML
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 27, 2020
Our build process is depending on
six
because we use it in ourconf.py.tmpl
https://github.com/readthedocs/readthedocs.org/blob/d66f9b1278b0e0de8d40a2ca3d2cc3c6071a2a18/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl#L20
We could just copy the relevant code from
six
module there and remove the dependency.Sphinx<2
installs it as a dependency, but newer Sphinx versions d