Skip to content

Commit 2f94193

Browse files
authored
Merge pull request #133 from justwriteclick/edits
Minor edits
2 parents 3c7df17 + 0d03912 commit 2f94193

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/articles/2019-04-20-github-pages-python-sphinx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ share: true
1414

1515
If you prefer to write in ReStructured Text instead of Markdown for your technical documentation, you're in good company. There are quite a few benefits to using Sphinx, Python, RST, and Sphinx extensions because these tools are custom-built with developer documentation in mind.
1616

17-
Another great offering is GitHub Pages, with automatic publishing when a known branch, such as master or gh-pages is updated.
17+
Another great offering is GitHub Pages, with automatic publishing when a known branch, such as the `master` or `gh-pages` branch is updated.
1818

19-
So, how about the best of both? Let's dive into two key configurations that enable you to publish Python Sphinx pages to GitHub Pages.
19+
So, how about the best of both? Let's dive into the key configurations that enable you to publish Python Sphinx pages to GitHub Pages.
2020

2121
## Naming the GitHub repository can affect the resulting URL
2222

0 commit comments

Comments
 (0)