Skip to content

likefallwind/deepmodeling_sphinx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepmodeling_sphinx

This package should be used in all sphinx projects under the @deepmodeling organization.

Features

  • Add the DeepModeling banner
  • Add the ICP number to the footer
  • Minify HTML, Javascript, and CSS files

How to use it

Setup

Add deepmodeling_sphinx to the requirements, as well as the extensions of conf.py:

extensions = [
    'deepmodeling_sphinx',
]

Render list of authors

The following directive can be used to render list of authors from git shortlog:

.. git-shortlog-authors::

About

Sphinx plugin for DeepModeling docs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 46.9%
  • Python 37.8%
  • HTML 11.0%
  • JavaScript 4.3%