sphinx
Here are 566 public repositories matching this topic...
-
Updated
Jun 26, 2020 - Python
A simple button on their profile or edit profile pages which lets them delete their own account will suffice :-)
The docs of breathe on RTfD look very old
EasyAVR has very poor developer documentation. We should at least comment the code.
It has become common for python docs to reference jupyter notebooks with external links to http://nbviewer.ipython.org./. (e.g. http://nbviewer.jupyter.org/github/cvxgrp/cvx_short_course/blob/master/applications/portfolio_optimization.ipynb) I have found that these notebooks are often the most useful portion of the docs, however they are not automatically captured by doc2dash. I propose a feature
The sphx_glr_python_to_jupyter is very hard to find in the document.
I wonder if it shouldn't be briefly mentioned on the page https://sphinx-gallery.github.io/stable/getting_started.html
Please follow the troubleshooting guide to locate the culprit.
If troubleshooting does not reveal any useful information, provide the following information to create a new issue,
Environment
- Extension version: 116.0.0
- Visual Studio Code version: 1.41.1
- Operating System version: Windows 10 Version 10.0
Image too big
Please have a look at this page. The screenshot is way too big.
At least on my machine.
https://docs.nextcloud.com/android/android_app.html#connecting-to-your-nextcloud-server
When I was playing around with reproducing the figures shown in the docs, it took me an embarrassing amount of time to realize how the metadata inside the cell was vital to controlling the output.
A clearer example to reproduce the code snippets seen in the docs might be show the code with the corresponding metadata.
Paring the
What steps will reproduce the problem?
The problem appears only in case parameter contains \ as last symbol. Seems it's in the
yii\sphinx\MatchBuilder::parseParams(). When changing preg_replace() to str_replace() it works but it seems it's not correct to use str_replace() based on comment:
// $model extends \yii\sphinx\ActiveRecord
$value = '543524\\';
$data = $mode-
Updated
Jul 17, 2019 - Python
I have a simple docs module,
lazy val docs = project
.in(file("docs"))
.enablePlugins(ParadoxSitePlugin)
.settings(
paradoxTheme := Some(builtinParadoxTheme("generic")),
previewLaunchBrowser := false
)From the root project docs / makeSite and docs / previewSite work as expected. However at the root, docs / previewAuto results in an NPE,
``
-
Updated
Mar 10, 2020 - Python
-
Updated
Jun 25, 2020 - PHP
I was curious what the purpose of all the different tools in cmd/ is, so I went to the documentation to find an explanation. I found the "Source Code Layout" section, but it seems to be quite outdated.
These tools are mentioned in the documentation, but do not exist anymore:
- genassets
- todos
- transifexdl
- translate
Th
Click has the following option: https://click.palletsprojects.com/en/7.x/documentation/?highlight=docstring#truncating-help-texts
@click.command()
@click.pass_context
def cli(ctx):
"""First paragraph.
This is a very long second
paragraph and not correctly
wrapped but it will be rewrapped.
\f
:param click.core.Context ctx: Click context.
"""
`Vendor tools dram tests were not enabled until #1234 got merged.
With SymbiFlow/symbiflow-arch-defs#1268 I have temporarily disabled the vivado_targets, to let CI go green (as it has been red for too long now).
This issue is to keep track of the problem with DRAM evaluated on vendor tools with fasm2bels.
Just a little one, the RTD requirements.txt line hasn't properly been bumped to latest release version, it reads:
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.12/sphinx-tabs-1.1.13.tar.gz
Whereas it should be
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.13/sphinx-tabs-1.1.13.tar.gz
The v1.1.12 after download should be `v1.1.
-
Updated
May 29, 2020 - CSS
-
Updated
Feb 22, 2018 - Java
-
Updated
Feb 9, 2020 - C
-
Updated
Jul 7, 2020 - Python
Whilst it's common for math to use the $ delimiter, on Code Review it is specified by \$.
Can the ability to change the delimiters be made available in conf.py?
This would require changing doctree2md.py#L484, but I don't know how to get d
Loading overlay never disappears. Console shows an error:
js.new_loadout.min.js:3045 Uncaught TypeError: Cannot read property '0' of undefined
at osmium_init_shortlist (js.new_loadout.min.js:3045)
at osmium_init_sources (js.new_loadout.min.js:2916)
at osmium_init (js.new_loadout.min.js:6970)
at js.new_loadout.min.js:6896
at onsuccess2 (js.new_loadout.min.js:2361)
Given most cluster deployment mechanisms turn on RBAC by default, the mmkubernetes plugin will need a serviceaccount with privileges to list and get pods and namespaces. Documention and a sample yaml config should be provided.
Improve this page
Add a description, image, and links to the sphinx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sphinx topic, visit your repo's landing page and select "manage topics."

Over the last few months I have been working through the Sphinx documentation to work on a new theme. In that time there were a few questions I've had that weren't easily findable in the extension and theming documentation. This is an issue to keep track of this list. I'll include a link to where in the docs I think this information sh