Skip to content

Commit 39e5c94

Browse files
committed
fix a few minor issues, finish up howto docs
1 parent ced4137 commit 39e5c94

File tree

13 files changed

+970
-96
lines changed

13 files changed

+970
-96
lines changed

doc/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
'sphinxcontrib_django',
4444
'sphinx.ext.intersphinx',
4545
'sphinx.ext.autodoc',
46-
'sphinx.ext.todo'
46+
'sphinx.ext.todo',
47+
'sphinx_tabs.tabs',
48+
"sphinx.ext.viewcode",
4749
]
4850

4951
# Add any paths that contain templates here, relative to this directory.

doc/source/howto/flags.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Python supports `bit fields <https://en.wikipedia.org/wiki/Bit_field>`_ through
1212
These enumerations are fully supported and will render as multi select form fields by default. For
1313
example:
1414

15+
.. _group_permissions_ex:
16+
1517
.. literalinclude:: ../../../tests/examples/models/flag_howto.py
1618
:lines: 2-
1719

0 commit comments

Comments
 (0)