Giter VIP home page Giter VIP logo

changelog's Introduction

SQLAlchemy Website

This site uses zeekofile to build a static site, which can also be served locally using zeekofile.

Building and Testing:

#!/bin/bash

virtualenv .venv
source .venv/bin/activate
pip install git+https://github.com/sqlalchemyorg/zeekofile
git clone https://github.com/sqlalchemyorg/sqlalchemyorg
cd sqlalchemyorg/
pip install -r requirements.txt
zeekofile --serve

Then view:

http://127.0.0.1:8080

changelog's People

Contributors

caselit avatar dolfinus avatar lamby avatar pieterlexis avatar zzzeek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

changelog's Issues

Unable to change changelog_sections to custom names

The default changelog_sections which has values ["general", "rendering", "tests"].

I am trying to give some custom names in place of these which do not display as intended.

What is the purpose of changelog_sections? Maybe I misunderstood the Readme.

My intention is just to have two sub-sections: Features, Bugs, no tags, or anything.

And also, where do the words/tags - feature and bug are displayed?

I have used the same example Changelog that was used in Readme:

====================
Changelog for 1.5.6
====================

.. changelog::
    :version: 1.5.6
    :released: Sun Oct 12 2008

    .. change::
        :tags: general
        :tickets: 27

      Improved the frobnozzle.

    .. change::
        :tags: rendering, tests
        :pullreq: 8
        :changeset: a9d7cc0b56c2

      Rendering tests now correctly render.

How I wanted (example)

image

breaks on docutils 0.18

the .rawsource attribute has been removed.

not sure how nobody noticed this as this release was in november 2021

Option changelog_hide_sections_from_tags not working with compound names

Hi, I guess this is a bug. Suppose to have the following configuration (conf.py)

changelog_sections = ["Introduction", "Getting Started", "General" ]
changelog_inner_tag_sort = ["Improvement", "Change", "Bugfix", "New Feature"]
changelog_hide_sections_from_tags = True

And the following code somewhere in a .rst file

.. changelog::
   :released: 30 November 2022

   .. change::
      :tags: New Feature, Getting Started

      A Quick start was added

   .. change::
      :tags: Bugfix, General
      
      Fixed a typo in the syntax of a command.

Everything is correctly generated, but the "Getting Started" tag is not stripped from the tag list:
bug_changelog-ext

Expected result

Getting Started tag should be removed:

expected_changelog-ext

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.