Skip to content

jordaneremieff/django-sphinx-view-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-sphinx-view-example

An example Django project demonstrating a potential configuration and structure for django-sphinx-view.

Setting up the project

  1. Install Poetry for dependency management.
  2. Run poetry shell && poetry install to install the dependencies.

Writing and building the docs

  1. Save reStructuredText (reST) files containing the documentation content to the docs/source/ directory.
  2. From the docs/ directory, run the make json command to build the documentation to be served from the docs/build directory.

Viewing the docs

Run ./manage.py runserver and navigate to http://localhost:8000/docs/ in your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published