-
This tool is looking really great! I was wondering if you help me understand how to transfer a template to this design? I generated a site directly and it looks nice but I am looking to get closer to …
-
The addition of notelist. suggests doing something similar for a table of contents based on header IDs. Rather than trying to make a proper nested list out of it, an expedient hack would be to give ea…
-
The docs hop around among lots of `bioconductor` releases versions for relevant links (packages and OSCA). We should pick one and go with it. For ease of maintenance, I propose `release`...
-
### Describe the bug
**context**
I am trying to generate a pdf of my sphinx documentation. I am using the xelatex engine. There are many tables in the markdown file I am using.
**expectation**
…
-
This came up during @jacobian's office hours today, and it's one that bugged me for a while, too.
Our Blog Entry module supports reStructuredText and html, but not Markdown which is universally us…
-
As of now, we use Semantic Release to generate changelog to GitHub Releases. I'd like to have a tool, which serializes GitHub Releases to a single Markdown/reStructuredText file, so it could become a …
-
**Proposer** : Johannes Raggam
**Seconder** : None by yet
# Abstract
Currently the following HTML attributes are disallowed:
- controls - Necessary for displaying Player controls when adding…
-
### To Dos
- [X] I have checked the [issues](https://github.com/rstcheck/rstcheck/issues) and think that this is not a duplicate.
- [X] I added a very descriptive title to this issue.
### Des…
-
Example:
```
def method(self):
"""Short description
@returns: some return val
"""
pass
```
Gets converted to:
```
def method(self):
"""Short description
R…
-
`vale` is a linter that we can add to our CI or even a GitHub bot to validate our documentation. This will allow us to avoid the usage of `RTD` instead of `Read the Docs` and other branding words, for…