Rename REAMDE to README.md
[nit.git] / src / doc /
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-13 Alexandre Terrasanitdoc: introduce templates for console rendering
2015-05-13 Alexandre Terrasanitdoc: introduce console rendering service for Model...
2015-05-13 Alexandre Terrasanitdoc: introduce `depth` service for DocComposite
2015-05-11 Alexandre Terrasanitdoc: display source link in tab menu
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-11 Alexandre Terrasanitdoc: introduce Tabs component
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: clean old components
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-24 Alexandre Terrasasrc/doc: introduce DocComposite HTML rendering services
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-04-02 Jean PrivatMerge: nitdoc: introduce Bootstrap components
2015-03-31 Alexandre Terrasasrc/doc: uniformize name display
2015-03-31 Alexandre Terrasasrc/doc: migrate topmenu to new templates.
2015-03-10 Alexis Laferrièrevim autocomplete: fix `MDoc` used for classes
2015-03-10 Alexis Laferrièrevim autocomplete: doc of classes list properties and...
2015-03-10 Alexis Laferrièrevim autocomplete: rename `write_to_stream` to `write_do...
2015-03-09 Alexis Laferrièrevim autocomplete: always write generated doc to metadat...
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: uniformize HTML output for topmenu
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-24 Alexandre Terrasasrc/doc: move `doc_templates` to `html_templates` group.
2015-02-18 Alexandre Terrasasrc/doc: move remaining services from `doc_model` to...
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: introduce `html_templates` group.
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-08 Alexis Laferrièrenitpick autocomplete: differenciate between class types...
2015-02-08 Alexis Laferrièrenitpick autocomplete: do not list properties beginning...
2015-02-06 Alexis Laferrièrenitpick: generate metadata files for the Vim plugin
2015-02-04 Alexandre Terrasanitdoc: remove unused module `doc_pages`
2015-02-04 Alexandre Terrasanitdoc: adapt `doc_model` to avoid diff with new phases
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: migrate nitdoc from `doc_pages` to `doc_phases`
2015-02-04 Alexandre Terrasanitdoc: create `doc_phases` group
2015-02-04 Alexandre Terrasanitdoc: introduce `doc_base` module
2015-01-17 Jean PrivatMerge: nitdoc: does not apply header style to span...
2015-01-16 Alexandre Terrasanitdoc: does not apply header style to span elements...
2015-01-14 Jean PrivatMerge: Do not display test suite modules in Nitdoc
2015-01-12 Alexandre Terrasanitdoc: do not generate page for test suites.
2015-01-08 Alexandre Terrasanitdoc: do not repeat intro comment in mpropdef lists
2014-12-19 Jean-Christophe... nitdoc: Always escape names.
2014-12-19 Jean-Christophe... nitdoc: Escape modifiers.
2014-12-19 Jean-Christophe... nitdoc: Escape links’ attributes.
2014-12-19 Jean-Christophe... nitdoc: Escape page title.
2014-12-19 Jean-Christophe... nitdoc: Factorize `nitdoc_name`.
2014-12-19 Jean-Christophe... nitdoc: Always use `mdoc_or_fallback`.
2014-12-18 Jean-Christophe... nitdoc: Avoid HTML ID collisions.
2014-12-18 Jean-Christophe... nitdoc: Shorten redundant IDs.
2014-12-18 Jean-Christophe... nitdoc: Remove the project’s name from the groups’...
2014-12-18 Jean-Christophe... nitdoc: Mangle names in IDs.
2014-12-18 Jean-Christophe... nitdoc: Document constraints on `nitdoc_id`.
2014-12-18 Jean-Christophe... nitdoc: Use a fully qualified ID for classes.
2014-12-18 Jean-Christophe... nitdoc: Group non-Nit entities at the bottom of `doc_mo...
2014-12-18 Jean-Christophe... nitdoc: Fix a minor documentation mistake.
2014-12-17 Jean Privatnitodoc: stop generating id for lines in examples
next