Skip to content

CodevDynamics/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Sphinx

Requirement

git make python3 python3-pip

Install

pip3 install sphinx sphinx-autobuild sphinx_rtd_theme sphinxcontrib-plantuml

Directory Structure

  • Makefile: Building documents using make html.
  • build: the output directory of the generated files.
  • make.bat: Only windows uses the command line.
  • source/_static: Static file directory, such as pictures.
  • source/_templates: Template directory.
  • conf.py: Stores Sphinx configurations, including those selected during sphinx quickstart. You can define other values yourself.
  • index.rst: The document project start file.

reStructuredText

reStructuredText Introduction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors