Rename REAMDE to README.md
[nit.git] / src / doc / doc_phases /
2015-05-21 Jean PrivatMerge: nitx: start migration to `doc_phases`
2015-05-20 Jean PrivatMerge: Safe collection access
2015-05-19 Jean Privatnitdoc: assert valid key in redefinition of `provide_de...
2015-05-15 Alexandre Terrasanitdoc: display constructors list in MClass page
2015-05-13 Alexandre Terrasanitdoc: introduce console rendering phase
2015-05-11 Alexandre Terrasanitdoc: display less important data in tabs
2015-05-11 Alexandre Terrasanitdoc: hierarchy lists use TabbedGroup
2015-05-11 Alexandre Terrasanitdoc: intro/redef lists use TabbedGroup
2015-05-11 Alexandre Terrasanitdoc: introduce TabbedGroup and PanelGroup composite
2015-05-06 Alexandre Terrasanitdoc: do not nest DefinitionArticle
2015-05-06 Alexandre Terrasanitdoc: fixes double span on topmenu brand
2015-05-05 Alexandre Terrasasrc/doc: fix anchor url following the rendering migration
2015-05-05 Alexandre Terrasasrc/doc: migrate showsource links to new templates
2015-05-05 Alexandre Terrasasrc/doc: move linearization list to `doc_phases`
2015-05-05 Alexandre Terrasasrc/doc: migrate Index page rendering to `doc_phases`
2015-05-05 Alexandre Terrasasrc/doc: migrate Overview page to `doc_phases`
2015-05-05 Alexandre Terrasasrc/doc: move rendering from old templates to new phases
2015-05-05 Alexandre Terrasasrc/doc: migrate sidebar custom lists to new templates
2015-05-05 Alexandre Terrasasrc/doc: migrate sidebar to new templates
2015-04-25 Alexandre Terrasadoc/src: GraphArticle use new templates
2015-04-25 Alexandre Terrasasrc/doc: InheritanceList use new templates
2015-04-25 Alexandre Terrasasrc/doc: IntroRedefList use new templates
2015-04-25 Alexandre Terrasasrc/doc: HierarchyList use new templates
2015-04-25 Alexandre Terrasasrc/doc: DefinitionArticle use new templates
2015-04-25 Alexandre Terrasasrc/doc: ConcernsArticle use new templates
2015-04-25 Alexandre Terrasasrc/doc: IntroArticle use new templates
2015-04-23 Alexandre Terrasasrc/doc: introduce `html_comment` and `html_short_comme...
2015-04-23 Alexandre Terrasasrc/doc: move components generation from `doc_model...
2015-04-21 Alexandre Terrasasrc/doc: clean signature HTML output with `html_signatu...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_namespace` in `html_namespace...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_declaration` in `html_declaration...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_anchor` into `html_link_to_anchor...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_link` into `html_link` and use...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-03-31 Alexandre Terrasasrc/doc: uniformize name display
2015-03-31 Alexandre Terrasasrc/doc: migrate topmenu to new templates.
2015-02-25 Alexandre Terrasasrc/doc: fix DocComposite::parent linking
2015-02-25 Alexandre Terrasasrc/doc: change structure so pages can describe multipl...
2015-02-24 Alexandre Terrasasrc/doc: clean DocPage rendering API.
2015-02-24 Alexandre Terrasasrc/doc: make DocPage render itself instead of using...
2015-02-18 Alexandre Terrasasrc/doc: move HTML output related services from `doc_mo...
2015-02-18 Alexandre Terrasasrc/doc: use `nitdoc_name` rather than `nitdoc_id`...
2015-02-18 Alexandre Terrasasrc/doc: make ImportationListSection and InheritanceLis...
2015-02-18 Alexandre Terrasasrc/doc: make GraphArticle a MEntity article since...
2015-02-18 Alexandre Terrasasrc/doc: rename `DocComposite::add` into `add_child...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-04 Alexandre Terrasanitdoc: introduce IndexingPhase
2015-02-04 Alexandre Terrasanitdoc: introduce RenderHTMLPhase
2015-02-04 Alexandre Terrasanitdoc: introduce IntroRedefListPhase
2015-02-04 Alexandre Terrasanitdoc: introduce InheritanceListsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce GraphsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce POSetPhase
2015-02-04 Alexandre Terrasanitdoc: introduce StructurePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ConcernsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce MakePagePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ExtractionPhase
2015-02-04 Alexandre Terrasanitdoc: create `doc_phases` group