Skip to content
sven edited this page Sep 7, 2017 · 7 revisions

Intersphinx

To be able to use intersphinx we need to add labels to needed parts on docs.plone.org If we reach the point where we split the training docs, we need to do that for each training, too

Unify :ref: prefixes, currently these are messy and we use the same on different locations which is not working, this is also one reason for not using includes, blindly

Makefile

  • cleanup Makefile, lots of the options are never used
  • create $VARIABLE for make presentation to unify Makefile

Modules

  • /build/docs/development-process.rst:8: WARNING: py:mod reference target not found: plone.api
  • /build/docs/javascript-scratchpad.rst:13: WARNING: py:mod reference target not found: plone.resource
  • /build/docs/javascript-scratchpad.rst:39: WARNING: py:mod reference target not found: plone.resource
  • /build/docs/mockup.rst:14: WARNING: py:mod reference target not found: plone.app.widgets
  • /build/docs/mockup.rst:23: WARNING: py:mod reference target not found: mockup-core
  • /build/docs/mockup.rst:23: WARNING: py:mod reference target not found: patternslib

JavaScript:

  • which install instructions ?
    • WARNING: unknown document: /plone_training_config/instructions

TTW

  • /build/docs/dexterity.rst:77: WARNING: py:meth reference target not found: talk.getAudience
  • /build/docs/dexterity.rst:77: WARNING: py:attr reference target not found: audience
  • /build/docs/dexterity.rst:78: WARNING: py:attr reference target not found: talk.audience
  • /build/docs/dexterity.rst:78: WARNING: py:meth reference target not found: talk.getAudience
  • /build/docs/dexterity.rst:98: WARNING: py:mod reference target not found: plone.app.multilingual
  • /build/docs/dexterity.rst:99: WARNING: py:mod reference target not found: archetypes.schemaextender
  • /build/docs/dexterity.rst:108: WARNING: py:mod reference target not found: plone.app.mosaic
  • /build/docs/mosaic.rst:28: WARNING: py:mod reference target not found: collective.cover
  • /build/docs/mosaic.rst:41: WARNING: py:mod reference target not found: collective.cover
  • /build/docs/mosaic.rst:43: WARNING: py:mod reference target not found: collective.cover
  • /build/docs/rapido.rst:32: WARNING: py:mod reference target not found: rapido.plone
  • /build/docs/rapido.rst:531: WARNING: py:func reference target not found: like
  • /build/docs/rapido.rst:533: WARNING: py:obj reference target not found: context
  • /build/docs/rapido.rst:533: WARNING: py:attr reference target not found: context.content
  • /build/docs/rapido.rst:620: WARNING: py:obj reference target not found: elements
  • /build/docs/rapido.rst:661: WARNING: py:obj reference target not found: context
  • /build/docs/rapido.rst:830: WARNING: py:func reference target not found: like
  • /build/docs/rapido.rst:830: WARNING: py:meth reference target not found: save
  • /build/docs/rapido.rst:913: WARNING: py:attr reference target not found: content
  • /build/docs/rapido.rst:913: WARNING: py:obj reference target not found: context
  • /build/docs/rapido.rst:930: WARNING: py:func reference target not found: reset
  • /build/docs/ttw-advanced.rst:45: WARNING: py:mod reference target not found: plone.app.theming
Clone this wiki locally