diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-11-18 10:19:14 +0100 |
---|---|---|
committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-11-18 10:19:14 +0100 |
commit | 7045505eaf1e1ecb985cc1d965280a06c01430cf (patch) | |
tree | f80d7c02358c269c672ffa3a8d5f194ad9a67c79 /doc/tutorial | |
parent | f16f4a249ba863f47d9b5e833fa7166897ce8c7a (diff) | |
download | sphinx-git-7045505eaf1e1ecb985cc1d965280a06c01430cf.tar.gz |
Change focus to be broader and more descriptive
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/deploying.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/tutorial/deploying.rst b/doc/tutorial/deploying.rst index 69476d7d9..314bd3e24 100644 --- a/doc/tutorial/deploying.rst +++ b/doc/tutorial/deploying.rst @@ -1,5 +1,5 @@ -Deploying a Sphinx project online -================================= +Appendix: Deploying a Sphinx project online +=========================================== When you are ready to show your documentation project to the world, there are many options available to do so. Since the HTML generated by Sphinx is static, @@ -73,9 +73,6 @@ and both GitHub and GitLab have an integrated Pages product, the most effective way of automatically build your documentation online is to upload your sources to either of these Git hosting services. -The rest of this section will focus on GitHub, which is the most popular Git -hosting service nowadays. It is very similar to GitLab. - .. _Version Control System: https://en.wikipedia.org/wiki/Version_control .. _"Docs as Code": https://www.writethedocs.org/guide/docs-as-code/ .. _Git: https://git-scm.com/ |