Giter Site home page Giter Site logo

Comments (5)

FabriceSalvaire avatar FabriceSalvaire commented on June 12, 2024

Yes git repository is more and more large due to the documentation folks.

git filter and change the way to provide the doc ?

from pyspice.

FabriceSalvaire avatar FabriceSalvaire commented on June 12, 2024

You can now host documentation at http://pythonhosted.org/PySpice. To upload documentation, prepare a .zip file that is unpacked into this URL. Only static pages are supported. The zip file must have a top-level "index.html".
If you would like to DESTROY any existing documentation hosted at http://pythonhosted.org/PySpice Use this button, There is no undo.

from pyspice.

FabriceSalvaire avatar FabriceSalvaire commented on June 12, 2024

uploaded to http://pythonhosted.org/PySpice

It looks like a little bit slow ?

from pyspice.

FabriceSalvaire avatar FabriceSalvaire commented on June 12, 2024

Cloning into 'PySpice-gh-pages'...
remote: Counting objects: 35586, done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 35586 (delta 43), reused 26 (delta 26), pack-reused 35523
Receiving objects: 100% (35586/35586), 35.65 MiB | 296.00 KiB/s, done.
Resolving deltas: 100% (3364/3364), done.

from pyspice.

FabriceSalvaire avatar FabriceSalvaire commented on June 12, 2024

Repository was cleanup using these commands (40 MB -> 2 MB)

Remove pdf files, api and examples.

git clone --mirror [email protected]:FabriceSalvaire/PySpice.git

git push origin --delete gh-pages

git remote rm origin
git reflog expire --expire=now --all && git gc --prune=now --aggressive

git filter-branch -f --prune-empty --index-filter
  'git rm --cached --ignore-unmatch -rf doc/sphinx/source/examples;
   git rm --cached --ignore-unmatch -rf doc/sphinx/source/api'
   --tag-name-filter cat -- --all HEAD

bfg --delete-files '*.pdf' PySpice-github

git for-each-ref --format='delete %(refname)' refs/original | git update-ref --stdin
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push origin --force --all

from pyspice.

Related Issues (20)

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.